summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* don't handle underrun specialLennart Poettering2007-06-231-32/+27
* drop silence generation from sink driversLennart Poettering2007-06-231-8/+4
* fix a typo and some minor optimizationsLennart Poettering2007-06-231-8/+7
* minor cleanups and optimizationsLennart Poettering2007-06-231-20/+20
* Fix minor typoLennart Poettering2007-06-231-1/+1
* Port module-pipe-source to the new threaded designLennart Poettering2007-06-141-89/+187
* Fix another ugly typo, which made source outputs unusableLennart Poettering2007-06-141-1/+1
* use pa_memblockq_push_align() instead of pa_memblockq_push() to deal with una...Lennart Poettering2007-06-141-2/+5
* Show memchunk length in debug outputLennart Poettering2007-06-141-1/+1
* Fix a nasty typo in pa_asyncq_popLennart Poettering2007-06-141-6/+11
* Remove anotify.[ch], since it is now entirely replaced by pa_asyncmsgqLennart Poettering2007-06-142-185/+0
* rework sink input/source output state machineLennart Poettering2007-06-144-61/+98
* Make debug message more usefulLennart Poettering2007-06-141-1/+1
* Move a few things between the threadsLennart Poettering2007-06-141-3/+12
* trivial cleanupsLennart Poettering2007-06-141-4/+7
* A lot of more work to get the lock-free stuff in placeLennart Poettering2007-06-1333-692/+906
* make untabifyLennart Poettering2007-06-1111-242/+242
* make eolspaceLennart Poettering2007-06-1122-215/+215
* Merge HUGE set of changes temporarily into a branch, to allow me to move them...Lennart Poettering2007-06-1172-1746/+4368
* Support stat() and friends as some programs (audacity) likes to check ifPierre Ossman2007-06-111-0/+196
* Add support for the poorly documented SNDCTL_DSP_GETTRIGGER.Pierre Ossman2007-06-041-0/+11
* Kill spaces on EOLLennart Poettering2007-05-2921-2721/+2721
* We now use gid unconditionally, so make sure it's defined.Pierre Ossman2007-05-291-2/+0
* 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-276-75/+80
* 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-253-32/+66
* fix suid Makefile targetLennart Poettering2007-05-251-3/+3
* only browse for ipv4 pa servers for now. Needs better fixing which however is...Lennart Poettering2007-05-231-1/+1
* Fix another DoS vulnerability that has been identified by Luigi Auriemma. (Fi...Lennart Poettering2007-05-231-3/+0
* add a missing initialization that causes a crash when parsing invalid volume ...Lennart Poettering2007-05-231-0/+1
* Fix a DoS with allocating overly large silence buffers. (Identified by Luigi ...Lennart Poettering2007-05-231-0/+12
* don't allow excessively high sample ratesLennart Poettering2007-05-232-0/+4
* 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 a few obvious copynpaste errors when handling volumesLennart Poettering2007-05-231-3/+3
* Treat empty :0.0 identically to unset :0.0 when trying to find a PA server. (...Lennart Poettering2007-05-231-1/+1
* Fix module-oss for devices that return EAGAIN when we don't expect it. (Close...Lennart Poettering2007-05-231-3/+10
* show socket directory when we fail to create it. (Closes #85)Lennart Poettering2007-05-221-1/+1
* Fix build and only load OSS xor ALSA modules if both are availableLennart Poettering2007-05-221-5/+29
* drop unused variableLennart Poettering2007-05-221-1/+1
* fix commentLennart Poettering2007-05-221-1/+1
* Add support for SNDCTL_DSP_SETTRIGGER. (closes #56)Pierre Ossman2007-03-071-9/+87
* Fix some instances where we printed a string without first checking thatPierre Ossman2007-03-062-5/+15
* Pulsecore should be linked into all modules.Pierre Ossman2007-03-061-1/+1
* Don't fail if hal doesn't currently contain any devices. (closes #55)Pierre Ossman2007-03-061-8/+2