summaryrefslogtreecommitdiffstats
path: root/src/daemon/main.c
Commit message (Expand)AuthorAgeFilesLines
* Rename pa_strsignal() to pa_sig2str(), since we return the symbolical signal ...Lennart Poettering2007-09-171-1/+1
* once.c is no longer POSIX specific. Since it is now considerably more advance...Lennart Poettering2007-09-171-1/+0
* on Linu disable lazy binding altogetherLennart Poettering2007-09-171-1/+17
* add missing initializationLennart Poettering2007-09-171-1/+1
* Add a special ltdl .so loader that avoids lazy frelocations during runtimeLennart Poettering2007-09-171-34/+3
* use priority inheritance on mutexes where applicableLennart Poettering2007-09-171-1/+1
* call dbus_shutdown() before exiting, to make valgrind output more usefulLennart Poettering2007-09-141-0/+8
* add new pa_pipe_close() API to close two fds at the same timeLennart Poettering2007-09-121-9/+1
* consolidate close() calls to pa_close(), and make sure on every occasion that...Lennart Poettering2007-09-121-8/+8
* on systems where we know that POSIX shm is mapped to /dev/shm, add the abilit...Lennart Poettering2007-09-111-2/+9
* remaining s/assert/pa_assert/ and refcnt.h modernizationsLennart Poettering2007-09-111-12/+6
* unify static TLS support, make use of gcc __thread attribute if availableLennart Poettering2007-09-101-3/+3
* downgrade realtime group membership warning to 'info' at be a little bit more...Lennart Poettering2007-09-061-1/+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
* only list supported resampling methods when --dump-resample-methods is executedLennart Poettering2007-09-031-3/+3
* Don't set RLIMIT_MEMBLOCK to 0 on startup. Retain 4 pagesLennart Poettering2007-09-021-1/+4
* replace a pa_assert() by an pa_assert_se()Lennart Poettering2007-08-311-1/+1
* reorder initialization of pa_core variablesLennart Poettering2007-08-301-7/+6
* drop check for gid < 500, since this isn't really a security improvement, re:...Lennart Poettering2007-08-261-1/+1
* Add option --dump-resample-methods to list available resampler implementationsLennart Poettering2007-08-251-0/+9
* reverse hrtimer check, add missing #includeLennart Poettering2007-08-221-1/+2
* add message about hrtimers, and initialize pa_core::high_priorityLennart Poettering2007-08-221-5/+13
* never stay root after startup, even if we don't have capabilitesLennart Poettering2007-08-161-5/+14
* allow setting the default sample and fragment settings from the config fileLennart Poettering2007-08-111-0/+3
* A lot of more work to get the lock-free stuff in placeLennart Poettering2007-06-131-1/+1
* make untabifyLennart Poettering2007-06-111-1/+1
* We now use gid unconditionally, so make sure it's defined.Pierre Ossman2007-05-291-2/+0
* when called with the setid bit change euid to uid sooner to make sure that we...Lennart Poettering2007-05-251-11/+18
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+3
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-30/+30
* Improve error messages a bit.Pierre Ossman2006-08-221-1/+3
* add new "disable-shm" server config optionLennart Poettering2006-08-191-6/+9
* remove all occurences of Lennart Poettering2006-08-181-34/+34
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-181-1/+1
* add new command line option --no-cpu-limit. This is useful when running Pulse...Lennart Poettering2006-07-251-5/+9
* Fix incorrect call to nonexistant pa_log_warning().Pierre Ossman2006-07-201-1/+1
* Only warn when running as root and not --system.Pierre Ossman2006-07-201-2/+1
* Centralise check if we're running as root.Pierre Ossman2006-07-201-4/+6
* Move check for SUID into the caps functions.Pierre Ossman2006-07-201-4/+2
* Handle user switch in a more platform independent manner.Pierre Ossman2006-07-201-2/+18
* add support to set resource limits for the daemon and set some of them to som...Lennart Poettering2006-07-201-1/+36
* Add missing header.Pierre Ossman2006-07-201-0/+1
* Make -1 mean "current group/user" so that some platform dependent callsPierre Ossman2006-07-201-1/+1
* add a few commentsLennart Poettering2006-07-191-1/+9
* * add new function pa_check_in_group()Lennart Poettering2006-07-191-2/+1
* * add new --system command line parameter to the daemon for running PulseAudi...Lennart Poettering2006-07-191-5/+124
* try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (whichLennart Poettering2006-07-141-5/+5
* big s/polyp/pulse/gLennart Poettering2006-06-191-21/+21
* disable padsp for the polypaudio daemon itself by defining the __padsp_disabl...Lennart Poettering2006-05-261-0/+7