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
/
pulsecore
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix silly copy-and-paste error. (closes #45)
Pierre Ossman
2006-12-04
1
-1
/
+1
*
Fix incorrect assert.
Pierre Ossman
2006-11-24
1
-1
/
+1
*
Support reversed endian floats. (closes #28) (closes #35)
Pierre Ossman
2006-11-08
2
-0
/
+21
*
Check correct variable for return value. Closes #37.
Pierre Ossman
2006-11-08
1
-1
/
+1
*
Revert r1404 and keep it on a development branch until it is fully tested.
Pierre Ossman
2006-11-06
18
-845
/
+448
*
rework memory block management to be thread-safe and mostly lock-free.
Lennart Poettering
2006-09-26
18
-448
/
+845
*
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
*
Fix up build structure for platform dependent modules. Also add implementation
Pierre Ossman
2006-09-11
2
-29
/
+73
*
make pa_mutex_new() and pa_cond_new() succeed in all cases. Similar behaviour...
Lennart Poettering
2006-09-09
1
-13
/
+3
*
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
*
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
*
fix indentation
Lennart Poettering
2006-09-06
1
-2
/
+2
*
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
1
-1
/
+25
*
make pa_thread_self() return a sensible pointer on foreign threads
Lennart Poettering
2006-09-04
1
-2
/
+19
*
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
2
-0
/
+379
*
Also wrap yield functionality so that it can be platform independent.
Pierre Ossman
2006-08-31
2
-0
/
+10
*
define AO_REQUIRE_CAS in the Makefile instead of each source file, effectivel...
Lennart Poettering
2006-08-31
3
-3
/
+0
*
fix handling of "running" variable
Lennart Poettering
2006-08-30
1
-3
/
+8
*
Add AO_REQUIRE_CAS as we do.
Pierre Ossman
2006-08-30
3
-0
/
+5
*
add a threading primitive API
Lennart Poettering
2006-08-29
4
-0
/
+350
*
make pa_mempool_stat thread-safe/lock-free
Lennart Poettering
2006-08-29
4
-61
/
+66
*
modify memory block reference counting to use the new reference counting API
Lennart Poettering
2006-08-29
3
-15
/
+18
*
add lock-free reference counting macros, based on libatomic-ops
Lennart Poettering
2006-08-29
1
-0
/
+41
*
fix an misdesigned assert()
Lennart Poettering
2006-08-28
1
-6
/
+5
*
fix typo
Pierre Ossman
2006-08-23
1
-1
/
+1
*
Fall back to creating a "normal" memory pool if unable to get a shared one.
Pierre Ossman
2006-08-22
1
-4
/
+13
*
Improve error messages a bit.
Pierre Ossman
2006-08-22
2
-2
/
+5
*
Fix up portability of memory pool handling a bit.
Pierre Ossman
2006-08-22
1
-33
/
+43
*
Fix detection of shared memory support and proper fallback.
Pierre Ossman
2006-08-22
1
-1
/
+24
*
Fix detection of page size for non-POSIX systems.
Pierre Ossman
2006-08-22
1
-1
/
+7
*
If a client leaves the sink/source for a stream unspecified by passing NULL as
Lennart Poettering
2006-08-19
2
-24
/
+31
*
fix a bad memory access
Lennart Poettering
2006-08-19
1
-1
/
+1
*
when transferring large memory chunks of a pa_pstream, split them up
Lennart Poettering
2006-08-19
1
-13
/
+29
*
if MAP_ANONYMOUS is not supported use posix_memalign if possible to allocate ...
Lennart Poettering
2006-08-19
1
-2
/
+19
*
print per-type memory block statistics on "stat"
Lennart Poettering
2006-08-19
1
-1
/
+20
*
generate per-type memory block statistics
Lennart Poettering
2006-08-19
2
-1
/
+22
*
rework the resample to allocate temporary memory with pa_memblock_new() inste...
Lennart Poettering
2006-08-19
1
-25
/
+58
*
allow importing of external shm data blocks unconditionally, even when local ...
Lennart Poettering
2006-08-19
1
-10
/
+4
*
deal properly with pa_mempool_new() failing
Lennart Poettering
2006-08-19
1
-2
/
+6
*
fix allocation of anonymous memory
Lennart Poettering
2006-08-19
1
-1
/
+1
[next]