summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* include PTRHEAD_LIBS in pkg-config file (patch from Flameeyes)Lennart Poettering2006-09-021-1/+1
* update acx_pthread.m4Lennart Poettering2006-09-021-40/+177
* allow building when srcdir != builddir (patch from Flameeyes)Lennart Poettering2006-09-021-1/+6
* fix a few autoconf warnings (patch by Flameeyes)Lennart Poettering2006-09-021-1/+10
* 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
* Make sure libatomic_ops.a isn't included in win32 builds as libtool doesn'tPierre Ossman2006-08-311-1/+4
* 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
* update todoLennart Poettering2006-08-311-0/+1
* fix handling of "running" variableLennart Poettering2006-08-301-3/+8
* Add AO_REQUIRE_CAS as we do.Pierre Ossman2006-08-303-0/+5
* Make sure the libatomic_ops lib is included.Pierre Ossman2006-08-301-0/+2
* Remove check for libatomic_ops library as some systems have no (zero, nada)Pierre Ossman2006-08-301-6/+0
* 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
* add libatomic-ops to hard dependenciesLennart Poettering2006-08-291-0/+12
* fix an misdesigned assert()Lennart Poettering2006-08-281-6/+5
* Add PulseAudio logo to tree.Pierre Ossman2006-08-281-0/+287
* update todoPierre Ossman2006-08-281-0/+1
* increase operation timeoutLennart Poettering2006-08-271-1/+1
* bump version and sonamesLennart Poettering2006-08-261-4/+4
* fix module-combine when used on top of a tunnel sinkLennart Poettering2006-08-262-5/+22
* update module-tunnel to latest protocolLennart Poettering2006-08-251-16/+51
* activate HAL in the default configLennart Poettering2006-08-251-6/+13
* Add missing header.Pierre Ossman2006-08-241-0/+4
* fix handling of "mtu" module argument (patch by "theBear")Lennart Poettering2006-08-231-0/+1
* fix typoPierre Ossman2006-08-231-1/+1
* Make the recording a bit more chunky so that we can fit in the pool and havePierre Ossman2006-08-231-1/+13
* Remove silence generation in solaris module.Pierre Ossman2006-08-221-29/+26
* Remove silence generation in waveout module.Pierre Ossman2006-08-221-50/+33
* Proceed with connect even when no cookie is loaded. Allows you to connectPierre Ossman2006-08-221-6/+2
* Fix memory leak in waveout module.Pierre Ossman2006-08-221-0/+3
* Log when there is a problem opening the waveOut/waveIn device.Pierre Ossman2006-08-221-3/+9
* Fall back to creating a "normal" memory pool if unable to get a shared one.Pierre Ossman2006-08-221-4/+13
* Improve error messages a bit.Pierre Ossman2006-08-223-3/+8
* Fix up portability of memory pool handling a bit.Pierre Ossman2006-08-221-33/+43
* update todoLennart Poettering2006-08-221-0/+1
* fix typoLennart Poettering2006-08-221-1/+1
* Fix detection of shared memory support and proper fallback.Pierre Ossman2006-08-223-10/+31
* Fix typo.Pierre Ossman2006-08-221-1/+1