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-pipe-source.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-22
Remove unnecessary #includes
Maarten Bosmans
1
-2
/
+0
2011-02-17
Clean up <poll.h> includes
Maarten Bosmans
1
-1
/
+1
2010-12-20
Fix typos
Zhang Wanming
1
-1
/
+1
2010-05-07
thread: name all threads so that the names appear in /proc/$PID/task/$TID/comm
Lennart Poettering
1
-1
/
+1
2009-11-20
Include sys/filio.h if present; this makes use of FIONREAD on Solaris.
Diego Elio 'Flameeyes' Pettenò
1
-0
/
+4
2009-11-20
Don't declare the variable l if FIONREAD is not defined.
Diego Elio 'Flameeyes' Pettenò
1
-1
/
+2
2009-10-30
use cloexec wrappers wherever applicable
Lennart Poettering
1
-2
/
+1
2009-08-01
pipe: replace PIPE_BUF macro pa pa_pipe_buf call
Lennart Poettering
1
-1
/
+1
2009-06-19
core: get rid of rt sig/timer handling since modern Linux' ppooll() is finall...
Lennart Poettering
1
-1
/
+0
2009-05-28
modules: add {sink|source|card}_properties argument to all modules
Lennart Poettering
1
-3
/
+11
2009-05-08
core: introduce pa_{sink,source}_set_fixed_latency()
Lennart Poettering
1
-1
/
+1
2009-04-10
set fixed latencies at more places where appropriate
Lennart Poettering
1
-0
/
+1
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-01-15
rework module usage counter stuff to be pull based
Lennart Poettering
1
-0
/
+9
2009-01-08
A few minor cleanups and updates
Lennart Poettering
1
-3
/
+2
2008-12-21
Implement PA_SOURCE_MESSAGE_GET_LATENCY
Lennart Poettering
1
-0
/
+30
2008-08-19
add a few more gcc warning flags and fix quite a few problems found by doing so
Lennart Poettering
1
-3
/
+3
2008-06-18
get rid of svn $ keywords
Lennart Poettering
1
-2
/
+0
2008-05-15
merge glitch-free branch back into trunk
Lennart Poettering
1
-10
/
+18
2007-11-09
tag modules that may only be loaded once at most especially, and enforce that...
Lennart Poettering
1
-4
/
+5
2007-10-28
merge 'lennart' branch back into trunk.
Lennart Poettering
1
-80
/
+164
2007-02-13
Add copyright notices to all relevant files. (based on svn log)
Pierre Ossman
1
-0
/
+2
2007-01-04
Huge trailing whitespace cleanup. Let's keep the tree pure from here on,
Pierre Ossman
1
-15
/
+15
2006-11-06
Revert r1404 and keep it on a development branch until it is fully tested.
Pierre Ossman
1
-10
/
+3
2006-09-26
rework memory block management to be thread-safe and mostly lock-free.
Lennart Poettering
1
-3
/
+10
2006-08-18
remove all occurences of
Lennart Poettering
1
-7
/
+7
2006-08-18
Rework memory management to allow shared memory data transfer. The central idea
Lennart Poettering
1
-1
/
+1
2006-08-11
don't set the sink/source descriptions manually, use the new functions pa_{si...
Lennart Poettering
1
-2
/
+4
2006-06-19
big s/polyp/pulse/g
Lennart Poettering
1
-12
/
+12
2006-05-25
* split pa_cstrerror() into its own file polypcore/core-error.[ch]
Lennart Poettering
1
-1
/
+1
2006-05-22
Wrap strerror() in a function that makes it thread safe and converts the
Pierre Ossman
1
-3
/
+4
2006-05-17
split polypcore/util.[ch] into polypcore/core-util.[ch] and polyp/util.[ch]
Lennart Poettering
1
-1
/
+1
2006-05-17
Move xmalloc to the public side (libpolyp).
Pierre Ossman
1
-1
/
+2
2006-05-16
* modify pa_channel_map_init_auto() to take an extra argument specifying the ...
Lennart Poettering
1
-1
/
+1
2006-04-26
support new channel_map argument in sink/source modules
Lennart Poettering
1
-4
/
+12
2006-02-23
change pa_log() and friends to not require a trailing \n on all logged strings
Lennart Poettering
1
-7
/
+7
2006-02-16
Reorganised the source tree. We now have src/ with a couple of subdirs:
Pierre Ossman
1
-0
/
+210