summaryrefslogtreecommitdiffstats
path: root/src/daemon/daemon-conf.c
Commit message (Expand)AuthorAgeFilesLines
* conf: invert all negative boolean configuration optionLennart Poettering2009-08-121-6/+12
* daemon: enable real-time by defaultLennart Poettering2009-06-191-1/+1
* daemon: optionally call mlockall() on startupLennart Poettering2009-06-071-9/+10
* revive solaris moduleFinn Thain2009-03-031-2/+8
* Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie2009-03-031-1/+1
* introduce default channel map in addition to the default sample specLennart Poettering2009-02-211-125/+98
* daemon-conf: make sure c->log_level < LEVEL_MAXMarc-André Lureau2009-02-191-1/+1
* parse ini-style sections properlyLennart Poettering2009-02-051-60/+60
* move flat volume logic into the core. while doing so add n_volume_steps field...Lennart Poettering2009-01-271-0/+4
* check for availability of RLIMIT_NOFILE and RLIMIT_AS before we make use of itLennart Poettering2009-01-271-2/+18
* kill autoload stuff as plannedLennart Poettering2009-01-151-4/+0
* Make log meta, time, backtrace configurable using config fileLennart Poettering2008-10-211-73/+60
* Make the shared memory segment size configurableLennart Poettering2008-10-011-16/+20
* Add new option to disable remixing from/to LFE and set it to on by defaultLennart Poettering2008-09-051-16/+20
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-2/+2
* don't use PA_GCC_UNUSED anymoreLennart Poettering2008-08-091-11/+11
* add new switch --disallow-exitLennart Poettering2008-08-061-28/+32
* add i18n supportLennart Poettering2008-08-061-13/+14
* enable exit-on-idle by defaultLennart Poettering2008-07-221-1/+1
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* 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