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
...
*
pa_boolize the client config
Lennart Poettering
2007-11-01
2
-8
/
+7
*
more pa_boolization
Lennart Poettering
2007-11-01
3
-95
/
+96
*
make the bool config parser actually parse bools
Lennart Poettering
2007-11-01
1
-2
/
+3
*
fix comment
Lennart Poettering
2007-11-01
1
-1
/
+1
*
add new function pa_yes_no()
Lennart Poettering
2007-11-01
1
-0
/
+5
*
save and restore errno in the sig handler
Lennart Poettering
2007-10-30
1
-0
/
+6
*
rename 'length' parameters in the API to 'bytes', to make their unit clear
Lennart Poettering
2007-10-30
2
-7
/
+7
*
handle tcp4: prefix for server specs correctly. (Closes #136)
Lennart Poettering
2007-10-30
1
-1
/
+4
*
rename stream names too, when the sink name changes
Lennart Poettering
2007-10-30
1
-9
/
+28
*
ignore updates not relevant to us
Lennart Poettering
2007-10-30
1
-0
/
+6
*
rework the tunnel naming scheme, and make it follow the description changes o...
Lennart Poettering
2007-10-30
1
-29
/
+231
*
initialize userdata struct with 0
Lennart Poettering
2007-10-30
1
-5
/
+5
*
deal properly with signals interrupting us when we wait for data from gconf h...
Lennart Poettering
2007-10-30
1
-2
/
+4
*
keep track of configured tunnels and make sure to unload them when they disap...
Lennart Poettering
2007-10-29
1
-11
/
+112
*
don't announce monitor sources
Lennart Poettering
2007-10-29
1
-5
/
+5
*
don't try to send pause request before our stream is properly set up
Lennart Poettering
2007-10-29
1
-2
/
+5
*
ignore network sinks/sources
Lennart Poettering
2007-10-29
5
-8
/
+29
*
make gcc shut up a bit more
Lennart Poettering
2007-10-29
1
-1
/
+1
*
we don't want to include assert.h anymore
Lennart Poettering
2007-10-29
5
-5
/
+0
*
reverse server order for PULSE_SERVER x11 property, to follow order in which ...
Lennart Poettering
2007-10-29
1
-1
/
+3
*
add new API pa_strlist_reverse()
Lennart Poettering
2007-10-29
2
-0
/
+18
*
add new module module-zeroconf-discover
Lennart Poettering
2007-10-29
2
-1
/
+346
*
publish dns-sd subtypes to allow distinction of virtual, hardware and monitor...
Lennart Poettering
2007-10-29
1
-7
/
+65
*
export pa_namereg_is_valid_name()
Lennart Poettering
2007-10-29
2
-7
/
+10
*
fail on name clash
Lennart Poettering
2007-10-29
1
-2
/
+2
*
bring back module-tunnel, yay!
Lennart Poettering
2007-10-29
2
-398
/
+599
*
downgrade a few log messages
Lennart Poettering
2007-10-29
1
-3
/
+3
*
properly deal with time pausing
Lennart Poettering
2007-10-29
1
-4
/
+8
*
use real path of binary instead of /proc/self/exe to execute ourselves
Lennart Poettering
2007-10-29
1
-2
/
+5
*
make use of new pa_readlink() where applicable
Lennart Poettering
2007-10-29
2
-16
/
+27
*
add new pa_readlink() API
Lennart Poettering
2007-10-29
2
-0
/
+26
*
make speex-float-3 the default resampler
Lennart Poettering
2007-10-29
2
-4
/
+4
*
add missing dependency on socket-util
Lennart Poettering
2007-10-28
1
-1
/
+1
*
merge 'lennart' branch back into trunk.
Lennart Poettering
2007-10-28
270
-11201
/
+28673
*
Corrected a bogus comment.
Tanu Kaskinen
2007-08-24
1
-2
/
+1
*
Modified the JACK sink heavily:
Tanu Kaskinen
2007-08-20
1
-241
/
+716
*
jack driver build fix which became apparent on fedora
Lennart Poettering
2007-08-04
1
-2
/
+2
*
Make sure we link to the core to get all symbols.
Pierre Ossman
2007-07-10
1
-1
/
+1
*
Make -no-undefined actually work (and fix up error found by it).
Pierre Ossman
2007-07-10
1
-2
/
+2
*
Make sure mixer ioctls work on /dev/dsp aswell.
Pierre Ossman
2007-06-13
1
-3
/
+4
*
Support stat() and friends as some programs (audacity) likes to check if
Pierre Ossman
2007-06-11
1
-0
/
+196
*
Add support for the poorly documented SNDCTL_DSP_GETTRIGGER.
Pierre Ossman
2007-06-04
1
-0
/
+11
*
Kill spaces on EOL
Lennart Poettering
2007-05-29
21
-2721
/
+2721
*
We now use gid unconditionally, so make sure it's defined.
Pierre Ossman
2007-05-29
1
-2
/
+0
*
build fix for systems lacking capability suppoort. (Problem identified and or...
Lennart Poettering
2007-05-28
1
-0
/
+4
*
Replace AO_xxx usage with pa_atomic_xxx and friends wherever it makes sense
Lennart Poettering
2007-05-27
6
-75
/
+80
*
unfortunately we cannot detect if a foreign thread is still running. Thus suc...
Lennart Poettering
2007-05-27
1
-11
/
+6
*
Minor optimization: read log level character code from array
Lennart Poettering
2007-05-27
1
-27
/
+12
*
Add a new meta command ".ifexists" to the CLI language, to execute commands o...
Lennart Poettering
2007-05-26
3
-13
/
+73
*
when called with the setid bit change euid to uid sooner to make sure that we...
Lennart Poettering
2007-05-25
3
-32
/
+66
[prev]
[next]