summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* reset prebuf if it is too largeLennart Poettering2008-06-171-2/+2
* limit the prebuf value by tlengthLennart Poettering2008-06-171-2/+5
* server side of new shm negotiation scheme; fix a bad memory accessLennart Poettering2008-06-171-17/+42
* move pa_init_proplist() to proplist-util.[ch]Lennart Poettering2008-06-172-0/+149
* add pa_memblockq_get_base()Lennart Poettering2008-06-162-0/+8
* add Nokia copyrightLennart Poettering2008-06-161-1/+2
* a few modernizationsLennart Poettering2008-06-162-8/+11
* add new function pa_iochannel_socket_is_local()Lennart Poettering2008-06-162-0/+15
* make use of the new pa_socket_address_is_local() functionLennart Poettering2008-06-161-16/+2
* add new functions pa_socket_is_local() and pa_socket_address_is_local()Lennart Poettering2008-06-162-1/+44
* minor modernizations, increase unload timeout to 60sLennart Poettering2008-06-141-5/+3
* avoid division by zero when informing user about unloaded lazy samples in the...Lennart Poettering2008-06-141-2/+5
* fix a bad memory access pulsecore/client.cLennart Poettering2008-06-1310-30/+174
* rearrange thingsLennart Poettering2008-06-131-5/+8
* consider passing the same argument twice to a module an error, also consider ...Lennart Poettering2008-06-131-1/+17
* sometimes a simple memset() is much fasterLennart Poettering2008-06-131-2/+1
* merge Colin Guthrie's module-always-sink module, and add priorization to the ...Lennart Poettering2008-06-112-20/+31
* add new switch --start to the PA binary which allows starting PA if it is not...Lennart Poettering2008-06-111-0/+1
* don't exit when the XSM signals us a session exit. instead just unload all X1...Lennart Poettering2008-06-112-10/+41
* move pa_core_check_quit() a bit laterLennart Poettering2008-06-111-2/+5
* reformat thingsLennart Poettering2008-06-111-1/+6
* install auto unload time event only when we have at least one auto unload moduleLennart Poettering2008-06-111-1/+1
* replace pa_atof() by pa_atod() because floats are lameLennart Poettering2008-06-112-10/+6
* fix a compiler warning on ARM due to missing cast, patch from Jyri SarhaLennart Poettering2008-06-031-5/+5
* allow on-the-fly deleting of hashmap entries wile we iterate through themLennart Poettering2008-05-292-13/+26
* never hand out more data from a sink input than requested. Otherwise the resa...Lennart Poettering2008-05-273-7/+8
* always expect name field in upload datagramLennart Poettering2008-05-271-4/+8
* fix esound proto to not crashLennart Poettering2008-05-271-1/+3
* big mumbo jumo of interleaved patches.Lennart Poettering2008-05-215-30/+77
* add O_NOCTTYLennart Poettering2008-05-211-1/+5
* add new functions pa_state_path()/pa_get_state_dir(), change return value of ...Lennart Poettering2008-05-212-13/+61
* fix daemon shutdown with active monitor streamsLennart Poettering2008-05-182-2/+0
* remove a misplaced assertLennart Poettering2008-05-181-1/+0
* fix pa_close_all() to make it actually work as advertisedLennart Poettering2008-05-181-11/+20
* add another assert to catch sleep time miscalculations easierLennart Poettering2008-05-171-0/+3
* link latency of monitor source to sinkLennart Poettering2008-05-172-0/+36
* add new function pa_source_set_latency_range(), fix type of requested_latencyLennart Poettering2008-05-172-1/+22
* only unref memblock if there is oneLennart Poettering2008-05-171-1/+2
* dump latency metrics for recording streams, tooLennart Poettering2008-05-171-1/+6
* fix peak detection pseudo resamplerLennart Poettering2008-05-171-6/+8
* merge glitch-free branch back into trunkLennart Poettering2008-05-1587-2500/+5980
* merge r2194 from prepare-0.9.10Lennart Poettering2008-03-311-22/+36
* merge r2192 from prepare-0.9.10Lennart Poettering2008-03-311-4/+4
* properly notify clients about suspended state when moving source output strea...Lennart Poettering2008-03-271-0/+1
* Double maximum sample size for some overly huge samples some distros shipLennart Poettering2008-03-271-1/+1
* Attempt to resolve the multilib conflicts by getting all the config filesLennart Poettering2008-03-271-2/+30
* add proper arm atomic ops support, patch from Jyri SarhaLennart Poettering2008-03-261-1/+230
* Clarify the explanation of the in_action field in pa_autoload_entry.Tanu Kaskinen2008-02-151-1/+1
* allow compilation on systems that lack POSIX shared memory. Patch from matthi...Lennart Poettering2008-02-151-1/+3
* deal with a possibly failing pa_channel_map_init_auto() correctlyLennart Poettering2008-02-137-10/+22