summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/protocol-native.c
Commit message (Expand)AuthorAgeFilesLines
* a few FreeBSD fixes, from alexisLennart Poettering2008-10-011-0/+2
* command_get_info() segv in some conditionsMarc-André Lureau2008-09-031-1/+1
* Implement "early requests" mode.Lennart Poettering2008-09-031-34/+138
* avoid rounding errors on requested buffering metricsLennart Poettering2008-09-011-11/+18
* add a few missing castsLennart Poettering2008-08-201-1/+1
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-27/+27
* allow clients to not specify the volume for their streamsLennart Poettering2008-08-181-3/+13
* rework validity checking of sink/source/... namesLennart Poettering2008-08-181-18/+43
* pass force_refresh=FALSE to all volume/mute read invocationsLennart Poettering2008-08-131-4/+4
* initialize IP ACLs properlyLennart Poettering2008-08-111-1/+1
* don't use PA_GCC_UNUSED anymoreLennart Poettering2008-08-091-34/+34
* add new switch --disallow-exitLennart Poettering2008-08-061-1/+3
* don't include authkey-prop.h anymoreLennart Poettering2008-08-061-1/+0
* fix shutdown when --disallow-module-loading=1 is passedLennart Poettering2008-08-051-1/+1
* inherit proplist on sample playback from clientLennart Poettering2008-08-041-0/+2
* add hooks for connection creation/deletion, for that export pa_native_connectionLennart Poettering2008-08-041-202/+227
* add extension system for native protocolLennart Poettering2008-08-031-13/+56
* make all protocol objects global singletonsLennart Poettering2008-08-031-157/+234
* rename props.[ch] to shared.[ch]Lennart Poettering2008-08-011-1/+1
* rename pa_property_xxx to pa_shared_xxx to avoid confusion with property listsLennart Poettering2008-08-011-5/+5
* add proper update_max_request handler to native protocol streamsLennart Poettering2008-06-281-1/+18
* fix underrun detection for prebuf=0 streamsLennart Poettering2008-06-271-11/+16
* use (uint32_t) -1 to signify default buffer_attr values instead of 0, to allo...Lennart Poettering2008-06-271-8/+19
* split pa_memblockq_flush() into two flush commands, one which fixes up the re...Lennart Poettering2008-06-261-2/+2
* Rework module-combine to work with glitch-free core; add new max_request fiel...Lennart Poettering2008-06-201-4/+6
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* reset prebuf if it is too largeLennart Poettering2008-06-171-2/+2
* server side of new shm negotiation scheme; fix a bad memory accessLennart Poettering2008-06-171-17/+42
* 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-131-5/+20
* always expect name field in upload datagramLennart Poettering2008-05-271-4/+8
* big mumbo jumo of interleaved patches.Lennart Poettering2008-05-211-1/+1
* remove a misplaced assertLennart Poettering2008-05-181-1/+0
* dump latency metrics for recording streams, tooLennart Poettering2008-05-171-1/+6
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-241/+894
* properly notify clients about suspended state when moving source output strea...Lennart Poettering2008-03-271-0/+1
* Don't send opcodes introduced in protocol versions 12 to clients using protocolSjoerd Simons2008-01-041-0/+12
* when speaking to a client with a version < 12, hide S32 sample specs, and mak...Lennart Poettering2007-11-211-18/+59
* - Check process name when dealing with PID filesLennart Poettering2007-11-211-24/+341
* Completely rework ALSA device selection code: choose the device to open depen...Lennart Poettering2007-11-131-2/+2
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-564/+1087
* Kill spaces on EOLLennart Poettering2007-05-291-1/+1
* Replace AO_xxx usage with pa_atomic_xxx and friends wherever it makes senseLennart Poettering2007-05-271-4/+4
* Fix yet another DoS vulnerability, also identified Luigi Auriemma (re #67)Lennart Poettering2007-05-231-1/+2
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+3
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-137/+137
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-061-12/+2
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-261-2/+12
* make pa_mempool_stat thread-safe/lock-freeLennart Poettering2006-08-291-4/+4
* If a client leaves the sink/source for a stream unspecified by passing NULL asLennart Poettering2006-08-191-16/+18