summaryrefslogtreecommitdiffstats
path: root/src/daemon/daemon-conf.c
Commit message (Expand)AuthorAgeFilesLines
* fix a compiler warningLennart Poettering2008-05-211-2/+2
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-37/+141
* - Check process name when dealing with PID filesLennart Poettering2007-11-211-10/+14
* don't touch RLIMIT:MEMBLOCK by default. This should improve out-of-the-box co...Lennart Poettering2007-11-131-1/+1
* add nice and rtprio resource limit support; make rtprio and nice level to use...Lennart Poettering2007-11-011-49/+128
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-68/+189
* 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-8/+8
* add new "disable-shm" server config optionLennart Poettering2006-08-191-9/+13
* remove all occurences of Lennart Poettering2006-08-181-6/+6
* add new command line option --no-cpu-limit. This is useful when running Pulse...Lennart Poettering2006-07-251-9/+13
* raise the default value for RLIMIT_NOFILE to 200 since 25 is apparently too s...Lennart Poettering2006-07-211-1/+1
* Fix incorrect call to nonexistant pa_log_warning().Pierre Ossman2006-07-201-1/+1
* Make sure parse_rlimit is only used when rlimits are supported.Pierre Ossman2006-07-201-1/+5
* add support to set resource limits for the daemon and set some of them to som...Lennart Poettering2006-07-201-0/+84
* * add new function pa_check_in_group()Lennart Poettering2006-07-191-2/+2
* * add new --system command line parameter to the daemon for running PulseAudi...Lennart Poettering2006-07-191-14/+8
* Make sure we print the file name we actually use.Pierre Ossman2006-06-301-1/+1
* s/POLYP/PULSE/gLennart Poettering2006-06-191-4/+4
* * more s/pulseaudio/PulseAudio/ replacementsLennart Poettering2006-06-191-3/+3
* big s/polyp/pulse/gLennart Poettering2006-06-191-13/+13
* * 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-1/+2
* 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/+2
* * add new parameter to pa_open_config_file() to specify open modeLennart Poettering2006-05-141-2/+2
* change pa_log() and friends to not require a trailing \n on all logged stringsLennart Poettering2006-02-231-4/+4
* Cleaned up the includes after the restructuring. Indicate which headers arePierre Ossman2006-02-171-1/+2
* Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman2006-02-161-0/+297