summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | update todoPierre Ossman2006-08-141-0/+1
* | | update todoLennart Poettering2006-08-131-1/+0
* | | extend module-rescue-streams to move also source outputs when a source diesLennart Poettering2006-08-131-4/+55
* | | fix a segfault when registering a service with avahi failsLennart Poettering2006-08-131-9/+22
* | | create rtp source output on correct sourceLennart Poettering2006-08-131-0/+1
* | | minor optimizationLennart Poettering2006-08-131-1/+1
* | | implement hook_source_ouput_new. For this I modified the pa_source_output_new...Lennart Poettering2006-08-138-76/+160
* | | split a validity check into twoLennart Poettering2006-08-131-1/+2
* | | implement hook_source_disconnectLennart Poettering2006-08-131-1/+3
* | | define new hooks: hook_source_output_new, hook_source_disconnectLennart Poettering2006-08-132-2/+9
* | | update todoLennart Poettering2006-08-131-1/+3
* | | Load module-rescue-streams by defaultLennart Poettering2006-08-131-0/+3
* | | implement new module "module-rescue-streams" which moves sink inputs away whe...Lennart Poettering2006-08-132-1/+107
* | | properly implement a pa_sink_disconnect() hookLennart Poettering2006-08-133-4/+7
* | | Clean up module description a littleLennart Poettering2006-08-131-1/+1
* | | ignore if we recieved a memory block for an invalid stream, since this might ...Lennart Poettering2006-08-131-1/+1
* | | remove pa_sink_input::variable_rate field since it has been folded into pa_si...Lennart Poettering2006-08-132-2/+1
* | | hide hook-list-testLennart Poettering2006-08-130-0/+0