]> code.delx.au - pulseaudio/history - src/modules/module-tunnel.c
tunnel: Fix inverted if condition
[pulseaudio] / src / modules / module-tunnel.c
2008-06-23 CJ van den BergMerge dead branch 'lennart'
2008-06-23 CJ van den BergMerge dead branch 'lockfree'
2008-06-23 CJ van den BergMerge dead branch 'ossman'
2008-06-23 CJ van den BergMerge dead branch 'liboil-test'
2008-06-23 CJ van den BergMerge dead branch 'prepare-0.9.10'
2008-06-20 Lennart PoetteringRework module-combine to work with glitch-free core...
2008-06-18 Lennart Poetteringget rid of svn $ keywords
2008-06-17 Lennart Poetteringbring module-tunnel back to life
2008-05-15 Lennart Poetteringmerge glitch-free branch back into trunk
2008-05-09 Lennart Poettering- Fix moving of sink inputs between sinks
2008-05-01 Lennart PoetteringYes, yet another evil all-in-one commit of intervowen...
2008-04-23 Lennart Poetteringfix build for auxiliary modules
2008-03-31 Lennart Poetteringcatch up with trunk HEAD (i.e. 2118:2213)
2008-03-31 Lennart Poetteringmerge r2186 from prepare-0.9.10
2008-03-28 Lennart Poetteringdon't segfault when module-tunnel is used without a...
2008-03-27 Lennart Poetteringmerge r2096 from trunk
2008-03-15 Lennart Poetteringcommit glitch-free work
2008-03-15 Lennart Poetteringreally create glitch-free branch
2008-01-04 Sjoerd SimonsImplement opcodes in the tunnel modules that were added...
2007-11-09 Lennart Poetteringtag modules that may only be loaded once at most especi...
2007-10-30 Lennart Poetteringrename stream names too, when the sink name changes
2007-10-30 Lennart Poetteringignore updates not relevant to us
2007-10-30 Lennart Poetteringrework the tunnel naming scheme, and make it follow...
2007-10-30 Lennart Poetteringinitialize userdata struct with 0
2007-10-29 Lennart Poetteringdon't try to send pause request before our stream is...
2007-10-29 Lennart Poetteringignore network sinks/sources
2007-10-29 Lennart Poetteringfail on name clash
2007-10-29 Lennart Poetteringbring back module-tunnel, yay!
2007-10-28 Lennart Poetteringmerge 'lennart' branch back into trunk.
2007-07-25 Lennart PoetteringConvert most snprintf() calls to pa_snprintf()
2007-02-13 Pierre OssmanAdd copyright notices to all relevant files. (based...
2007-01-04 Pierre OssmanHuge trailing whitespace cleanup. Let's keep the tree...
2006-09-01 Lennart Poetteringfix a race condition with stream connection vs. latency...
2006-08-26 Lennart Poetteringfix module-combine when used on top of a tunnel sink
2006-08-25 Lennart Poetteringupdate module-tunnel to latest protocol
2006-08-18 Lennart Poetteringremove all occurences of
2006-08-18 Lennart PoetteringRework memory management to allow shared memory data...
2006-08-11 Lennart Poetteringdon't set the sink/source descriptions manually, use...
2006-07-19 Lennart Poettering* add new function pa_check_in_group()
2006-07-19 Lennart Poettering* add new --system command line parameter to the daemon...
2006-06-19 Lennart Poetteringbig s/polyp/pulse/g
2006-05-18 Pierre OssmanDon't include util.h from core-util.h as it is not...
2006-05-18 Pierre OssmanMove timeval calculation functions into their own file.
2006-05-17 Lennart Poetteringsplit polypcore/util.[ch] into polypcore/core-util...
2006-05-17 Pierre OssmanMove xmalloc to the public side (libpolyp).
2006-05-16 Lennart Poettering* modify pa_channel_map_init_auto() to take an extra...
2006-04-26 Lennart Poetteringsupport new channel_map argument in sink/source modules
2006-04-24 Lennart Poettering* rework reference counting in the client libraries...
2006-04-18 Lennart Poetteringfix a couple of issues I found when compiling polypaudi...
2006-04-13 Lennart Poetteringunbreak module-tunnel
2006-04-06 Lennart Poetterings/index/idx/, to avoid gcc warning
2006-03-05 Pierre OssmanVolume support in tunnel module.
2006-03-04 Pierre OssmanUpdate module-tunnel to the new protocol.
2006-02-24 Lennart Poetteringadd support for authentication using SCM_CREDENTIALS
2006-02-23 Lennart Poetteringchange pa_log() and friends to not require a trailing...
2006-02-20 Lennart Poettering* modify pa_context_exit_daemon() to return a pa_operat...
2006-02-20 Lennart Poettering* Make typdefs for the pa_context callback prototypes
2006-02-20 Lennart Poettering1) Add flexible seeking support (including absolute...
2006-02-16 Lennart Poettering* rename polypcore/subscribe.[ch] to polypcore/core...
2006-02-16 Pierre OssmanReorganised the source tree. We now have src/ with...