summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* don't fail if the bt-proximity-helper is not builtLennart Poettering2007-11-131-1/+1
* don't touch RLIMIT:MEMBLOCK by default. This should improve out-of-the-box co...Lennart Poettering2007-11-132-2/+2
* increase the pacmd timeout a bitLennart Poettering2007-11-131-1/+1
* Completely rework ALSA device selection code: choose the device to open depen...Lennart Poettering2007-11-1315-122/+350
* fix loading of load-once modules if no other modules was loaded beforeLennart Poettering2007-11-131-1/+1
* add new fun module that automatically mutes your audio devices when you leave...Lennart Poettering2007-11-113-1/+727
* Port module-gconf to make use of the new API pa_start_child_for_read()Lennart Poettering2007-11-111-128/+9
* pull code for starting helper processes out of module-gconf, clean it up, and...Lennart Poettering2007-11-112-0/+194
* add new function pa_strnull() to simplify passing null strings to non-linux p...Lennart Poettering2007-11-111-0/+4
* add a simple fully-automatic fully-linearupmixer/downmixer and enable it by d...Lennart Poettering2007-11-117-71/+616
* tag modules that may only be loaded once at most especially, and enforce that...Lennart Poettering2007-11-0942-160/+233
* minor typoLennart Poettering2007-11-091-1/+1
* optimize mixing code a bit. Add mixers for S32LE, S32BE, ULAW, ALAW and FLOAT...Lennart Poettering2007-11-094-113/+727
* replace a few CLAMPs by PA_CLAMP_UNLIKELYLennart Poettering2007-11-093-7/+7
* remove PA_CLAMP_LIKELY macro because it doesn't really make sense.Lennart Poettering2007-11-091-1/+3
* .la files for modules can probably be removed safely on all archs nowLennart Poettering2007-11-091-0/+1
* add support for 32bit integer samplesLennart Poettering2007-11-0912-17/+319
* fix CLAMP_LIKELY/UNLIKELY definitionLennart Poettering2007-11-092-4/+4
* add missing #includeLennart Poettering2007-11-091-0/+1
* add a few missing macro definitionsLennart Poettering2007-11-091-0/+12
* add PA_CLAMP_LIKELY and PA_CLAMP_UNLIKELY macrosLennart Poettering2007-11-091-1/+5
* add support for likely()/unlikely() type macrosLennart Poettering2007-11-091-2/+12
* parse the pasuspend argument like any other boolean in PulseAudioLennart Poettering2007-11-082-3/+3
* strip most comments from the default configuration files, since the man page ...Lennart Poettering2007-11-082-99/+17
* warn if the sound server is not localLennart Poettering2007-11-071-1/+3
* minor cleanups of --help textsLennart Poettering2007-11-052-3/+3
* add a man page for the pulseaudio binary. More will follow.Lennart Poettering2007-11-051-1/+1
* fix two alignment issues found by the debian buildd gcc on sparcLennart Poettering2007-11-042-20/+27
* pa_boolizationLennart Poettering2007-11-041-15/+13
* add eventfd syscall nr for arm; patch from Sjoerd Simons; Closes #150Lennart Poettering2007-11-041-0/+4
* Properly terminate pa_readlink() strings. Patch from Sjoerd Simons. Closes #149Lennart Poettering2007-11-041-1/+1
* Add linker version script to hide non-ABI stable symbols in the clientLennart Poettering2007-11-042-10/+240
* make disallow-module-loading config option work again (original patch from Di...Lennart Poettering2007-11-011-2/+5
* make rtprio and nice level actually configurableLennart Poettering2007-11-0111-54/+94
* drop rt scheduling before we start our helper processLennart Poettering2007-11-011-0/+2
* add new option --realtimeLennart Poettering2007-11-011-10/+23
* save and restore errno in sig handlerLennart Poettering2007-11-011-0/+5
* add nice and rtprio resource limit support; make rtprio and nice level to use...Lennart Poettering2007-11-014-86/+210
* pa_boolize the client configLennart Poettering2007-11-012-8/+7
* more pa_boolizationLennart Poettering2007-11-013-95/+96
* make the bool config parser actually parse boolsLennart Poettering2007-11-011-2/+3
* fix commentLennart Poettering2007-11-011-1/+1
* add new function pa_yes_no()Lennart Poettering2007-11-011-0/+5
* save and restore errno in the sig handlerLennart Poettering2007-10-301-0/+6
* rename 'length' parameters in the API to 'bytes', to make their unit clearLennart Poettering2007-10-302-7/+7
* handle tcp4: prefix for server specs correctly. (Closes #136)Lennart Poettering2007-10-301-1/+4
* rename stream names too, when the sink name changesLennart Poettering2007-10-301-9/+28
* ignore updates not relevant to usLennart Poettering2007-10-301-0/+6
* rework the tunnel naming scheme, and make it follow the description changes o...Lennart Poettering2007-10-301-29/+231
* initialize userdata struct with 0Lennart Poettering2007-10-301-5/+5