summaryrefslogtreecommitdiffstats
path: root/src/modules/module-pipe-sink.c
Commit message (Expand)AuthorAgeFilesLines
* add missing poll.h inclusionLennart Poettering2007-10-071-14/+15
* make O_CLOEXEC, O_NONBLOCK and socket low latency fd ops more uniform: always...Lennart Poettering2007-09-191-2/+2
* simplify rt loops a bit by moving more code into pa_rtpoll. It is now possibl...Lennart Poettering2007-09-141-19/+9
* extend rtpoll API to allow registration of arbitray functions to be executed ...Lennart Poettering2007-09-121-2/+2
* consolidate close() calls to pa_close(), and make sure on every occasion that...Lennart Poettering2007-09-121-1/+1
* add 'wait' parameter to pa_rtpoll_run(), if zero pa_rtpoll_runn will only upd...Lennart Poettering2007-09-111-1/+1
* TIOCINQ isn't present on all systems.Pierre Ossman2007-09-101-1/+3
* Lots of assorted minor cleanups and fixes:Lennart Poettering2007-08-301-21/+18
* port remaining sinks to pa_rtpollLennart Poettering2007-08-221-51/+42
* make use of pa_thread_mq everywhereLennart Poettering2007-08-101-15/+16
* * drop redundant pa_core argument from module initialization functionsLennart Poettering2007-08-101-8/+6
* A lot of updates, all necessary to get the native protocol ported:Lennart Poettering2007-07-311-6/+7
* Properly initialize all revents on EINTRLennart Poettering2007-07-121-1/+4
* don't handle underrun specialLennart Poettering2007-06-231-32/+27
* trivial cleanupsLennart Poettering2007-06-141-4/+7
* A lot of more work to get the lock-free stuff in placeLennart Poettering2007-06-131-92/+96
* make eolspaceLennart Poettering2007-06-111-15/+15
* Merge HUGE set of changes temporarily into a branch, to allow me to move them...Lennart Poettering2007-06-111-97/+192
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+2
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-18/+18
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-061-9/+2
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-261-2/+9
* remove all occurences of Lennart Poettering2006-08-181-7/+7
* make use of pa_sink_used_by()/pa_source_used_by() wherever applicableLennart Poettering2006-08-121-1/+1
* don't set the sink/source descriptions manually, use the new functions pa_{si...Lennart Poettering2006-08-111-2/+4
* big s/polyp/pulse/gLennart Poettering2006-06-191-12/+12
* * split pa_cstrerror() into its own file polypcore/core-error.[ch]Lennart Poettering2006-05-251-1/+1
* Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman2006-05-221-3/+4
* split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering2006-05-171-1/+1
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-171-1/+2
* * modify pa_channel_map_init_auto() to take an extra argument specifying the ...Lennart Poettering2006-05-161-1/+1
* support new channel_map argument in sink/source modulesLennart Poettering2006-04-261-3/+11
* change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering2006-02-231-7/+7
* Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman2006-02-161-0/+237