summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow specification of device number.Pierre Ossman2007-02-121-3/+12
* Don't abort config loading when the user specific cannot be loaded.Pierre Ossman2007-02-051-2/+8
* Make sure we report success for SNDCTL_DSP_SETDUPLEX.Pierre Ossman2007-01-191-0/+5
* Report IO error on ioctl() when we're in a fatal error state.Pierre Ossman2007-01-041-0/+10
* Free stream objects when they've been invalidated.Pierre Ossman2007-01-041-0/+4
* Fix error messages for failure connecting streams.Pierre Ossman2007-01-041-2/+10
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-04283-3742/+3742
* Fix silly copy-and-paste error. (closes #45)Pierre Ossman2006-12-041-1/+1
* Fix incorrect assert.Pierre Ossman2006-11-241-1/+1
* Add atomic.h as a dependency at relevant places.Pierre Ossman2006-11-101-0/+3
* Make sure we package version.h.in.Pierre Ossman2006-11-101-0/+1
* Yet again try to fix the creation of necessary directories when srcdir !=Pierre Ossman2006-11-091-3/+3
* Support reversed endian floats. (closes #28) (closes #35)Pierre Ossman2006-11-082-0/+21
* Check correct variable for return value. Closes #37.Pierre Ossman2006-11-081-1/+1
* Fix some missing line breaks.Pierre Ossman2006-11-061-3/+3
* Revert r1404 and keep it on a development branch until it is fully tested.Pierre Ossman2006-11-0636-993/+502
* The OSS spec is unclear what should happen when a reset is requested. Let'sPierre Ossman2006-11-061-1/+9
* Handle when threaded mainloop is freed before it is started.Pierre Ossman2006-11-061-1/+2
* rework memory block management to be thread-safe and mostly lock-free.Lennart Poettering2006-09-2636-502/+993
* upgrade refcnt.h to make use of our new pa_atomic_xxx() APILennart Poettering2006-09-261-8/+9
* add asynchronous inter-thread notification APILennart Poettering2006-09-262-0/+181
* enable module-hal-detect in the default configuration file only if HAL suppor...Lennart Poettering2006-09-202-3/+5
* Revert r1398 as it broke the srcdir != builddir patch. New fix that doesn'tPierre Ossman2006-09-191-0/+3
* No need to create these dirs as they're part of the source tree.Pierre Ossman2006-09-191-1/+0
* Stop using x86-isms and use ISO C (oversized shifts are undefined).Pierre Ossman2006-09-141-1/+1
* 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