summaryrefslogtreecommitdiff
path: root/src/modules/module-tunnel.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-20don't assume that pa_asyncq_new() always succeedsTanu Kaskinen1-1/+5
2016-04-02pstream: Support memfd blocks transportAhmed S. Darwish1-1/+1
2016-01-07module-tunnel: Fix double freeKimJeongYeon1-2/+2
2015-02-26tagstruct: Distinguish pa_tagstruct_new() use casesPeter Meerwald1-13/+13
2015-01-14update FSF addresses to FSF web pageOndrej Holecek1-3/+1
2015-01-13tunnel: use proper value for pa_source_state switchBoris Egorov1-1/+1
2014-11-09rtpoll: Drop extra wait_op argument to pa_rtpoll_run()Peter Meerwald1-1/+1
2014-10-31creds: Rename pa_ancil to pa_cmsg_ancil_dataArun Raghavan1-2/+2
2014-10-28Cleanup !! for boolPeter Meerwald1-6/+6
2014-06-27iochannel/pstream/pdispatch: Add support for receiving file descriptorsDavid Henningsson1-2/+2
2014-05-02solaris, tunnel: Remove some redundant boolean conversionsTanu Kaskinen1-1/+1
2014-03-13tunnel: Fix inverted if conditionTanu Kaskinen1-1/+1
2013-09-13module-tunnel: automatically find the PulseAudio serverPierre Ossman1-10/+177
2013-07-14tunnel: Fix reading state from wrong variableTanu Kaskinen1-3/+3
2013-07-04Remove pa_bool_t and replace it with bool.poljar (Damir Jelić)1-73/+73
2013-06-24Whitespace cleanup: Remove all multiple newlinespoljar (Damir Jelić)1-3/+0
2013-06-24Style fix: Remove new lines from opening bracketspoljar (Damir Jelić)1-2/+1
2012-11-16sink: Process rewind requests also when suspended.Tanu Kaskinen1-3/+2
2012-06-29tagstruct: Allow NULL proplist with pa_tagstruct_get_proplist().Tanu Kaskinen1-21/+3
2012-06-09modules: Use pa_streq instead of strcmp.Arti Trivedi Bora1-2/+2
2012-05-15auth: move cookie file to ~/.config/pulse/cookieLennart Poettering1-1/+1
2012-02-20tunnel: fixup create_record_streamDavid Henningsson1-21/+39
2011-12-12pstream: Fix spelling of 'receive'.Peter Meerwald1-2/+2
2011-11-26Introduce "available" concept for ports, and communicate that to clients. Bum...David Henningsson1-52/+39
2011-08-25More spelling fixesMaarten Bosmans1-1/+1
2011-08-15module-tunnel: Fix for new protocol versionsMaarten Bosmans1-8/+16
2011-07-20devices: Set certain sink/source flags automatically.Colin Guthrie1-1/+1
2011-07-19devices: Use wrapper functions to set the *_volume and *_mute callbacks.Colin Guthrie1-2/+2
2011-06-22Remove unnecessary #includesMaarten Bosmans1-2/+0
2011-05-15module-tunnel: Update for recent protocol changesArun Raghavan1-0/+59
2011-03-20tunnel: Remove bogus `{`Paul Menzel1-2/+2
2011-03-20tunnel: Fix tunnel streams with recent serversColin Guthrie1-0/+8
2011-03-18Fix up some double spacesMaarten Bosmans1-2/+2
2011-03-11Fix up according to Coding StyleMaarten Bosmans1-3/+2
2011-01-16tunnel: Fix automatic names when source/sink_name argument is missing.Colin Guthrie1-2/+2
2010-05-07thread: name all threads so that the names appear in /proc/$PID/task/$TID/commLennart Poettering1-1/+1
2009-09-20tunnel: fix parsing of source info from newer serversColin Guthrie1-2/+29
2009-09-20tunnel: fix parsing of sink info from newer serversEmil Renner Berthing1-0/+27
2009-09-08llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixesLennart Poettering1-9/+6
2009-08-19sink: volume handling rework, new flat volume logicLennart Poettering1-2/+2
2009-08-07core: save volume/mute changes coming from the hardware automaticallyLennart Poettering1-2/+2
2009-07-31tunnel: don't assert on misaligned reads, closes #597 and rhbz #496310Lennart Poettering1-4/+22
2009-06-22Merge most of elmarco/rtclock2Lennart Poettering1-19/+14
2009-06-20Base mainloop on pa_rtclock_now()Marc-André Lureau1-12/+6
2009-06-20pulse: move pa_rtclock_now in pulsecommonMarc-André Lureau1-1/+2
2009-06-19core: get rid of rt sig/timer handling since modern Linux' ppooll() is finall...Lennart Poettering1-1/+0
2009-06-19perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`Marc-André Lureau1-6/+6
2009-06-17alsa: rework mixer logicLennart Poettering1-4/+4
2009-05-28modules: add {sink|source|card}_properties argument to all modulesLennart Poettering1-2/+18
2009-04-05Modify smoothing code to make cubic interpolation optional and allow 'quick f...Lennart Poettering1-4/+9