summaryrefslogtreecommitdiff
path: root/src/modules/module-pipe-source.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-09core, modules: Remove useless EINTR testsFrédéric Danis1-3/+1
2018-07-10pipe-sink, pipe-source: fix file permissionsTanu Kaskinen1-0/+6
2017-12-12build-sys: Stop using symdef headers for modulesArun Raghavan1-2/+0
2017-04-17source/sink: Allow pa_{source, sink}_get_latency_within_thread() to return ne...Georg Chini1-1/+1
2016-12-20don't assume that pa_asyncq_new() always succeedsTanu Kaskinen1-1/+5
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2014-11-09rtpoll: Drop extra wait_op argument to pa_rtpoll_run()Peter Meerwald1-1/+1
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-2/+2
2012-05-29pipe: check return value of mkfifo()Peter Meerwald1-1/+4
2012-05-29pipe: whitespace and log output cleanupPeter Meerwald1-5/+5
2012-01-03pipe: use pa_pipe_buf instead of the macro PIPE_BUFPino Toscano1-1/+1
2011-06-22Remove unnecessary #includesMaarten Bosmans1-2/+0
2011-02-17Clean up <poll.h> includesMaarten Bosmans1-1/+1
2010-12-20Fix typosZhang Wanming1-1/+1
2010-05-07thread: name all threads so that the names appear in /proc/$PID/task/$TID/commLennart Poettering1-1/+1
2009-11-20Include sys/filio.h if present; this makes use of FIONREAD on Solaris.Diego Elio 'Flameeyes' Pettenò1-0/+4
2009-11-20Don't declare the variable l if FIONREAD is not defined.Diego Elio 'Flameeyes' Pettenò1-1/+2
2009-10-30use cloexec wrappers wherever applicableLennart Poettering1-2/+1
2009-08-01pipe: replace PIPE_BUF macro pa pa_pipe_buf callLennart Poettering1-1/+1
2009-06-19core: get rid of rt sig/timer handling since modern Linux' ppooll() is finall...Lennart Poettering1-1/+0
2009-05-28modules: add {sink|source|card}_properties argument to all modulesLennart Poettering1-3/+11
2009-05-08core: introduce pa_{sink,source}_set_fixed_latency()Lennart Poettering1-1/+1
2009-04-10set fixed latencies at more places where appropriateLennart Poettering1-0/+1
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-02-21introduce default channel map in addition to the default sample specLennart Poettering1-0/+1
2009-01-15rework module usage counter stuff to be pull basedLennart Poettering1-0/+9
2009-01-08A few minor cleanups and updatesLennart Poettering1-3/+2
2008-12-21Implement PA_SOURCE_MESSAGE_GET_LATENCYLennart Poettering1-0/+30
2008-08-19add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering1-3/+3
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2008-05-15merge glitch-free branch back into trunkLennart Poettering1-10/+18
2007-11-09tag modules that may only be loaded once at most especially, and enforce that...Lennart Poettering1-4/+5
2007-10-28merge 'lennart' branch back into trunk.Lennart Poettering1-80/+164
2007-02-13Add copyright notices to all relevant files. (based on svn log)Pierre Ossman1-0/+2
2007-01-04Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman1-15/+15
2006-11-06Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman1-10/+3
2006-09-26rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering1-3/+10
2006-08-18remove all occurences of Lennart Poettering1-7/+7
2006-08-18Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering1-1/+1
2006-08-11don't set the sink/source descriptions manually, use the new functions pa_{si...Lennart Poettering1-2/+4
2006-06-19big s/polyp/pulse/gLennart Poettering1-12/+12
2006-05-25* split pa_cstrerror() into its own file polypcore/core-error.[ch]Lennart Poettering1-1/+1
2006-05-22Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman1-3/+4
2006-05-17split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]Lennart Poettering1-1/+1
2006-05-17Move xmalloc to the public side (libpolyp).Pierre Ossman1-1/+2
2006-05-16* modify pa_channel_map_init_auto() to take an extra argument specifying the ...Lennart Poettering1-1/+1
2006-04-26support new channel_map argument in sink/source modulesLennart Poettering1-4/+12
2006-02-23change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering1-7/+7
2006-02-16Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman1-0/+210