summaryrefslogtreecommitdiffstats
path: root/src/modules/module-tunnel.c
Commit message (Expand)AuthorAgeFilesLines
* thread: name all threads so that the names appear in /proc/$PID/task/$TID/commLennart Poettering2010-05-071-1/+1
* tunnel: fix parsing of source info from newer serversColin Guthrie2009-09-201-2/+29
* tunnel: fix parsing of sink info from newer serversEmil Renner Berthing2009-09-201-0/+27
* llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixesLennart Poettering2009-09-081-9/+6
* sink: volume handling rework, new flat volume logicLennart Poettering2009-08-191-2/+2
* core: save volume/mute changes coming from the hardware automaticallyLennart Poettering2009-08-071-2/+2
* tunnel: don't assert on misaligned reads, closes #597 and rhbz #496310Lennart Poettering2009-07-311-4/+22
* Merge most of elmarco/rtclock2Lennart Poettering2009-06-221-19/+14
|\
| * Base mainloop on pa_rtclock_now()Marc-André Lureau2009-06-201-12/+6
| * pulse: move pa_rtclock_now in pulsecommonMarc-André Lureau2009-06-201-1/+2
| * perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`Marc-André Lureau2009-06-191-6/+6
* | core: get rid of rt sig/timer handling since modern Linux' ppooll() is finall...Lennart Poettering2009-06-191-1/+0
|/
* alsa: rework mixer logicLennart Poettering2009-06-171-4/+4
* modules: add {sink|source|card}_properties argument to all modulesLennart Poettering2009-05-281-2/+18
* Modify smoothing code to make cubic interpolation optional and allow 'quick f...Lennart Poettering2009-04-051-4/+9
* fix buffer defaultsLennart Poettering2009-03-311-3/+3
* handle buffer_attr changed messages properlyLennart Poettering2009-03-311-1/+49
* rework tunneling codeLennart Poettering2009-03-301-58/+129
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* introduce default channel map in addition to the default sample specLennart Poettering2009-02-211-0/+1
* make gcc 4.4 shut upLennart Poettering2009-02-121-1/+1
* move flat volume logic into the core. while doing so add n_volume_steps field...Lennart Poettering2009-01-271-10/+6
* include PA_SINK_INVALID_STATE in all switch/case statements to make gcc shut upLennart Poettering2009-01-221-0/+2
* Fix two typos that broke tunnelsColin Guthrie2008-10-131-2/+2
* update module-tunnel for recent protocol changesLennart Poettering2008-10-051-1/+8
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-18/+18
* fix shutdown when --disallow-module-loading=1 is passedLennart Poettering2008-08-051-15/+15
* make all protocol objects global singletonsLennart Poettering2008-08-031-37/+7
* forward process_msg calls to the generic source handler, not the generic sink...Lennart Poettering2008-07-161-1/+1
* make sure to call process_rewind() under all circumstances before we do the n...Lennart Poettering2008-06-261-0/+6
* Rework module-combine to work with glitch-free core; add new max_request fiel...Lennart Poettering2008-06-201-3/+3
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* bring module-tunnel back to lifeLennart Poettering2008-06-171-178/+578
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-34/+56
* merge r2186 from prepare-0.9.10Lennart Poettering2008-03-311-2/+2
* Implement opcodes in the tunnel modules that were added in version 12 ofSjoerd Simons2008-01-041-0/+40
* tag modules that may only be loaded once at most especially, and enforce that...Lennart Poettering2007-11-091-6/+7
* rename stream names too, when the sink name changesLennart Poettering2007-10-301-9/+28
* ignore updates not relevant to usLennart Poettering2007-10-301-0/+6
* rework the tunnel naming scheme, and make it follow the description changes o...Lennart Poettering2007-10-301-29/+231
* initialize userdata struct with 0Lennart Poettering2007-10-301-5/+5
* don't try to send pause request before our stream is properly set upLennart Poettering2007-10-291-2/+5
* ignore network sinks/sourcesLennart Poettering2007-10-291-0/+2
* fail on name clashLennart Poettering2007-10-291-2/+2
* bring back module-tunnel, yay!Lennart Poettering2007-10-291-388/+589
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-2/+2
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+3
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-43/+43
* fix a race condition with stream connection vs. latency measuremtn (found by ...Lennart Poettering2006-09-011-17/+19
* fix module-combine when used on top of a tunnel sinkLennart Poettering2006-08-261-3/+7