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
*
rework memory block management to be thread-safe and mostly lock-free.
Lennart Poettering
2006-09-26
36
-502
/
+993
*
upgrade refcnt.h to make use of our new pa_atomic_xxx() API
Lennart Poettering
2006-09-26
1
-8
/
+9
*
add asynchronous inter-thread notification API
Lennart Poettering
2006-09-26
2
-0
/
+181
*
enable module-hal-detect in the default configuration file only if HAL suppor...
Lennart Poettering
2006-09-20
2
-3
/
+5
*
rename default realtime group from "realtime" to "pulse-rt", since it is puls...
Lennart Poettering
2006-09-20
1
-1
/
+1
*
Revert r1398 as it broke the srcdir != builddir patch. New fix that doesn't
Pierre Ossman
2006-09-19
1
-0
/
+3
*
No need to create these dirs as they're part of the source tree.
Pierre Ossman
2006-09-19
1
-1
/
+0
*
Stop using x86-isms and use ISO C (oversized shifts are undefined).
Pierre Ossman
2006-09-14
1
-1
/
+1
*
Fix debug output for SNDCTL_DSP_SETFRAGMENT.
Pierre Ossman
2006-09-14
1
-1
/
+1
*
Fix up build structure for platform dependent modules. Also add implementation
Pierre Ossman
2006-09-11
3
-56
/
+96
*
Use platform independent sleep.
Pierre Ossman
2006-09-11
1
-1
/
+2
*
Fix typo.
Pierre Ossman
2006-09-11
1
-1
/
+1
*
ignore flist-test in the correct dir
Lennart Poettering
2006-09-09
0
-0
/
+0
*
ignore flist-test
Lennart Poettering
2006-09-09
0
-0
/
+0
*
update Makefile
Lennart Poettering
2006-09-09
1
-5
/
+13
*
make pa_mutex_new() and pa_cond_new() succeed in all cases. Similar behaviour...
Lennart Poettering
2006-09-09
1
-13
/
+3
*
add pa_once testing code
Lennart Poettering
2006-09-09
1
-0
/
+9
*
rework pa_once once again, because the once function needs to have terminated...
Lennart Poettering
2006-09-09
2
-9
/
+74
*
update for newer APIs: replace direct usage of libatomic_ops by usage of our ...
Lennart Poettering
2006-09-09
2
-43
/
+13
*
implement trival pa_once API based on atomic operations
Lennart Poettering
2006-09-09
1
-0
/
+42
*
add static initializer PA_ATOMIC_INIT()
Lennart Poettering
2006-09-09
1
-0
/
+2
*
add a test program for the free list
Lennart Poettering
2006-09-09
1
-0
/
+104
*
implement a simple lock-free free list
Lennart Poettering
2006-09-09
2
-0
/
+265
*
add a tiny wrapper around libatomic_ops: pa_atomic_int_t and pa_atomit_ptr_t.
Lennart Poettering
2006-09-08
1
-0
/
+80
*
don't maintain a list of allocated mempool slots, we don't use it anyway
Lennart Poettering
2006-09-07
1
-6
/
+1
*
make pa_stream thread-safe: use new refcounting system, protect access using ...
Lennart Poettering
2006-09-07
1
-28
/
+93
*
add missing channel names (fixes a segfault when parsing invalid channel maps)
Lennart Poettering
2006-09-07
1
-0
/
+16
*
fix alsa-sink example
Lennart Poettering
2006-09-07
1
-1
/
+1
*
don't hit an assert in the client if posix shm is not available
Lennart Poettering
2006-09-06
1
-2
/
+14
*
fix indentation
Lennart Poettering
2006-09-06
1
-2
/
+2
*
fix a bogus debug line
Lennart Poettering
2006-09-06
1
-1
/
+1
*
implement a few more ioctl()s, including a subset of SNDCTL_DSP_GETOPTR. Just...
Lennart Poettering
2006-09-06
2
-5
/
+72
*
remove yet another occurence of pthread_yield() by pa_thread_yield()
Lennart Poettering
2006-09-04
1
-15
/
+3
*
add accessor functions for the userdata attached to a pa_thread object
Lennart Poettering
2006-09-04
2
-0
/
+15
*
fix pa_thread_is_running() for foreign threads; fix a memory leak for foreign...
Lennart Poettering
2006-09-04
2
-1
/
+27
*
port the threaded mainloop to our new abstract mutex/thread API
Lennart Poettering
2006-09-04
2
-288
/
+49
*
make pa_thread_self() return a sensible pointer on foreign threads
Lennart Poettering
2006-09-04
1
-2
/
+19
*
add missing g_type_init()
Lennart Poettering
2006-09-02
1
-0
/
+2
*
rework handling of srcdir != builddir (patch from Flameeyes)
Lennart Poettering
2006-09-02
1
-7
/
+3
*
include PTRHEAD_LIBS in pkg-config file (patch from Flameeyes)
Lennart Poettering
2006-09-02
1
-1
/
+1
*
update acx_pthread.m4
Lennart Poettering
2006-09-02
1
-40
/
+177
*
allow building when srcdir != builddir (patch from Flameeyes)
Lennart Poettering
2006-09-02
1
-1
/
+6
*
fix a few autoconf warnings (patch by Flameeyes)
Lennart Poettering
2006-09-02
1
-1
/
+10
*
fix esdcompat for non-gnu systems
Lennart Poettering
2006-09-02
1
-1
/
+1
*
make esdcompat executable
Lennart Poettering
2006-09-02
1
-0
/
+1
*
Merge FreeBSD compatibility patch (from Flameeyes)
Lennart Poettering
2006-09-02
2
-0
/
+13
*
Fix call to pa_mutex_new().
Pierre Ossman
2006-09-01
1
-1
/
+1
*
Add pthread_once() equivalent support.
Pierre Ossman
2006-09-01
3
-31
/
+55
*
Thread implementation for Win32.
Pierre Ossman
2006-09-01
3
-3
/
+392
*
fix a race condition with stream connection vs. latency measuremtn (found by ...
Lennart Poettering
2006-09-01
1
-17
/
+19
[next]