summaryrefslogtreecommitdiffstats
path: root/src
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-2514-219/+343
* 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
* change order of munmap and freeing of memblocksLennart Poettering2007-07-251-9/+9
* Fix a couple of typos in the resampler codeLennart Poettering2007-07-141-3/+5
* Fix typo in pa_memblock_release() call; s/assert/pa_assert/Lennart Poettering2007-07-131-12/+12
* 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
* Port module-sine to the new lock-free coreLennart Poettering2007-07-131-24/+33
* Reenable a couple of more modulesLennart Poettering2007-07-131-3/+3
* 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
* Replace a couple of assert()s by pa_assert()sLennart Poettering2007-07-131-6/+5
* Remove module-oss-mmap, since it is now merged into module-ossLennart Poettering2007-07-132-643/+0
* Merge module-oss-mmap into module-oss and make suspending working properlyLennart Poettering2007-07-131-206/+653
* Make pa_sink_render_* and pa_source_post work only when in RUNNING state, to ...Lennart Poettering2007-07-132-2/+5
* Properly initialize all revents on EINTRLennart Poettering2007-07-122-2/+7
* Make sure pollfd[POLLFD_ASYNCQ].revents is properly initialized on signalLennart Poettering2007-07-121-1/+8
* fix segfault when recording with module-oss.cLennart Poettering2007-07-121-1/+1
* Port module-oss to the new lock-free coreLennart Poettering2007-06-251-15/+23
* 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
* Make use of dbus_watch_get_unix_fd() instead of dbus_watch_get_fd() because o...Lennart Poettering2007-06-241-2/+2
* Update OSS driver for new lock-free coreLennart Poettering2007-06-232-239/+523
* remove underrun condition in pa_sinks. Instead return silence in pa_sink_rend...Lennart Poettering2007-06-232-55/+81
* 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