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
/
pulse
Commit message (
Expand
)
Author
Age
Files
Lines
*
enable exit-on-idle by default
Lennart Poettering
2008-07-22
2
-2
/
+2
*
prepare doxygen docs for 0.9.11
Lennart Poettering
2008-07-21
8
-78
/
+174
*
use (uint32_t) -1 to signify default buffer_attr values instead of 0, to allo...
Lennart Poettering
2008-06-27
1
-6
/
+11
*
rework logic to request automatic timing updates a bit
Lennart Poettering
2008-06-26
1
-29
/
+34
*
reorder a few things to get rid of an uneeded comparison
Lennart Poettering
2008-06-26
1
-17
/
+10
*
add a FIXME
Lennart Poettering
2008-06-26
1
-0
/
+2
*
move initialization order of validity bools around a bit
Lennart Poettering
2008-06-26
1
-7
/
+5
*
unify smoother pause/resume handling in a single function check_smoother_stat...
Lennart Poettering
2008-06-26
1
-30
/
+43
*
use the newer name for monotonic/monotonous
Lennart Poettering
2008-06-26
1
-1
/
+1
*
remove redundant check
Lennart Poettering
2008-06-26
1
-9
/
+6
*
properly initialize pa_stream::corked based on the flags
Lennart Poettering
2008-06-26
1
-1
/
+2
*
call the enum PA_STREAM_NOT_MONOTONIC and make PA_STREAM_NOT_MONOTONOUS an al...
Lennart Poettering
2008-06-26
1
-4
/
+9
*
choose more sensible default buffer sizes for old clients
Lennart Poettering
2008-06-25
1
-3
/
+11
*
don't refer to nonexisting pa_stream_read() function
Lennart Poettering
2008-06-23
1
-1
/
+1
*
include proplist.h in pulseaudio.h
Lennart Poettering
2008-06-23
1
-1
/
+2
*
Don't fail when we cannot determine the lock file path
Lennart Poettering
2008-06-21
1
-1
/
+5
*
add new abstract device class
Lennart Poettering
2008-06-20
1
-1
/
+1
*
add new API pa_channel_map_init_extend() to synthesize a channel map if noone...
Lennart Poettering
2008-06-18
2
-2
/
+38
*
remove remaining $
Lennart Poettering
2008-06-18
2
-4
/
+0
*
get rid of svn $ keywords
Lennart Poettering
2008-06-18
53
-106
/
+0
*
add another .gitignore file, this time for pulse/
Lennart Poettering
2008-06-18
1
-0
/
+1
*
rework shm usage negotiation; merge a few pa_bool_t in a single bit field to ...
Lennart Poettering
2008-06-17
2
-99
/
+42
*
minor modernizations
Lennart Poettering
2008-06-17
1
-2
/
+4
*
make use of the pa_init_proplist() version in proplist-util.[ch]
Lennart Poettering
2008-06-17
1
-1
/
+3
*
add missing const to a few functions
Lennart Poettering
2008-06-16
2
-8
/
+8
*
check for packet size on server info data
Lennart Poettering
2008-06-16
1
-1
/
+2
*
add missing inclusion
Lennart Poettering
2008-06-16
1
-0
/
+2
*
fix a bad memory access pulsecore/client.c
Lennart Poettering
2008-06-13
3
-3
/
+44
*
enable auto-spawning by default
Lennart Poettering
2008-06-11
3
-3
/
+3
*
update well-known property list
Lennart Poettering
2008-06-11
1
-3
/
+12
*
Do not invalidate the cookie if no file was specified.
Colin Guthrie
2008-06-09
1
-2
/
+2
*
Perfer client.conf over X11 property variables.
Colin Guthrie
2008-06-03
1
-1
/
+1
*
update props
Lennart Poettering
2008-05-29
1
-11
/
+20
*
readd name field to upload datagram
Lennart Poettering
2008-05-27
1
-3
/
+8
*
fix a minor memory leak
Lennart Poettering
2008-05-27
1
-2
/
+6
*
deal with failing pa_runtime_path()
Lennart Poettering
2008-05-21
1
-3
/
+7
*
make sure we don't hit an assert when autospawning
Lennart Poettering
2008-05-18
1
-0
/
+1
*
fix pa_stream flag checking
Lennart Poettering
2008-05-17
1
-2
/
+2
*
type fixes for constants
Lennart Poettering
2008-05-17
1
-2
/
+2
*
type fixes for constants
Lennart Poettering
2008-05-17
1
-3
/
+3
*
declare the explicit type for our PA_xSEC_PER_ySEC constants
Lennart Poettering
2008-05-17
2
-7
/
+7
*
merge glitch-free branch back into trunk
Lennart Poettering
2008-05-15
34
-824
/
+2223
*
merge r2185 from prepare-0.9.10
Lennart Poettering
2008-03-31
1
-2
/
+5
*
deal with a possibly failing pa_channel_map_init_auto() correctly
Lennart Poettering
2008-02-13
1
-5
/
+5
*
use __BYTE_ORDER macro for detecting byte order, as suggested on http://unixp...
Lennart Poettering
2008-01-06
1
-0
/
+9
*
add new function pa_proplist_contains()
Lennart Poettering
2007-12-29
2
-0
/
+15
*
add new property list implementation
Lennart Poettering
2007-12-23
2
-0
/
+332
*
rearrange #includes
Lennart Poettering
2007-11-24
1
-3
/
+3
*
fix uploading of samples into PA. Problem discovered by Colin Guthrie
Lennart Poettering
2007-11-22
1
-1
/
+1
*
- Check process name when dealing with PID files
Lennart Poettering
2007-11-21
6
-20
/
+593
[next]