| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename pa_strsignal() to pa_sig2str(), since we return the symbolical signal ... | 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 | 1 | -34/+3 |
* | 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 | 1 | -9/+1 |
* | consolidate close() calls to pa_close(), and make sure on every occasion that... | Lennart Poettering | 2007-09-12 | 1 | -8/+8 |
* | on systems where we know that POSIX shm is mapped to /dev/shm, add the abilit... | Lennart Poettering | 2007-09-11 | 1 | -2/+9 |
* | remaining s/assert/pa_assert/ and refcnt.h modernizations | Lennart Poettering | 2007-09-11 | 1 | -12/+6 |
* | 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 |
* | 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 |
* | 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 | 1 | -1/+4 |
* | 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 | 1 | -0/+9 |
* | 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 |
* | allow setting the default sample and fragment settings from the config file | Lennart Poettering | 2007-08-11 | 1 | -0/+3 |
* | 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 |
* | 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 | 1 | -11/+18 |
* | Add copyright notices to all relevant files. (based on svn log) | Pierre Ossman | 2007-02-13 | 1 | -0/+3 |
* | Huge trailing whitespace cleanup. Let's keep the tree pure from here on, | Pierre Ossman | 2007-01-04 | 1 | -30/+30 |
* | Improve error messages a bit. | Pierre Ossman | 2006-08-22 | 1 | -1/+3 |
* | add new "disable-shm" server config option | Lennart Poettering | 2006-08-19 | 1 | -6/+9 |
* | remove all occurences of | Lennart Poettering | 2006-08-18 | 1 | -34/+34 |
* | Rework memory management to allow shared memory data transfer. The central idea | Lennart Poettering | 2006-08-18 | 1 | -1/+1 |
* | add new command line option --no-cpu-limit. This is useful when running Pulse... | Lennart Poettering | 2006-07-25 | 1 | -5/+9 |
* | Fix incorrect call to nonexistant pa_log_warning(). | Pierre Ossman | 2006-07-20 | 1 | -1/+1 |
* | Only warn when running as root and not --system. | Pierre Ossman | 2006-07-20 | 1 | -2/+1 |
* | Centralise check if we're running as root. | Pierre Ossman | 2006-07-20 | 1 | -4/+6 |
* | Move check for SUID into the caps functions. | Pierre Ossman | 2006-07-20 | 1 | -4/+2 |
* | Handle user switch in a more platform independent manner. | Pierre Ossman | 2006-07-20 | 1 | -2/+18 |
* | add support to set resource limits for the daemon and set some of them to som... | Lennart Poettering | 2006-07-20 | 1 | -1/+36 |
* | Add missing header. | Pierre Ossman | 2006-07-20 | 1 | -0/+1 |
* | Make -1 mean "current group/user" so that some platform dependent calls | Pierre Ossman | 2006-07-20 | 1 | -1/+1 |
* | add a few comments | Lennart Poettering | 2006-07-19 | 1 | -1/+9 |
* | * add new function pa_check_in_group() | Lennart Poettering | 2006-07-19 | 1 | -2/+1 |
* | * add new --system command line parameter to the daemon for running PulseAudi... | Lennart Poettering | 2006-07-19 | 1 | -5/+124 |
* | try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (which | Lennart Poettering | 2006-07-14 | 1 | -5/+5 |
* | big s/polyp/pulse/g | Lennart Poettering | 2006-06-19 | 1 | -21/+21 |
* | disable padsp for the polypaudio daemon itself by defining the __padsp_disabl... | Lennart Poettering | 2006-05-26 | 1 | -0/+7 |