| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't call pa_rtsig_configure() when we lack the necessary defines. | Pierre Ossman | 2007-10-03 | 1 | -0/+2 |
* | use the full range of RTSIGS for our stuff | Lennart Poettering | 2007-09-28 | 1 | -10/+10 |
* | make O_CLOEXEC, O_NONBLOCK and socket low latency fd ops more uniform: always... | Lennart Poettering | 2007-09-19 | 1 | -4/+4 |
* | Rename pa_strsignal() to pa_sig2str(), since we return the symbolical signal ... | Lennart Poettering | 2007-09-17 | 1 | -1/+1 |
* | drop a couple of WARNING prefixes in log messages, since we have pa_log_warn ... | Lennart Poettering | 2007-09-17 | 1 | -1/+1 |
* | once.c is no longer POSIX specific. Since it is now considerably more advance... | Lennart Poettering | 2007-09-17 | 1 | -1/+0 |
* | on Linu disable lazy binding altogether | Lennart Poettering | 2007-09-17 | 1 | -1/+17 |
* | add missing initialization | Lennart Poettering | 2007-09-17 | 1 | -1/+1 |
* | Add a special ltdl .so loader that avoids lazy frelocations during runtime | Lennart Poettering | 2007-09-17 | 3 | -34/+195 |
* | use priority inheritance on mutexes where applicable | Lennart Poettering | 2007-09-17 | 1 | -1/+1 |
* | call dbus_shutdown() before exiting, to make valgrind output more useful | Lennart Poettering | 2007-09-14 | 1 | -0/+8 |
* | add new pa_pipe_close() API to close two fds at the same time | Lennart Poettering | 2007-09-12 | 2 | -14/+2 |
* | consolidate close() calls to pa_close(), and make sure on every occasion that... | Lennart Poettering | 2007-09-12 | 2 | -10/+10 |
* | on systems where we know that POSIX shm is mapped to /dev/shm, add the abilit... | Lennart Poettering | 2007-09-11 | 3 | -4/+19 |
* | remaining s/assert/pa_assert/ and refcnt.h modernizations | Lennart Poettering | 2007-09-11 | 4 | -33/+43 |
* | add globally defined PA_PATH_SEP macro, replacing private per-file macros | Lennart Poettering | 2007-09-11 | 1 | -10/+4 |
* | unify static TLS support, make use of gcc __thread attribute if available | Lennart Poettering | 2007-09-10 | 1 | -3/+3 |
* | 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 | 1 | -8/+14 |
* | drop initial libtool_lock() call since this is a debian-specific borkage | Lennart Poettering | 2007-09-04 | 1 | -1/+0 |
* | initialize libltdl for multi-thread support | Lennart Poettering | 2007-09-04 | 1 | -2/+38 |
* | add a new module module-default-device-restore which automatically saves and ... | Lennart Poettering | 2007-09-03 | 1 | -0/+3 |
* | only list supported resampling methods when --dump-resample-methods is executed | Lennart Poettering | 2007-09-03 | 1 | -3/+3 |
* | Don't set RLIMIT_MEMBLOCK to 0 on startup. Retain 4 pages | Lennart Poettering | 2007-09-02 | 3 | -5/+8 |
* | make sure that we make include paths absolute before calling chdir() | Lennart Poettering | 2007-08-31 | 1 | -2/+5 |
* | replace a pa_assert() by an pa_assert_se() | Lennart Poettering | 2007-08-31 | 1 | -1/+1 |
* | reorder initialization of pa_core variables | Lennart Poettering | 2007-08-30 | 1 | -7/+6 |
* | drop check for gid < 500, since this isn't really a security improvement, re:... | Lennart Poettering | 2007-08-26 | 1 | -1/+1 |
* | Add option --dump-resample-methods to list available resampler implementations | Lennart Poettering | 2007-08-25 | 3 | -4/+20 |
* | make speex resampler the default | Lennart Poettering | 2007-08-23 | 1 | -1/+1 |
* | reverse hrtimer check, add missing #include | Lennart Poettering | 2007-08-22 | 1 | -1/+2 |
* | add message about hrtimers, and initialize pa_core::high_priority | Lennart Poettering | 2007-08-22 | 1 | -5/+13 |
* | never stay root after startup, even if we don't have capabilites | Lennart Poettering | 2007-08-16 | 1 | -5/+14 |
* | Keep CAP_SYS_NICE not only in PERMITTED but also in EFFECTIVE capset | Lennart Poettering | 2007-08-16 | 1 | -6/+7 |
* | load module-x11-xsmp from a /etc/xdg/autostart file, to make sure it is loade... | Lennart Poettering | 2007-08-13 | 2 | -1/+12 |
* | deactivate module-x11-xsmp by default, due to a deadlock when pa is being sta... | Lennart Poettering | 2007-08-12 | 1 | -1/+2 |
* | allow setting the default sample and fragment settings from the config file | Lennart Poettering | 2007-08-11 | 4 | -54/+196 |
* | Add X11 XSMP module for hooking into the X11 session manager, for being notif... | Lennart Poettering | 2007-08-09 | 1 | -0/+3 |
* | s/login.wav/startup3.wav | Lennart Poettering | 2007-08-09 | 1 | -1/+1 |
* | update default configuration | Lennart Poettering | 2007-08-09 | 1 | -21/+20 |
* | Convert most snprintf() calls to pa_snprintf() | Lennart Poettering | 2007-07-25 | 2 | -3/+4 |
* | A lot of more work to get the lock-free stuff in place | Lennart Poettering | 2007-06-13 | 1 | -1/+1 |
* | make untabify | Lennart Poettering | 2007-06-11 | 1 | -1/+1 |
* | Kill spaces on EOL | Lennart Poettering | 2007-05-29 | 1 | -4/+4 |
* | We now use gid unconditionally, so make sure it's defined. | Pierre Ossman | 2007-05-29 | 1 | -2/+0 |
* | when called with the setid bit change euid to uid sooner to make sure that we... | Lennart Poettering | 2007-05-25 | 2 | -29/+33 |
* | Add copyright notices to all relevant files. (based on svn log) | Pierre Ossman | 2007-02-13 | 11 | -0/+27 |
* | Huge trailing whitespace cleanup. Let's keep the tree pure from here on, | Pierre Ossman | 2007-01-04 | 10 | -98/+98 |
* | enable module-hal-detect in the default configuration file only if HAL suppor... | Lennart Poettering | 2006-09-20 | 1 | -2/+2 |
* | fix alsa-sink example | Lennart Poettering | 2006-09-07 | 1 | -1/+1 |