summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add missing config.h inclusionLennart Poettering2007-09-121-0/+4
* reindent, and s/assert/pa_assert/gLennart Poettering2007-09-121-57/+66
* change pa_modargs_get_channel_map() to take an extra argument for specifying ...Lennart Poettering2007-09-123-7/+7
* 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-107-32/+59
* 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
* add pulseaudio logo with textLennart Poettering2007-09-101-0/+388
* update todo file a littleLennart Poettering2007-09-101-8/+3
* hide a couple of filesLennart Poettering2007-09-100-0/+0
* 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-104-5/+11
* 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-062-8/+51
* update libltdl copyLennart Poettering2007-09-047-82/+131
* add native amd64 atomic int implementationLennart Poettering2007-09-041-4/+83
* detect whether gcc atomic builtins are availableLennart Poettering2007-09-041-2/+14
* fix a couple of compiler warningsLennart Poettering2007-09-047-10/+11
* if available, use native gcc atomicity builtinsLennart Poettering2007-09-041-9/+84
* create config.rpath to fix build on fedoraLennart Poettering2007-09-041-0/+1