summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | modify module-volume-restore to change the initial volume of a sink input fro...Lennart Poettering2006-08-131-7/+28
* | | allow hooking into the process of creating playback streams. To implement thi...Lennart Poettering2006-08-1316-138/+296
* | | fix bad printf()Lennart Poettering2006-08-131-1/+1
* | | rework hook list stuff once again: change the callback prototype to recieve t...Lennart Poettering2006-08-133-18/+27
* | | rework hook list stuff again, and replace macros with real functins. We loose...Lennart Poettering2006-08-134-96/+149
* | | update hook list testLennart Poettering2006-08-121-2/+0
* | | reall add type safe hook listLennart Poettering2006-08-121-0/+117
* | | implement typeafe hook chainLennart Poettering2006-08-123-1/+47
* | | extend maximum sink/source name length, because HAL UDIs can get ridiculously...Lennart Poettering2006-08-121-1/+1
* | | update todoLennart Poettering2006-08-121-1/+0
* | | test if sink->monitor_source is set before making use of itLennart Poettering2006-08-122-3/+3
* | | make use of pa_sink_used_by()/pa_source_used_by() wherever applicableLennart Poettering2006-08-129-25/+15
* | | add pa_sink_used_by()/pa_source_used_by()Lennart Poettering2006-08-124-1/+24
* | | categorize todo fileLennart Poettering2006-08-121-23/+32