summaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2006-08-29add a threading primitive APILennart Poettering1-3/+13
2006-08-29add lock-free reference counting macros, based on libatomic-opsLennart Poettering1-1/+3
2006-08-18add new test memblock-test for testing SHM import/exportLennart Poettering1-4/+13
2006-08-13implement new module "module-rescue-streams" which moves sink inputs away whe...Lennart Poettering1-1/+9
2006-08-13rework hook list stuff again, and replace macros with real functins. We loose...Lennart Poettering1-1/+2
2006-08-12implement typeafe hook chainLennart Poettering1-1/+7
2006-08-06merge HAL support from Shams E. KingLennart Poettering1-0/+18
2006-07-28introduce pa_play_memblockq() which creates a playback stream and passes the ...Lennart Poettering1-0/+2
2006-07-26add new module "module-gconf" which reads configuration information from gcon...Lennart Poettering1-2/+22
2006-07-23add massif target to MakefileLennart Poettering1-0/+3
2006-07-20Get ACL:s to work on Win32.Pierre Ossman1-2/+5
2006-07-20fix a few @@ replacmentsLennart Poettering1-3/+3
2006-07-20implement "auth-ip-acl=" in the native and esound protocolsLennart Poettering1-3/+3
2006-07-20actually ship src/pulsecore/creds.h in the tarballsLennart Poettering1-2/+3
2006-07-20add IP address ACL subsystemLennart Poettering1-1/+13
2006-07-19fix sed scripts according to #define renamesLennart Poettering1-5/+5
2006-07-19* add new --system command line parameter to the daemon for running PulseAudi...Lennart Poettering1-7/+7
2006-07-18remove glib 1.2 adapter. It started to bitrot and wasn't used by anything any...Lennart Poettering1-25/+0
2006-07-14Make sure the win32 default conf gets shipped.Pierre Ossman1-0/+1
2006-07-14add new test get-binary-name-test for testing pa_get_binary_name()Lennart Poettering1-1/+7
2006-07-13* port libpulse-browse to use the native avahi API instead of the HOWL cruftLennart Poettering1-14/+8
2006-07-13update module-zeroconf-publish to make use of the native AVAHI API, instead o...Lennart Poettering1-2/+17
2006-07-08Fix typo.Pierre Ossman1-1/+1
2006-06-19s/POLYP/PULSE/gLennart Poettering1-12/+12
2006-06-19big s/polyp/pulse/gLennart Poettering1-398/+398
2006-06-19add new test "interpol-test"Lennart Poettering1-0/+6
2006-06-13Make sure our inet_ntop() implementation gets linked into the new users.Pierre Ossman1-1/+4
2006-06-12Use AM_ICONV to determine what needs to be done for iconv support. (closes #19)Pierre Ossman1-2/+2
2006-06-11Add all the preopen libs to the polypaudio binary's dependency list as theyPierre Ossman1-0/+2
2006-05-29merge patch from Igor Zubkov, fixing linking of the HOWL modulesLennart Poettering1-2/+2
2006-05-29drop the .sh suffix from esdcompatLennart Poettering1-4/+4
2006-05-25We only need the so for libpolypdsp.Pierre Ossman1-0/+2
2006-05-25* split pa_cstrerror() into its own file polypcore/core-error.[ch]Lennart Poettering1-1/+5
2006-05-25Use only the basename of libpolypdsp.so so that it will work on multi-archPierre Ossman1-9/+3
2006-05-25Move libpolypdsp in the makefile to avoid the libtool bug where it must comePierre Ossman1-19/+24
2006-05-23add new padsp utility: a $LD_PRELOAD wrapper for using the OSS API with polyp...Lennart Poettering1-2/+21
2006-05-22Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman1-0/+1
2006-05-19Fix which headers get installed for libpolyp.Pierre Ossman1-1/+11
2006-05-19Sort source files.Pierre Ossman1-28/+28
2006-05-18Move timeval calculation functions into their own file.Pierre Ossman1-2/+4
2006-05-17split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering1-18/+13
2006-05-17Move utf8 to the public part (libpolyp).Pierre Ossman1-4/+5
2006-05-17Move xmalloc to the public side (libpolyp).Pierre Ossman1-7/+7
2006-05-16* add new configure option --with-module-dir=Lennart Poettering1-50/+48
2006-05-16* remove .a files from the modules directory after installationLennart Poettering1-23/+24
2006-05-16add new test programme utf8-test.cLennart Poettering1-1/+7
2006-05-15undo r868Lennart Poettering1-3/+3
2006-05-15module-volume-restore uses regexp() so make sure it's only built on systemsPierre Ossman1-3/+3
2006-05-14add utf8 validity checking APILennart Poettering1-1/+3
2006-05-14add new module module-volume-restore which saves and restores volume of playb...Lennart Poettering1-2/+10