summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* Modernize things a littleLennart Poettering2007-07-251-25/+41
* add our own implementation for pa_snprintf() because NUL termination is appar...Lennart Poettering2007-07-252-1/+21
* Simplify implementation of pa_assert_se()Lennart Poettering2007-07-251-4/+5
* drop chunk argument from various drop() functions, since it doesn't make any ...Lennart Poettering2007-07-2510-206/+329
* update static free list usage in asyncmsgqLennart Poettering2007-07-251-1/+1
* update static free list usage in hashmapLennart Poettering2007-07-251-1/+1
* destruct freelists properly, by using gcc destructors. we do this only to mak...Lennart Poettering2007-07-251-14/+21
* wrap destructor gcc attribute in macroLennart Poettering2007-07-251-0/+6
* Fix a couple of typos in the resampler codeLennart Poettering2007-07-141-3/+5
* s/assert/pa_assert/g; make use of static flist for memblock allocation where ...Lennart Poettering2007-07-131-107/+122
* Minor clarificationLennart Poettering2007-07-131-1/+2
* Make use of static flist for hashmap entry alllocationLennart Poettering2007-07-131-2/+9
* Actually make the static flist staticLennart Poettering2007-07-131-1/+1
* Remove a superfluous pa_memblock_release(); properly handle buf4 allocationLennart Poettering2007-07-131-5/+1
* Fix concurrency bug when turning memblock into a local memblockLennart Poettering2007-07-131-3/+3
* Fix off-by-one in mixing codeLennart Poettering2007-07-131-1/+2
* Make pa_sink_render_* and pa_source_post work only when in RUNNING state, to ...Lennart Poettering2007-07-132-2/+5
* remove pa_memblockq_is_writable() (because it is stupid and not used anywhere...Lennart Poettering2007-06-252-59/+46
* 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