summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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