| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | change pa_modargs_get_channel_map() to take an extra argument for specifying ... | Lennart Poettering | 2007-09-12 | 3 | -7/+7 |
| | * | | add new pa_pipe_close() API to close two fds at the same time | Lennart Poettering | 2007-09-12 | 8 | -27/+21 |
| | * | | consolidate close() calls to pa_close(), and make sure on every occasion that... | Lennart Poettering | 2007-09-12 | 18 | -81/+89 |
| | * | | on systems where we know that POSIX shm is mapped to /dev/shm, add the abilit... | Lennart Poettering | 2007-09-11 | 5 | -9/+134 |
| | * | | remaining s/assert/pa_assert/ and refcnt.h modernizations | Lennart Poettering | 2007-09-11 | 59 | -724/+967 |
| | * | | Rework core-error.c on top of PA_STATIC_TLS_DECLARE, the windows specific par... | Lennart Poettering | 2007-09-11 | 1 | -154/+26 |
| | * | | explcitly initialize tls memory to NULL | Lennart Poettering | 2007-09-11 | 1 | -1/+1 |
| | * | | more modernizations, s/assert/pa_assert/g | Lennart Poettering | 2007-09-11 | 9 | -189/+387 |
| | * | | finish modernizations in pulse/, s/assert/pa_assert/g | Lennart Poettering | 2007-09-11 | 5 | -133/+151 |
| | * | | More s/assert/pa_assert/ modernizations | Lennart Poettering | 2007-09-11 | 4 | -245/+271 |
| | * | | add 'wait' parameter to pa_rtpoll_run(), if zero pa_rtpoll_runn will only upd... | Lennart Poettering | 2007-09-11 | 10 | -12/+18 |
| | * | | port client libs to refcnt.h | Lennart Poettering | 2007-09-11 | 7 | -127/+129 |
| | * | | add globally defined PA_PATH_SEP macro, replacing private per-file macros | Lennart Poettering | 2007-09-11 | 5 | -29/+17 |
| | * | | add missing config.h includes | Lennart Poettering | 2007-09-11 | 3 | -0/+12 |
| | * | | Instead of including config.h from header files, check whether PACKAGE is def... | Lennart Poettering | 2007-09-11 | 5 | -9/+13 |
| | * | | more s/assert/pa_assert/ modernizations | Lennart Poettering | 2007-09-11 | 6 | -125/+132 |
| | * | | unify static TLS support, make use of gcc __thread attribute if available | Lennart Poettering | 2007-09-10 | 7 | -32/+59 |
| | * | | s/assert/pa_assert/ modernizations | Lennart Poettering | 2007-09-10 | 1 | -19/+31 |
| | * | | add new API pa_threaded_mainloop_in_thread(), update test case for it | Lennart Poettering | 2007-09-10 | 3 | -6/+16 |
| | * | | simple modernizations: s/assert/pa_assert | Lennart Poettering | 2007-09-10 | 8 | -61/+83 |
| | * | | make sure we send each memblock only once when recording, not twice | Lennart Poettering | 2007-09-10 | 1 | -2/+1 |
| | * | | minor cleanup | Lennart Poettering | 2007-09-10 | 2 | -2/+1 |
| | * | | make the memchunk writeable before silencing it | Lennart Poettering | 2007-09-10 | 1 | -0/+1 |
| | * | | beef up comment | Lennart Poettering | 2007-09-10 | 1 | -1/+3 |
| | * | | make sure that the device volume is properly read before we call pa_sink_put(... | Lennart Poettering | 2007-09-10 | 1 | -2/+2 |
| | * | | add pulseaudio logo with text | Lennart Poettering | 2007-09-10 | 1 | -0/+388 |
| | * | | update todo file a little | Lennart Poettering | 2007-09-10 | 1 | -8/+3 |
| | * | | hide a couple of files | Lennart Poettering | 2007-09-10 | 0 | -0/+0 |
| | * | | document that the native amd64 atomic ops implementation is incomplete | Lennart Poettering | 2007-09-10 | 1 | -0/+2 |
| | * | | don't call pa_source_process_msg() for PA_SOURCE_MESSAGE_GET_LATENCY, since i... | Lennart Poettering | 2007-09-10 | 1 | -1/+1 |
| | * | | posix_madvise and posix_fadvise aren't present on all systems. | Pierre Ossman | 2007-09-10 | 4 | -5/+11 |
| | * | | Remove mkdir_p again... | Pierre Ossman | 2007-09-10 | 1 | -1/+3 |
| | * | | TIOCINQ isn't present on all systems. | Pierre Ossman | 2007-09-10 | 1 | -1/+3 |
| | * | | Monotonic clock is optional so treat is as such. | Pierre Ossman | 2007-09-10 | 1 | -1/+5 |
| | * | | POSIX realtime clock functions are in time.h so make sure to include it. | Pierre Ossman | 2007-09-10 | 1 | -0/+1 |
| | * | | Changed PA_SAMPLE_S16_NE to PA_SAMPLE_S16NE in the example code in the Simple... | Tanu Kaskinen | 2007-09-09 | 1 | -1/+1 |
| | * | | fix an assert when runnig module-oss in record only-mode. optimize allocation... | Lennart Poettering | 2007-09-06 | 3 | -23/+56 |
| | * | | install libpulsecore again, since libtool otherwise links it statically into ... | Lennart Poettering | 2007-09-06 | 1 | -1/+1 |
| | * | | fix copynpaste error | Lennart Poettering | 2007-09-06 | 1 | -1/+1 |
| | * | | downgrade realtime group membership warning to 'info' at be a little bit more... | Lennart Poettering | 2007-09-06 | 1 | -1/+2 |
| | * | | update default config: | Lennart Poettering | 2007-09-06 | 3 | -10/+17 |
| | * | | explicitly test for the availability of dbus_watch_get_unix_fd() before using... | Lennart Poettering | 2007-09-06 | 2 | -8/+51 |
| | * | | update libltdl copy | Lennart Poettering | 2007-09-04 | 7 | -82/+131 |
| | * | | add native amd64 atomic int implementation | Lennart Poettering | 2007-09-04 | 1 | -4/+83 |
| | * | | detect whether gcc atomic builtins are available | Lennart Poettering | 2007-09-04 | 1 | -2/+14 |
| | * | | fix a couple of compiler warnings | Lennart Poettering | 2007-09-04 | 7 | -10/+11 |
| | * | | if available, use native gcc atomicity builtins | Lennart Poettering | 2007-09-04 | 1 | -9/+84 |
| | * | | create config.rpath to fix build on fedora | Lennart Poettering | 2007-09-04 | 1 | -0/+1 |
| | * | | add a few missing files for make dist | Lennart Poettering | 2007-09-04 | 1 | -2/+2 |
| | * | | drop initial libtool_lock() call since this is a debian-specific borkage | Lennart Poettering | 2007-09-04 | 1 | -1/+0 |