summaryrefslogtreecommitdiff
path: root/src/daemon/main.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-20mergedrtpollLennart Poettering1-194/+114
2009-03-03revive solaris moduleFinn Thain1-0/+2
2009-03-03Use LGPL 2.1 on all files previously using LGPL 2Colin Guthrie1-1/+1
2009-02-21rework logging to make it more modularLennart Poettering1-6/+9
2009-02-21make string translatable (fixes #483)Lennart Poettering1-2/+3
2009-02-21introduce default channel map in addition to the default sample specLennart Poettering1-0/+1
2009-02-19main: remove unused lf variableMarc-André Lureau1-4/+0
2009-02-18allow pa to be run in a chroot() environment tht lacks /procLennart Poettering1-2/+5
2009-01-28store the default sink/source in proper pa_sink*/pa_source* pointers instead ...Lennart Poettering1-5/+0
2009-01-27move flat volume logic into the core. while doing so add n_volume_steps field...Lennart Poettering1-0/+1
2009-01-27check for availability of RLIMIT_NOFILE and RLIMIT_AS before we make use of itLennart Poettering1-0/+2
2009-01-22add API pa_ncpus()Lennart Poettering1-0/+2
2009-01-22NetBSD doesn't know RLIMIT_ASJared D. McNeill1-0/+2
2009-01-16make use of PR_SET_TIMERSLACKLennart Poettering1-0/+2
2009-01-15kill autoload stuff as plannedLennart Poettering1-2/+1
2008-12-18Make sure we drop CAP_NICE if RT is not allowedLennart Poettering1-7/+39
2008-12-16Fix return value of --dump-resample-methodsLennart Poettering1-0/+1
2008-10-21Make log meta, time, backtrace configurable using config fileLennart Poettering1-0/+3
2008-10-19Fix spelling of priviligeLennart Poettering1-7/+7
2008-10-07Initialize exit_idle_time to -1 instead of 0 when in system mode.Lennart Poettering1-2/+2
2008-10-04show valgrind status on startupLennart Poettering1-0/+2
2008-10-01Make the shared memory segment size configurableLennart Poettering1-1/+1
2008-09-08move autospawn lock to pulsecore/ since we don't need it in the client anymoreLennart Poettering1-1/+1
2008-09-05Add new option to disable remixing from/to LFE and set it to on by defaultLennart Poettering1-0/+1
2008-09-05include build and runtime host information in debug outputLennart Poettering1-2/+7
2008-09-01include more build info in debug outputLennart Poettering1-0/+13
2008-08-29change default log level for the library to PA_LOG_ERROR to avoid spamming to...Lennart Poettering1-3/+3
2008-08-29Add CFLAGS information on start-upMarc-André Lureau1-0/+1
2008-08-09don't use PA_GCC_UNUSED anymoreLennart Poettering1-2/+2
2008-08-09rework autospawning code to survive multiple pa_contexts in a single processLennart Poettering1-10/+26
2008-08-09print reason when we fail to kill a running daemonLennart Poettering1-1/+1
2008-08-07print machine id during startupLennart Poettering1-1/+11
2008-08-06add a few configuration sanity checks for system modeLennart Poettering1-0/+16
2008-08-06add new switch --disallow-exitLennart Poettering1-0/+1
2008-08-06add i18n supportLennart Poettering1-57/+60
2008-07-30don't allow --start in system modeLennart Poettering1-0/+5
2008-07-30remove debug messageLennart Poettering1-2/+0
2008-07-22don't drop caps if we are started as normal root userLennart Poettering1-1/+1
2008-06-22support file-based capabilities instead of SUID root for giving PA rights to ...Lennart Poettering1-12/+19
2008-06-18get rid of svn $ keywordsLennart Poettering1-2/+0
2008-06-11add new switch --start to the PA binary which allows starting PA if it is not...Lennart Poettering1-6/+50
2008-05-21big mumbo jumo of interleaved patches.Lennart Poettering1-4/+20
2008-05-15merge glitch-free branch back into trunkLennart Poettering1-140/+157
2008-03-31merge r2187 from prepare-0.9.10Lennart Poettering1-6/+9
2008-03-31merge r2184 from prepare-0.9.10Lennart Poettering1-1/+2
2008-02-15only call pa_ltdl_done() if we called pa_ltdl_init() beforeLennart Poettering1-1/+4
2008-02-15print pa version id each time we start up, so that it is easier to identify t...Lennart Poettering1-2/+3
2007-11-21- Check process name when dealing with PID filesLennart Poettering1-40/+129
2007-11-01make disallow-module-loading config option work again (original patch from Di...Lennart Poettering1-2/+5
2007-11-01make rtprio and nice level actually configurableLennart Poettering1-3/+4