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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-03-31
fix caps stuff for crazy people who disable caps
Lennart Poettering
1
-2
/
+1
2008-03-31
merge r2195 from prepare-0.9.10
Lennart Poettering
1
-5
/
+18
2008-03-31
merge r2194 from prepare-0.9.10
Lennart Poettering
1
-22
/
+36
2008-03-31
merge r2193 from prepare-0.9.10
Lennart Poettering
2
-20
/
+7
2008-03-31
merge r2192 from prepare-0.9.10
Lennart Poettering
1
-4
/
+4
2008-03-31
merge r2191 from prepare-0.9.10
Lennart Poettering
1
-1
/
+1
2008-03-31
merge r2187 from prepare-0.9.10
Lennart Poettering
1
-6
/
+9
2008-03-31
merge r2186 from prepare-0.9.10
Lennart Poettering
1
-2
/
+2
2008-03-31
merge r2185 from prepare-0.9.10
Lennart Poettering
1
-2
/
+5
2008-03-31
merge r2184 from prepare-0.9.10
Lennart Poettering
1
-1
/
+2
2008-03-31
merge r2183 from prepare-0.9.10
Lennart Poettering
1
-0
/
+4
2008-03-31
merge r2182 from prepare-0.9.10
Lennart Poettering
1
-1
/
+1
2008-03-27
properly notify clients about suspended state when moving source output strea...
Lennart Poettering
1
-0
/
+1
2008-03-27
merge r2179 from prepare-0.9.10
Lennart Poettering
1
-7
/
+7
2008-03-27
remove a redundant if check
Lennart Poettering
1
-2
/
+1
2008-03-27
copy originial l2ping license from bluez into bt helper
Lennart Poettering
1
-22
/
+16
2008-03-27
Enable per-user esound sockets by default. Esound CVS already enables this by...
Lennart Poettering
1
-2
/
+3
2008-03-27
make loading of a few more modules non-fatal
Lennart Poettering
1
-0
/
+6
2008-03-27
Double maximum sample size for some overly huge samples some distros ship
Lennart Poettering
1
-1
/
+1
2008-03-27
Attempt to resolve the multilib conflicts by getting all the config files
Lennart Poettering
3
-6
/
+34
2008-03-27
modernize polkit code a bit, use new functions from pk 0.7 instead of our hom...
Lennart Poettering
1
-67
/
+11
2008-03-27
rename polkit policy file to org.pulseaudio.policy to follow upstream guidelines
Lennart Poettering
2
-2
/
+2
2008-03-27
add vendor data to pk policy file
Lennart Poettering
1
-0
/
+3
2008-03-27
Abort instead of cleanly exiting, so we can obtain a core dump and find out
Lennart Poettering
1
-1
/
+1
2008-03-26
add proper arm atomic ops support, patch from Jyri Sarha
Lennart Poettering
1
-1
/
+230
2008-03-14
work around solaris printf %s and NULL string brain damage
Lennart Poettering
1
-1
/
+1
2008-03-14
change policy file to not show polkit auth dlg by default
Lennart Poettering
1
-2
/
+2
2008-03-09
And one more.
Diego Petteno
1
-1
/
+1
2008-03-09
Test for _struct_ lt_user_dlloader, otherwise it won't be found.
Diego Petteno
1
-2
/
+2
2008-03-08
Build and run using libltdl from libtool 2.2. The user module loader support ...
Diego Petteno
1
-0
/
+37
2008-02-15
Clarify the explanation of the in_action field in pa_autoload_entry.
Tanu Kaskinen
1
-1
/
+1
2008-02-15
only call pa_ltdl_done() if we called pa_ltdl_init() before
Lennart Poettering
1
-1
/
+4
2008-02-15
allow compilation on systems that lack POSIX shared memory. Patch from matthi...
Lennart Poettering
1
-1
/
+3
2008-02-15
print pa version id each time we start up, so that it is easier to identify t...
Lennart Poettering
1
-2
/
+3
2008-02-15
Improve compatibility with applications which like to pass invalid strings to...
Lennart Poettering
1
-72
/
+60
2008-02-13
deal with a possibly failing pa_channel_map_init_auto() correctly
Lennart Poettering
13
-18
/
+39
2008-01-24
Mark long_options constant.
Diego Petteno
1
-1
/
+1
2008-01-24
Use check_PROGRAMS rather than noinst_PROGRAMS for test programs.
Diego Petteno
1
-3
/
+3
2008-01-24
Apply the fix for CVE-2008-0008 from 0.9.9 release on trunk.
Diego Petteno
1
-5
/
+7
2008-01-06
use __BYTE_ORDER macro for detecting byte order, as suggested on http://unixp...
Lennart Poettering
1
-0
/
+9
2008-01-04
Don't send opcodes introduced in protocol versions 12 to clients using protocol
Sjoerd Simons
1
-0
/
+12
2008-01-04
Implement opcodes in the tunnel modules that were added in version 12 of
Sjoerd Simons
1
-0
/
+40
2008-01-04
Add forgotted #ifdef __linux__ and only use SIGRTMIN if it is defined. Fixes
Sjoerd Simons
2
-0
/
+4
2008-01-03
Add a missing pa_xfree.
Tanu Kaskinen
1
-0
/
+2
2008-01-03
The previous commit introduced a new bug: giving too many values in the "cont...
Tanu Kaskinen
1
-1
/
+1
2008-01-03
Fix the parsing of trailing default values in the "control" module argument.
Tanu Kaskinen
1
-6
/
+14
2008-01-02
Downgraded the priority of a message, because it's really quite uninteresting.
Tanu Kaskinen
1
-1
/
+1
2007-12-29
convert argument to boolean value before passing it on to __builtin_expect in...
Lennart Poettering
1
-1
/
+1
2007-12-29
add new function pa_proplist_contains()
Lennart Poettering
2
-0
/
+15
2007-12-23
add API for resetting allocated resamplers
Lennart Poettering
2
-7
/
+35
[next]