summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* add new pa_pipe_close() API to close two fds at the same timeLennart Poettering2007-09-128-27/+21
* consolidate close() calls to pa_close(), and make sure on every occasion that...Lennart Poettering2007-09-1218-81/+89
* on systems where we know that POSIX shm is mapped to /dev/shm, add the abilit...Lennart Poettering2007-09-115-9/+134
* remaining s/assert/pa_assert/ and refcnt.h modernizationsLennart Poettering2007-09-1159-724/+967
* Rework core-error.c on top of PA_STATIC_TLS_DECLARE, the windows specific par...Lennart Poettering2007-09-111-154/+26
* explcitly initialize tls memory to NULLLennart Poettering2007-09-111-1/+1
* more modernizations, s/assert/pa_assert/gLennart Poettering2007-09-119-189/+387
* finish modernizations in pulse/, s/assert/pa_assert/gLennart Poettering2007-09-115-133/+151
* More s/assert/pa_assert/ modernizationsLennart Poettering2007-09-114-245/+271
* add 'wait' parameter to pa_rtpoll_run(), if zero pa_rtpoll_runn will only upd...Lennart Poettering2007-09-1110-12/+18
* port client libs to refcnt.hLennart Poettering2007-09-117-127/+129
* add globally defined PA_PATH_SEP macro, replacing private per-file macrosLennart Poettering2007-09-115-29/+17
* add missing config.h includesLennart Poettering2007-09-113-0/+12
* Instead of including config.h from header files, check whether PACKAGE is def...Lennart Poettering2007-09-115-9/+13
* more s/assert/pa_assert/ modernizationsLennart Poettering2007-09-116-125/+132
* unify static TLS support, make use of gcc __thread attribute if availableLennart Poettering2007-09-106-32/+47
* s/assert/pa_assert/ modernizationsLennart Poettering2007-09-101-19/+31
* add new API pa_threaded_mainloop_in_thread(), update test case for itLennart Poettering2007-09-103-6/+16
* simple modernizations: s/assert/pa_assertLennart Poettering2007-09-108-61/+83
* make sure we send each memblock only once when recording, not twiceLennart Poettering2007-09-101-2/+1
* minor cleanupLennart Poettering2007-09-102-2/+1
* make the memchunk writeable before silencing itLennart Poettering2007-09-101-0/+1
* beef up commentLennart Poettering2007-09-101-1/+3
* make sure that the device volume is properly read before we call pa_sink_put(...Lennart Poettering2007-09-101-2/+2
* document that the native amd64 atomic ops implementation is incompleteLennart Poettering2007-09-101-0/+2
* don't call pa_source_process_msg() for PA_SOURCE_MESSAGE_GET_LATENCY, since i...Lennart Poettering2007-09-101-1/+1
* posix_madvise and posix_fadvise aren't present on all systems.Pierre Ossman2007-09-103-3/+9
* Remove mkdir_p again...Pierre Ossman2007-09-101-1/+3
* TIOCINQ isn't present on all systems.Pierre Ossman2007-09-101-1/+3
* Monotonic clock is optional so treat is as such.Pierre Ossman2007-09-101-1/+5
* POSIX realtime clock functions are in time.h so make sure to include it.Pierre Ossman2007-09-101-0/+1
* Changed PA_SAMPLE_S16_NE to PA_SAMPLE_S16NE in the example code in the Simple...Tanu Kaskinen2007-09-091-1/+1
* fix an assert when runnig module-oss in record only-mode. optimize allocation...Lennart Poettering2007-09-063-23/+56
* install libpulsecore again, since libtool otherwise links it statically into ...Lennart Poettering2007-09-061-1/+1
* fix copynpaste errorLennart Poettering2007-09-061-1/+1
* downgrade realtime group membership warning to 'info' at be a little bit more...Lennart Poettering2007-09-061-1/+2
* update default config:Lennart Poettering2007-09-063-10/+17
* explicitly test for the availability of dbus_watch_get_unix_fd() before using...Lennart Poettering2007-09-061-7/+8
* add native amd64 atomic int implementationLennart Poettering2007-09-041-4/+83
* fix a couple of compiler warningsLennart Poettering2007-09-047-10/+11
* if available, use native gcc atomicity builtinsLennart Poettering2007-09-041-9/+84
* add a few missing files for make distLennart Poettering2007-09-041-2/+2
* drop initial libtool_lock() call since this is a debian-specific borkageLennart Poettering2007-09-041-1/+0
* initialize libltdl for multi-thread supportLennart Poettering2007-09-041-2/+38
* When in PA_STREAM_AUTO_TIMING_UPDATE mode, delay completion of initialization...Lennart Poettering2007-09-041-20/+45
* actually add source code of module-default-device-restoreLennart Poettering2007-09-031-0/+103
* add a new module module-default-device-restore which automatically saves and ...Lennart Poettering2007-09-032-0/+11
* header file cleanupLennart Poettering2007-09-031-2/+1
* only list supported resampling methods when --dump-resample-methods is executedLennart Poettering2007-09-031-3/+3
* add new API function pa_resample_method_supported() which tests whether a res...Lennart Poettering2007-09-032-0/+24