summaryrefslogtreecommitdiff
path: root/src/modules/module-tunnel.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-18sink: Process rewind requests also when suspended.stable-2.xTanu Kaskinen1-3/+2
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
2009-03-31fix buffer defaultsLennart Poettering1-3/+3
2009-03-31handle buffer_attr changed messages properlyLennart Poettering1-1/+49
2009-03-30rework tunneling codeLennart Poettering1-58/+129
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-02-12make gcc 4.4 shut upLennart Poettering1-1/+1
2009-01-27move flat volume logic into the core. while doing so add n_volume_steps field...Lennart Poettering1-10/+6
2009-01-22include PA_SINK_INVALID_STATE in all switch/case statements to make gcc shut upLennart Poettering1-0/+2
2008-10-13Fix two typos that broke tunnelsColin Guthrie1-2/+2
2008-10-05update module-tunnel for recent protocol changesLennart Poettering1-1/+8
2008-08-19add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering1-18/+18
2008-08-05fix shutdown when --disallow-module-loading=1 is passedLennart Poettering1-15/+15
2008-08-03make all protocol objects global singletonsLennart Poettering1-37/+7
2008-07-16forward process_msg calls to the generic source handler, not the generic sink...Lennart Poettering1-1/+1
2008-06-26make sure to call process_rewind() under all circumstances before we do the n...Lennart Poettering1-0/+6
2008-06-20Rework module-combine to work with glitch-free core; add new max_request fiel...Lennart Poettering1-3/+3
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2008-06-17bring module-tunnel back to lifeLennart Poettering1-178/+578
2008-05-15merge glitch-free branch back into trunkLennart Poettering1-34/+56
2008-03-31merge r2186 from prepare-0.9.10Lennart Poettering1-2/+2