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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
simple: split data/length validity checks into two
Lennart Poettering
2009-08-05
1
-2
/
+4
*
simple: call pa_context_disconnect() just to be sure
Lennart Poettering
2009-08-05
1
-1
/
+3
*
simple: always loop around pa_threaded_mainloop_wait() to handle spurious wak...
Lennart Poettering
2009-08-05
1
-11
/
+28
*
simple: use pa_xnew0 instead of manual reset to 0
Lennart Poettering
2009-08-05
1
-5
/
+1
*
simple: use PA_xxx_IS_GOOD for state checks
Lennart Poettering
2009-08-05
1
-2
/
+2
*
alsa: properly treat ESTRPIPE as system suspend
Lennart Poettering
2009-08-04
2
-2
/
+5
*
client: extend documentation on pa_operation_cancel() a bit
Lennart Poettering
2009-08-03
1
-1
/
+5
*
Recover stream when it's suspended upon rewind
Lubomir Rintel
2009-08-03
1
-1
/
+7
*
autospawn: if creating the lock file fails, pass error code cleanly back to m...
Lennart Poettering
2009-08-01
1
-21
/
+45
*
core-util: replace remaining fixed size destination string functions by _mall...
Lennart Poettering
2009-08-01
7
-38
/
+119
*
core-util: rework pa_strlcpy() to not rely on strncpy()
Lennart Poettering
2009-08-01
1
-2
/
+10
*
pipe: replace PIPE_BUF macro pa pa_pipe_buf call
Lennart Poettering
2009-08-01
4
-4
/
+23
*
hal: add option to initialize all subdevices of an OSS device
Lennart Poettering
2009-07-31
1
-5
/
+20
*
client: documented that pa_stream_drain() may only have a single operation ac...
Lennart Poettering
2009-07-31
1
-1
/
+3
*
client: fix documentation for threaded mainloop
Lennart Poettering
2009-07-31
1
-5
/
+9
*
alsa: revert to first set number of periods, then set buffer size
Lennart Poettering
2009-07-31
1
-26
/
+29
*
tunnel: don't assert on misaligned reads, closes #597 and rhbz #496310
Lennart Poettering
2009-07-31
1
-4
/
+22
*
threaded-mainloop: loop around pa_cond_wait() invocation in pa_threaded_mainl...
Lennart Poettering
2009-07-30
2
-4
/
+13
*
client: minor modernizations
Lennart Poettering
2009-07-25
1
-7
/
+4
*
client: if a child we created was already reaped, assume that it was successful
Lennart Poettering
2009-07-25
1
-3
/
+10
*
interpol-test: allow configuration of latency
Lennart Poettering
2009-07-24
1
-27
/
+54
*
client: limit block size for zero-copy operations to mempool block size
Lennart Poettering
2009-07-24
2
-6
/
+18
*
client: make volume struct const
Lennart Poettering
2009-07-24
2
-2
/
+2
*
alsa: throw timing data away after device resume
Lennart Poettering
2009-07-24
5
-25
/
+30
*
autospawn: refuse autospawning if process disabled waitpid()
Lennart Poettering
2009-07-24
1
-2
/
+15
*
memblock: try to hit an assert earlier when ref counting doesn't work
Lennart Poettering
2009-07-24
1
-9
/
+14
*
udev: explain what happened when inotify_add_watch() returned ENOSPC, rhbz #5...
Lennart Poettering
2009-07-24
1
-1
/
+11
*
alsa: handle correctly if alsa returns us 0 or EAGAIN on snd_pcm_mmap_begin i...
Lennart Poettering
2009-07-24
2
-11
/
+39
*
pacat: use zero-copy write calls when playing audio file
Lennart Poettering
2009-07-23
1
-61
/
+65
*
client: include zerocopy write calls in map file
Lennart Poettering
2009-07-23
1
-0
/
+2
*
alsa: don't reset volume/mute when selecting path
Lennart Poettering
2009-07-23
1
-2
/
+2
*
daemon: replace colons by dash in per-machine directory names for compat with...
Lennart Poettering
2009-07-23
1
-2
/
+2
*
build-sys: add a couple of stub Makefiles
Lennart Poettering
2009-07-23
3
-0
/
+3
*
alsa: control 'Speaker' element as well
Lennart Poettering
2009-07-23
4
-0
/
+22
*
Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio
Lennart Poettering
2009-07-23
9
-15
/
+69
|
\
|
*
Merge commit 'flameeyes/osx'
Lennart Poettering
2009-07-23
3
-3
/
+7
|
|
\
|
|
*
Again make sure that the wait() definition is not shadowed.
Diego Elio 'Flameeyes' Pettenò
2009-07-17
1
-2
/
+2
|
|
*
Make the rtstutter tests mostly pointless without CLOCK_REALTIME.
Diego Elio 'Flameeyes' Pettenò
2009-07-17
1
-0
/
+4
|
|
*
Check for support of -z nodelete LD flag, don't use it unconditionally.
Diego Elio 'Flameeyes' Pettenò
2009-07-17
1
-1
/
+1
|
*
|
protocol-native: use the right samplerate
Wim Taymans
2009-07-23
1
-1
/
+1
|
*
|
Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio
Lennart Poettering
2009-07-22
3
-25
/
+11
|
|
\
|
|
|
*
Merge commit 'flameeyes/master'
Colin Guthrie
2009-07-16
2
-24
/
+2
|
|
|
\
|
|
|
*
Remove exploitable LD_BIND_NOW hack (CVE-2009-1894).
Diego Elio 'Flameeyes' Pettenò
2009-07-16
2
-24
/
+2
|
|
*
|
introspect: Fix two memory issues in port handling code.
Colin Guthrie
2009-07-12
1
-1
/
+9
|
|
|
/
|
*
|
udev: don't fail if /dev/snd is not available right-away
Lennart Poettering
2009-07-22
1
-6
/
+28
|
*
|
daemon: reset personality, to make the autospawn env cleaup complete
Lennart Poettering
2009-07-22
1
-0
/
+10
|
*
|
alsa: deal properly with IO functions asking us to write 0 bytes
Lennart Poettering
2009-07-22
2
-2
/
+12
|
|
/
*
|
memtrap: clarify that we are not interested in the return value of write()
Lennart Poettering
2009-07-20
1
-1
/
+1
*
|
client: allow zero-copy writing to the stream
Lennart Poettering
2009-07-20
3
-44
/
+176
*
|
daemon: before exec'ing ourselves, make sure nobody plays games with /proc/se...
Lennart Poettering
2009-07-20
2
-6
/
+16
|
/
[next]