summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix debug output for SNDCTL_DSP_SETFRAGMENT.Pierre Ossman2006-09-141-1/+1
* Fix up build structure for platform dependent modules. Also add implementationPierre Ossman2006-09-113-56/+96
* Use platform independent sleep.Pierre Ossman2006-09-111-1/+2
* Fix typo.Pierre Ossman2006-09-111-1/+1
* update MakefileLennart Poettering2006-09-091-5/+13
* make pa_mutex_new() and pa_cond_new() succeed in all cases. Similar behaviour...Lennart Poettering2006-09-091-13/+3
* add pa_once testing codeLennart Poettering2006-09-091-0/+9
* rework pa_once once again, because the once function needs to have terminated...Lennart Poettering2006-09-092-9/+74
* update for newer APIs: replace direct usage of libatomic_ops by usage of our ...Lennart Poettering2006-09-092-43/+13
* implement trival pa_once API based on atomic operationsLennart Poettering2006-09-091-0/+42
* add static initializer PA_ATOMIC_INIT()Lennart Poettering2006-09-091-0/+2
* add a test program for the free listLennart Poettering2006-09-091-0/+104
* implement a simple lock-free free listLennart Poettering2006-09-092-0/+265
* add a tiny wrapper around libatomic_ops: pa_atomic_int_t and pa_atomit_ptr_t.Lennart Poettering2006-09-081-0/+80
* don't maintain a list of allocated mempool slots, we don't use it anywayLennart Poettering2006-09-071-6/+1
* make pa_stream thread-safe: use new refcounting system, protect access using ...Lennart Poettering2006-09-071-28/+93
* add missing channel names (fixes a segfault when parsing invalid channel maps)Lennart Poettering2006-09-071-0/+16
* fix alsa-sink exampleLennart Poettering2006-09-071-1/+1
* don't hit an assert in the client if posix shm is not availableLennart Poettering2006-09-061-2/+14
* fix indentationLennart Poettering2006-09-061-2/+2
* fix a bogus debug lineLennart Poettering2006-09-061-1/+1
* implement a few more ioctl()s, including a subset of SNDCTL_DSP_GETOPTR. Just...Lennart Poettering2006-09-062-5/+72
* remove yet another occurence of pthread_yield() by pa_thread_yield()Lennart Poettering2006-09-041-15/+3
* add accessor functions for the userdata attached to a pa_thread objectLennart Poettering2006-09-042-0/+15
* fix pa_thread_is_running() for foreign threads; fix a memory leak for foreign...Lennart Poettering2006-09-042-1/+27
* port the threaded mainloop to our new abstract mutex/thread APILennart Poettering2006-09-042-288/+49
* make pa_thread_self() return a sensible pointer on foreign threadsLennart Poettering2006-09-041-2/+19
* add missing g_type_init()Lennart Poettering2006-09-021-0/+2
* rework handling of srcdir != builddir (patch from Flameeyes)Lennart Poettering2006-09-021-7/+3
* allow building when srcdir != builddir (patch from Flameeyes)Lennart Poettering2006-09-021-1/+6
* fix esdcompat for non-gnu systemsLennart Poettering2006-09-021-1/+1
* make esdcompat executableLennart Poettering2006-09-021-0/+1
* Merge FreeBSD compatibility patch (from Flameeyes)Lennart Poettering2006-09-022-0/+13
* Fix call to pa_mutex_new().Pierre Ossman2006-09-011-1/+1
* Add pthread_once() equivalent support.Pierre Ossman2006-09-013-31/+55
* Thread implementation for Win32.Pierre Ossman2006-09-013-3/+392
* fix a race condition with stream connection vs. latency measuremtn (found by ...Lennart Poettering2006-09-011-17/+19
* Also wrap yield functionality so that it can be platform independent.Pierre Ossman2006-08-313-3/+11
* work around bug in firefox which apparently misuses access() as NULL pointer ...Lennart Poettering2006-08-311-0/+7
* define AO_REQUIRE_CAS in the Makefile instead of each source file, effectivel...Lennart Poettering2006-08-314-3/+1
* fix handling of "running" variableLennart Poettering2006-08-301-3/+8
* Add AO_REQUIRE_CAS as we do.Pierre Ossman2006-08-303-0/+5
* We need to have a callback when changing volume or we might deadlock.Pierre Ossman2006-08-301-2/+2
* add a threading primitive APILennart Poettering2006-08-296-3/+498
* make pa_mempool_stat thread-safe/lock-freeLennart Poettering2006-08-295-71/+76
* modify memory block reference counting to use the new reference counting APILennart Poettering2006-08-293-15/+18
* add lock-free reference counting macros, based on libatomic-opsLennart Poettering2006-08-292-1/+44
* fix an misdesigned assert()Lennart Poettering2006-08-281-6/+5
* increase operation timeoutLennart Poettering2006-08-271-1/+1
* fix module-combine when used on top of a tunnel sinkLennart Poettering2006-08-262-5/+22