summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* use a free list for allocating reply_info structsLennart Poettering2007-11-141-2/+8
* Completely rework ALSA device selection code: choose the device to open depen...Lennart Poettering2007-11-135-7/+8
* fix loading of load-once modules if no other modules was loaded beforeLennart Poettering2007-11-131-1/+1
* 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-114-68/+516
* tag modules that may only be loaded once at most especially, and enforce that...Lennart Poettering2007-11-094-4/+44
* optimize mixing code a bit. Add mixers for S32LE, S32BE, ULAW, ALAW and FLOAT...Lennart Poettering2007-11-092-112/+459
* replace a few CLAMPs by PA_CLAMP_UNLIKELYLennart Poettering2007-11-092-5/+5
* remove PA_CLAMP_LIKELY macro because it doesn't really make sense.Lennart Poettering2007-11-091-1/+3
* add support for 32bit integer samplesLennart Poettering2007-11-097-9/+250
* fix CLAMP_LIKELY/UNLIKELY definitionLennart Poettering2007-11-092-4/+4
* 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
* fix two alignment issues found by the debian buildd gcc on sparcLennart Poettering2007-11-041-19/+23
* 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
* make rtprio and nice level actually configurableLennart Poettering2007-11-014-35/+74
* 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
* handle tcp4: prefix for server specs correctly. (Closes #136)Lennart Poettering2007-10-301-1/+4
* ignore network sinks/sourcesLennart Poettering2007-10-291-2/+4
* make gcc shut up a bit moreLennart Poettering2007-10-291-1/+1
* we don't want to include assert.h anymoreLennart Poettering2007-10-292-2/+0
* add new API pa_strlist_reverse()Lennart Poettering2007-10-292-0/+18
* export pa_namereg_is_valid_name()Lennart Poettering2007-10-292-7/+10
* properly deal with time pausingLennart Poettering2007-10-291-4/+8
* add new pa_readlink() APILennart Poettering2007-10-292-0/+26
* make speex-float-3 the default resamplerLennart Poettering2007-10-292-4/+4
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-28157-5458/+16134
* Kill spaces on EOLLennart Poettering2007-05-296-2540/+2540
* build fix for systems lacking capability suppoort. (Problem identified and or...Lennart Poettering2007-05-281-0/+4
* Replace AO_xxx usage with pa_atomic_xxx and friends wherever it makes senseLennart Poettering2007-05-275-61/+66
* unfortunately we cannot detect if a foreign thread is still running. Thus suc...Lennart Poettering2007-05-271-11/+6
* Minor optimization: read log level character code from arrayLennart Poettering2007-05-271-27/+12
* Add a new meta command ".ifexists" to the CLI language, to execute commands o...Lennart Poettering2007-05-263-13/+73
* when called with the setid bit change euid to uid sooner to make sure that we...Lennart Poettering2007-05-251-3/+33
* Fix a DoS with allocating overly large silence buffers. (Identified by Luigi ...Lennart Poettering2007-05-231-0/+12
* Fix yet another DoS vulnerability, also identified Luigi Auriemma (re #67)Lennart Poettering2007-05-231-1/+2
* fix minor typoLennart Poettering2007-05-231-1/+1
* Fix another DoS vulnerability, also identified Luigi Auriemma (closes #67)Lennart Poettering2007-05-231-1/+1
* fix a DoS vulnerability (re #67), originally identified by Luigi AuriemmaLennart Poettering2007-05-231-1/+1
* fix commentLennart Poettering2007-05-221-1/+1
* Fix some instances where we printed a string without first checking thatPierre Ossman2007-03-062-5/+15
* Add some debugging output from sample cache subsystem.Pierre Ossman2007-03-011-0/+10
* Add a wrapper around close() to work around Windows' ass backwards way ofPierre Ossman2007-02-147-24/+45
* Allow a formatted string in the validation warning.Pierre Ossman2007-02-141-4/+4