summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* make sure we don't free the same connection twiceLennart Poettering2007-06-251-1/+2
* Limit silence buffer size for pa_sink_render()Lennart Poettering2007-06-241-0/+4
* Track the 'missing' variable safely between the threadsLennart Poettering2007-06-241-7/+7
* rework the logic of pa_asyncqLennart Poettering2007-06-241-88/+113
* Make sure the returned pa_msgobject object has a valid refcnt before returnin...Lennart Poettering2007-06-241-4/+10
* Include assert.h, since we use assert() for our pa_assert() macroLennart Poettering2007-06-241-0/+1
* Fix length calculation in pa_silence_memblock_new() and make use of pa_assert...Lennart Poettering2007-06-241-21/+26
* remove underrun condition in pa_sinks. Instead return silence in pa_sink_rend...Lennart Poettering2007-06-232-55/+81
* Fix minor typoLennart Poettering2007-06-231-1/+1
* 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
* A lot of more work to get the lock-free stuff in placeLennart Poettering2007-06-1325-436/+639
* make untabifyLennart Poettering2007-06-115-224/+224
* make eolspaceLennart Poettering2007-06-1118-174/+174
* Merge HUGE set of changes temporarily into a branch, to allow me to move them...Lennart Poettering2007-06-1151-1507/+3626
* 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
* Prefix log lines with a character indicating level.Pierre Ossman2007-02-141-4/+27
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-13165-14/+396
* Don't abort config loading when the user specific cannot be loaded.Pierre Ossman2007-02-051-2/+8
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-04163-1850/+1850
* Fix silly copy-and-paste error. (closes #45)Pierre Ossman2006-12-041-1/+1
* Fix incorrect assert.Pierre Ossman2006-11-241-1/+1
* Support reversed endian floats. (closes #28) (closes #35)Pierre Ossman2006-11-082-0/+21
* Check correct variable for return value. Closes #37.Pierre Ossman2006-11-081-1/+1
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-0618-845/+448
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-2618-448/+845
* upgrade refcnt.h to make use of our new pa_atomic_xxx() APILennart Poettering2006-09-261-8/+9
* add asynchronous inter-thread notification APILennart Poettering2006-09-262-0/+181