summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* rework volume/mute APIs: split out pa_xx_set_soft_volume() and add force_refr...Lennart Poettering2008-08-134-14/+38
* add new function pa_alsa_volume_divide()Lennart Poettering2008-08-132-0/+27
* reword some log messagesLennart Poettering2008-08-131-3/+3
* add new API function pa_cvolume_max()Lennart Poettering2008-08-132-0/+15
* reset lock_fd_mutex after destructionLennart Poettering2008-08-131-0/+1
* fix protocol destructionLennart Poettering2008-08-131-4/+3
* initialize IP ACLs properlyLennart Poettering2008-08-112-2/+2
* fix two uninitialized memory accessesLennart Poettering2008-08-112-6/+6
* otpimize mixing code a bit by moving a few checks out of the inner loopsLennart Poettering2008-08-111-83/+39
* optimize volume changing a bit by only using a single counter for the inner l...Lennart Poettering2008-08-111-31/+36
* adhere to struct gcc aliasing rulesLennart Poettering2008-08-111-7/+3
* fix bad memory accessLennart Poettering2008-08-091-1/+1
* make gcc shut upLennart Poettering2008-08-093-3/+5
* adhere to C strict aliasing rulesLennart Poettering2008-08-091-3/+8
* don't use PA_GCC_UNUSED anymoreLennart Poettering2008-08-0940-123/+123
* free regex_t after useLennart Poettering2008-08-091-4/+11
* rework autospawning code to survive multiple pa_contexts in a single processLennart Poettering2008-08-098-38/+595
* print reason when we fail to kill a running daemonLennart Poettering2008-08-091-1/+1
* set errno properly in all functions from pid.cLennart Poettering2008-08-091-3/+18
* set errno properly in all functions from core-util.cLennart Poettering2008-08-091-23/+95
* add locale support to pa_parse_boolean()Lennart Poettering2008-08-091-0/+35
* set errno properly in all casesLennart Poettering2008-08-091-3/+14
* make sure we don't crash if pa_thread_join() is called more than once on the ...Lennart Poettering2008-08-081-1/+8
* add compatibility with older PA socket pathsLennart Poettering2008-08-071-3/+33
* remove some leftover debug stringLennart Poettering2008-08-071-1/+1
* Modify pa_state_path() to take an additional argument for prepending the mach...Lennart Poettering2008-08-076-31/+32
* Rework state/runtime directory logicLennart Poettering2008-08-071-26/+221
* don't spam to stderr in API functionsLennart Poettering2008-08-071-5/+1
* print machine id during startupLennart Poettering2008-08-071-1/+11
* add new function pa_machine_id()Lennart Poettering2008-08-073-0/+47
* include host name in default sink/default source fileLennart Poettering2008-08-061-4/+15
* fix channel position stringLennart Poettering2008-08-061-1/+1
* add a few configuration sanity checks for system modeLennart Poettering2008-08-061-0/+16
* add disallow-exit to default configuration fileLennart Poettering2008-08-061-0/+1
* add new switch --disallow-exitLennart Poettering2008-08-0611-52/+87
* add i18n supportLennart Poettering2008-08-0628-416/+584
* remove authkey-prop from treeLennart Poettering2008-08-062-147/+0
* don't include authkey-prop.h anymoreLennart Poettering2008-08-061-1/+0
* fix a few potential bad memory accessesLennart Poettering2008-08-061-2/+7
* fix shutdown when --disallow-module-loading=1 is passedLennart Poettering2008-08-0526-58/+62
* add a function to dump the stream database for debugging purposesLennart Poettering2008-08-051-0/+32
* don't enforce valid callbacks for extension module APIsLennart Poettering2008-08-051-5/+0
* allow extension messages to actually carry informationLennart Poettering2008-08-051-2/+1
* fix error path (spotted by Coling Guthrie)Lennart Poettering2008-08-051-1/+3
* fix a few more copy/paste errorsLennart Poettering2008-08-052-6/+6
* fix copy/paste errorLennart Poettering2008-08-041-1/+1
* fix documentation to follow what actually happensLennart Poettering2008-08-041-2/+2
* inherit proplist on sample playback from clientLennart Poettering2008-08-041-0/+2
* remove port definitions from header file since they are not actually used yetLennart Poettering2008-08-041-5/+0
* add missing C++ checks in headerLennart Poettering2008-08-041-0/+4