index
:
pulseaudio.git
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
rtpoll
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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
udev: make sure we get events only for sound devices
Lennart Poettering
2010-02-09
1
-0
/
+5
*
log: add an easy way to disable log rate limiting
Lennart Poettering
2010-02-09
1
-38
/
+50
*
bluetooth: fix invalid memory access
Lennart Poettering
2010-02-09
1
-1
/
+7
*
once: make once related variables volatile
Lennart Poettering
2010-02-09
4
-10
/
+5
*
udev: don't forget to unref devices we are not interested in
Lennart Poettering
2010-02-09
1
-1
/
+3
*
client: verify connection state in pa_stream_connect_upload()
Lennart Poettering
2010-02-09
1
-0
/
+1
*
client: detect forking in sample cache API, too
Lennart Poettering
2010-02-09
2
-2
/
+8
*
bluetooth: don't hit an assert if latency is queried for a stooped recording ...
Lennart Poettering
2010-02-09
1
-3
/
+7
*
bluetooth: destruct stream only if it is not already destructed
Lennart Poettering
2010-02-09
1
-13
/
+15
*
core: make sure we always return a valid memblock in sink_input_pop() callbacks
Lennart Poettering
2010-02-09
6
-6
/
+24
*
native: fix request counter miscalculations
Lennart Poettering
2010-02-09
3
-57
/
+55
*
dbus: remove filter functions only if they were actually set before
Lennart Poettering
2010-02-09
7
-34
/
+34
*
bump soname
Lennart Poettering
2010-02-09
1
-1
/
+1
*
build-sys: bump soname
Lennart Poettering
2010-02-09
1
-1
/
+1
*
core: Fix macro typo - PA_SINK_IS_LINKED -> PA_SINK_INPUT_IS_LINKED
Colin Guthrie
2010-02-09
1
-1
/
+1
*
stream-restore: Clear the save_sink/save_source flags on apply_entry.
Colin Guthrie
2010-02-05
1
-12
/
+36
*
osx: don't build the once-test binary on OS X
Daniel Mack
2010-02-02
1
-1
/
+5
*
client.conf.in: Typo. s/a/are/
Paul Menzel
2010-02-02
1
-1
/
+1
*
man pages: correct formatting/markup of options
Paul Menzel
2010-02-02
2
-6
/
+6
*
shm: explicitly mark shm seg for MAP_NORESERVE to request overcommiting no ma...
Lennart Poettering
2010-02-02
1
-1
/
+5
*
Typo. s/a/are/
Paul Menzel
2010-01-21
1
-1
/
+1
*
client: include dolby channel names in comments
Lennart Poettering
2010-01-14
1
-10
/
+10
*
start: we don't need to check for $PULSE_SERVER anymore
Lennart Poettering
2010-01-14
1
-2
/
+0
*
native: when run in system mode, do not look for fallback port
Lennart Poettering
2010-01-14
1
-1
/
+1
*
native: fallback to another port if the default port is taken
Lennart Poettering
2010-01-14
3
-33
/
+61
*
client: introduce auto-connect-display= following the scheme of auto-connect-...
Lennart Poettering
2010-01-13
5
-7
/
+19
*
client: introduce auto-connect-localhost= option in client.conf
Lennart Poettering
2010-01-13
5
-4
/
+20
*
Merge remote branch 'tanuk/fixes'
Lennart Poettering
2010-01-13
4
-8
/
+38
|
\
|
*
daemon: Don't autospawn if a server address is explicitly configured.
Tanu Kaskinen
2010-01-09
2
-6
/
+36
|
*
sink-input: Replace a tab indentation with spaces.
Tanu Kaskinen
2010-01-06
1
-1
/
+1
|
*
idxset: Fix _get_by_data() comment.
Tanu Kaskinen
2010-01-06
1
-1
/
+1
*
|
tests: add pa_once_xxx() test
Lennart Poettering
2010-01-13
3
-0
/
+110
|
/
*
core: volume ramping fix
huan zheng
2010-01-06
1
-1
/
+1
*
Merge remote branch 'zonque/topic/osx'
Lennart Poettering
2010-01-05
18
-83
/
+1720
|
\
|
*
fix a number of warnings
Daniel Mack
2009-12-16
4
-12
/
+16
|
*
osx: add native zeroconf implementation via Bonjour
Daniel Mack
2009-12-16
3
-0
/
+533
|
*
CoreAudio: add audio device module
Daniel Mack
2009-12-16
2
-1
/
+828
|
*
CoreAudio: add device detection module
Daniel Mack
2009-12-16
2
-0
/
+243
|
*
hack around another OS X bug: recv() with MSG_PEEK does not work
Daniel Mack
2009-12-16
1
-0
/
+22
|
*
poll() is totally broken on Mac OS X
Daniel Mack
2009-12-16
12
-40
/
+34
|
*
src/Makefile.am: add specific OS_IS_DARWIN files
Kim Lester
2009-12-09
1
-2
/
+11
|
*
core-rtclock.c: tweak OS_IS_DARWIN constraints
Daniel Mack
2009-12-09
1
-41
/
+28
|
*
configure.ac: add DARWIN_OS variable
Kim Lester
2009-12-09
1
-0
/
+22
|
*
Merge branch 'master' of git://0pointer.de/pulseaudio
Daniel Mack
2009-12-06
9
-26
/
+50
|
|
\
|
*
\
Merge branch 'master' of git://0pointer.de/pulseaudio
Daniel Mack
2009-12-01
1
-0
/
+2
|
|
\
\
|
*
\
\
Merge branch 'master' of git://0pointer.de/pulseaudio
Daniel Mack
2009-11-24
32
-580
/
+1860
|
|
\
\
\
|
*
\
\
\
Merge branch 'master' of git://0pointer.de/pulseaudio
Daniel Mack
2009-11-11
20
-75
/
+255
|
|
\
\
\
\
|
*
\
\
\
\
Merge branch 'master' of git://0pointer.de/pulseaudio
Daniel Mack
2009-11-02
13
-48
/
+299
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'master' of git://0pointer.de/pulseaudio
Daniel Mack
2009-10-31
60
-202
/
+565
|
|
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge branch 'master' of git://0pointer.de/pulseaudio
Daniel Mack
2009-10-27
3
-127
/
+129
|
|
\
\
\
\
\
\
\
[prev]
[next]