summaryrefslogtreecommitdiffstats
path: root/src/modules/module-tunnel.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* update module-tunnel to latest protocolLennart Poettering2006-08-251-16/+51
* remove all occurences of Lennart Poettering2006-08-181-29/+29
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-181-1/+1
* don't set the sink/source descriptions manually, use the new functions pa_{si...Lennart Poettering2006-08-111-2/+7
* * add new function pa_check_in_group()Lennart Poettering2006-07-191-1/+1
* * add new --system command line parameter to the daemon for running PulseAudi...Lennart Poettering2006-07-191-1/+1
* big s/polyp/pulse/gLennart Poettering2006-06-191-22/+22
* Don't include util.h from core-util.h as it is not needed by many users.Pierre Ossman2006-05-181-0/+1
* Move timeval calculation functions into their own file.Pierre Ossman2006-05-181-0/+1
* 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/+1
* * 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-5/+23
* * rework reference counting in the client libraries: now refcounting goesLennart Poettering2006-04-241-4/+4
* fix a couple of issues I found when compiling polypaudio with gcc 2.95Lennart Poettering2006-04-181-1/+1
* unbreak module-tunnelLennart Poettering2006-04-131-9/+7
* s/index/idx/, to avoid gcc warningLennart Poettering2006-04-061-2/+2
* Volume support in tunnel module.Pierre Ossman2006-03-051-1/+260
* Update module-tunnel to the new protocol.Pierre Ossman2006-03-041-5/+26