summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix pactl output (sink drivers and names where switched)Lennart Poettering2006-08-211-1/+1
* update todoLennart Poettering2006-08-191-1/+0
* restore the sink/source for a client in addition to the playback volume. This...Lennart Poettering2006-08-191-36/+140
* If a client leaves the sink/source for a stream unspecified by passing NULL asLennart Poettering2006-08-192-24/+31
* fix a bad memory accessLennart Poettering2006-08-191-1/+1
* update todoLennart Poettering2006-08-191-1/+0
* when transferring large memory chunks of a pa_pstream, split them upLennart Poettering2006-08-191-13/+29
* update todoLennart Poettering2006-08-191-2/+2
* update todoLennart Poettering2006-08-191-3/+6
* check for posix_memalign and friendsLennart Poettering2006-08-191-6/+5
* if MAP_ANONYMOUS is not supported use posix_memalign if possible to allocate ...Lennart Poettering2006-08-191-2/+19
* update todoLennart Poettering2006-08-191-0/+1
* print per-type memory block statistics on "stat"Lennart Poettering2006-08-191-1/+20
* generate per-type memory block statisticsLennart Poettering2006-08-192-1/+22
* update todoLennart Poettering2006-08-191-1/+3
* rework the resample to allocate temporary memory with pa_memblock_new() inste...Lennart Poettering2006-08-191-25/+58
* fix a memory leakLennart Poettering2006-08-191-1/+3
* update todoLennart Poettering2006-08-191-1/+0
* add --disable-shm command line option to the daemonLennart Poettering2006-08-191-2/+11
* add "disable-shm=" to default daemon configuration fileLennart Poettering2006-08-191-0/+3
* add new "disable-shm" server config optionLennart Poettering2006-08-193-16/+24
* add default "disable-shm" option to client.confLennart Poettering2006-08-191-0/+3
* add new "disable-shm" option to client.confLennart Poettering2006-08-193-2/+6
* allow importing of external shm data blocks unconditionally, even when local ...Lennart Poettering2006-08-191-10/+4
* deal properly with pa_mempool_new() failingLennart Poettering2006-08-191-2/+6
* fix allocation of anonymous memoryLennart Poettering2006-08-191-1/+1
* fix a memory leakLennart Poettering2006-08-191-1/+3
* update todoLennart Poettering2006-08-181-1/+0
* enable SHM support on the client side only if both the client and the server ...Lennart Poettering2006-08-182-8/+24
* activate SHM support on the server side only when new client supports it and ...Lennart Poettering2006-08-181-2/+23
* one s/0/NULL/Lennart Poettering2006-08-181-1/+1
* remove export/import objects when SHM is disable for a pa_pstream objectLennart Poettering2006-08-181-5/+20
* add new function pa_mempool_is_shared() to test whether a memory pool is suit...Lennart Poettering2006-08-182-0/+7
* hide memblock-testLennart Poettering2006-08-180-0/+0
* remove all occurences of Lennart Poettering2006-08-1887-714/+714
* rework logging subsystem, to implicitly include __FILE__ in pa_log() calls. I...Lennart Poettering2006-08-182-46/+84
* update todoLennart Poettering2006-08-181-0/+2
* look for shm_open in -lrtLennart Poettering2006-08-181-0/+2
* add new test memblock-test for testing SHM import/exportLennart Poettering2006-08-182-4/+177
* update tests for new memory managerLennart Poettering2006-08-182-8/+19
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-1845-293/+1216
* add abstracted shared memory APILennart Poettering2006-08-182-0/+266
* fix a bad type castLennart Poettering2006-08-181-1/+1
* cleanup hashmap.[ch] a little: use hash/compare func prototypes defined in id...Lennart Poettering2006-08-182-11/+46
* cleanup idxset.[ch] a little: define proper types for the hash/compare funcs,...Lennart Poettering2006-08-182-6/+14
* fix a PA_LLIST_HEAD_INIT invocationLennart Poettering2006-08-171-1/+1
* add missing #includeLennart Poettering2006-08-171-0/+2
* modify pa_bytes_snprint() to return the string we just wrote to. This should ...Lennart Poettering2006-08-172-2/+4
* make PA_LLIST_HEAD_INIT thread safeLennart Poettering2006-08-171-1/+1
* use the description field of sinks/sources to name the zeroconf services, ins...Lennart Poettering2006-08-151-5/+5