summaryrefslogtreecommitdiffstats
path: root/src/daemon/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* add a few configuration sanity checks for system modeLennart Poettering2008-08-061-0/+16
* add new switch --disallow-exitLennart Poettering2008-08-061-0/+1
* add i18n supportLennart Poettering2008-08-061-57/+60
* don't allow --start in system modeLennart Poettering2008-07-301-0/+5
* remove debug messageLennart Poettering2008-07-301-2/+0
* don't drop caps if we are started as normal root userLennart Poettering2008-07-221-1/+1
* support file-based capabilities instead of SUID root for giving PA rights to ...Lennart Poettering2008-06-221-12/+19
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* add new switch --start to the PA binary which allows starting PA if it is not...Lennart Poettering2008-06-111-6/+50
* big mumbo jumo of interleaved patches.Lennart Poettering2008-05-211-4/+20
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-140/+157
* merge r2187 from prepare-0.9.10Lennart Poettering2008-03-311-6/+9
* merge r2184 from prepare-0.9.10Lennart Poettering2008-03-311-1/+2
* only call pa_ltdl_done() if we called pa_ltdl_init() beforeLennart Poettering2008-02-151-1/+4
* print pa version id each time we start up, so that it is easier to identify t...Lennart Poettering2008-02-151-2/+3
* - Check process name when dealing with PID filesLennart Poettering2007-11-211-40/+129
* make disallow-module-loading config option work again (original patch from Di...Lennart Poettering2007-11-011-2/+5
* make rtprio and nice level actually configurableLennart Poettering2007-11-011-3/+4
* add nice and rtprio resource limit support; make rtprio and nice level to use...Lennart Poettering2007-11-011-0/+6
* use real path of binary instead of /proc/self/exe to execute ourselvesLennart Poettering2007-10-291-2/+5
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-54/+110
* 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
* * split pa_cstrerror() into its own file polypcore/core-error.[ch]Lennart Poettering2006-05-251-1/+1
* Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman2006-05-221-2/+3
* Convert log text to current locale before passing it on to stderr or syslog.Pierre Ossman2006-05-181-0/+3
* fix include line for "core-util.h"Lennart Poettering2006-05-171-1/+1
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-171-1/+1
* Having constant deferred events isn't allowed and causes problems. Use timersPierre Ossman2006-04-191-5/+11