index
:
~colin/pulseaudio.git-bakup
0.9.15-stable
0.9.17-stable
0.9.18-stable
0.9.19-stable
0.9.20-stable
master
master-tx
merge-queue
next
rtpoll
stable-1.x
stable-2.x
stable-3.x
stable-queue
tags/release-0.1
tags/release-0.2
tags/release-0.4
tags/release-0.5
tags/release-0.5.1
tags/release-0.6
tags/release-0.8
tags/release-0.8.1
tags/release-0.9.0
tags/release-0.9.1
tags/release-0.9.10
tags/release-0.9.2
tags/release-0.9.3
tags/release-0.9.4
tags/release-0.9.5
tags/release-0.9.6
tags/release-0.9.7
tags/release-0.9.8
tags/release-0.9.9
PulseAudio Sound Server
colin
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
module-tunnel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-18
sink: Process rewind requests also when suspended.
stable-2.x
Tanu Kaskinen
1
-3
/
+2
2012-02-20
tunnel: fixup create_record_stream
David Henningsson
1
-21
/
+39
2011-12-12
pstream: Fix spelling of 'receive'.
Peter Meerwald
1
-2
/
+2
2011-11-26
Introduce "available" concept for ports, and communicate that to clients. Bum...
David Henningsson
1
-52
/
+39
2011-08-25
More spelling fixes
Maarten Bosmans
1
-1
/
+1
2011-08-15
module-tunnel: Fix for new protocol versions
Maarten Bosmans
1
-8
/
+16
2011-07-20
devices: Set certain sink/source flags automatically.
Colin Guthrie
1
-1
/
+1
2011-07-19
devices: Use wrapper functions to set the *_volume and *_mute callbacks.
Colin Guthrie
1
-2
/
+2
2011-06-22
Remove unnecessary #includes
Maarten Bosmans
1
-2
/
+0
2011-05-15
module-tunnel: Update for recent protocol changes
Arun Raghavan
1
-0
/
+59
2011-03-20
tunnel: Remove bogus `{`
Paul Menzel
1
-2
/
+2
2011-03-20
tunnel: Fix tunnel streams with recent servers
Colin Guthrie
1
-0
/
+8
2011-03-18
Fix up some double spaces
Maarten Bosmans
1
-2
/
+2
2011-03-11
Fix up according to Coding Style
Maarten Bosmans
1
-3
/
+2
2011-01-16
tunnel: Fix automatic names when source/sink_name argument is missing.
Colin Guthrie
1
-2
/
+2
2010-05-07
thread: name all threads so that the names appear in /proc/$PID/task/$TID/comm
Lennart Poettering
1
-1
/
+1
2009-09-20
tunnel: fix parsing of source info from newer servers
Colin Guthrie
1
-2
/
+29
2009-09-20
tunnel: fix parsing of sink info from newer servers
Emil Renner Berthing
1
-0
/
+27
2009-09-08
llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixes
Lennart Poettering
1
-9
/
+6
2009-08-19
sink: volume handling rework, new flat volume logic
Lennart Poettering
1
-2
/
+2
2009-08-07
core: save volume/mute changes coming from the hardware automatically
Lennart Poettering
1
-2
/
+2
2009-07-31
tunnel: don't assert on misaligned reads, closes #597 and rhbz #496310
Lennart Poettering
1
-4
/
+22
2009-06-22
Merge most of elmarco/rtclock2
Lennart Poettering
1
-19
/
+14
2009-06-20
Base mainloop on pa_rtclock_now()
Marc-André Lureau
1
-12
/
+6
2009-06-20
pulse: move pa_rtclock_now in pulsecommon
Marc-André Lureau
1
-1
/
+2
2009-06-19
core: get rid of rt sig/timer handling since modern Linux' ppooll() is finall...
Lennart Poettering
1
-1
/
+0
2009-06-19
perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`
Marc-André Lureau
1
-6
/
+6
2009-06-17
alsa: rework mixer logic
Lennart Poettering
1
-4
/
+4
2009-05-28
modules: add {sink|source|card}_properties argument to all modules
Lennart Poettering
1
-2
/
+18
2009-04-05
Modify smoothing code to make cubic interpolation optional and allow 'quick f...
Lennart Poettering
1
-4
/
+9
2009-03-31
fix buffer defaults
Lennart Poettering
1
-3
/
+3
2009-03-31
handle buffer_attr changed messages properly
Lennart Poettering
1
-1
/
+49
2009-03-30
rework tunneling code
Lennart Poettering
1
-58
/
+129
2009-03-03
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
1
-1
/
+1
2009-02-21
introduce default channel map in addition to the default sample spec
Lennart Poettering
1
-0
/
+1
2009-02-12
make gcc 4.4 shut up
Lennart Poettering
1
-1
/
+1
2009-01-27
move flat volume logic into the core. while doing so add n_volume_steps field...
Lennart Poettering
1
-10
/
+6
2009-01-22
include PA_SINK_INVALID_STATE in all switch/case statements to make gcc shut up
Lennart Poettering
1
-0
/
+2
2008-10-13
Fix two typos that broke tunnels
Colin Guthrie
1
-2
/
+2
2008-10-05
update module-tunnel for recent protocol changes
Lennart Poettering
1
-1
/
+8
2008-08-19
add a few more gcc warning flags and fix quite a few problems found by doing so
Lennart Poettering
1
-18
/
+18
2008-08-05
fix shutdown when --disallow-module-loading=1 is passed
Lennart Poettering
1
-15
/
+15
2008-08-03
make all protocol objects global singletons
Lennart Poettering
1
-37
/
+7
2008-07-16
forward process_msg calls to the generic source handler, not the generic sink...
Lennart Poettering
1
-1
/
+1
2008-06-26
make sure to call process_rewind() under all circumstances before we do the n...
Lennart Poettering
1
-0
/
+6
2008-06-20
Rework module-combine to work with glitch-free core; add new max_request fiel...
Lennart Poettering
1
-3
/
+3
2008-06-18
get rid of svn $ keywords
Lennart Poettering
1
-2
/
+0
2008-06-17
bring module-tunnel back to life
Lennart Poettering
1
-178
/
+578
2008-05-15
merge glitch-free branch back into trunk
Lennart Poettering
1
-34
/
+56
2008-03-31
merge r2186 from prepare-0.9.10
Lennart Poettering
1
-2
/
+2
[next]