summaryrefslogtreecommitdiffstats
path: root/src/daemon
Commit message (Expand)AuthorAgeFilesLines
* add globally defined PA_PATH_SEP macro, replacing private per-file macrosLennart Poettering2007-09-111-10/+4
* 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
* update default config:Lennart Poettering2007-09-061-8/+14
* 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
* add a new module module-default-device-restore which automatically saves and ...Lennart Poettering2007-09-031-0/+3
* 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-023-5/+8
* make sure that we make include paths absolute before calling chdir()Lennart Poettering2007-08-311-2/+5
* 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-253-4/+20
* make speex resampler the defaultLennart Poettering2007-08-231-1/+1
* 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
* Keep CAP_SYS_NICE not only in PERMITTED but also in EFFECTIVE capsetLennart Poettering2007-08-161-6/+7
* load module-x11-xsmp from a /etc/xdg/autostart file, to make sure it is loade...Lennart Poettering2007-08-132-1/+12
* deactivate module-x11-xsmp by default, due to a deadlock when pa is being sta...Lennart Poettering2007-08-121-1/+2
* allow setting the default sample and fragment settings from the config fileLennart Poettering2007-08-114-54/+196
* Add X11 XSMP module for hooking into the X11 session manager, for being notif...Lennart Poettering2007-08-091-0/+3
* s/login.wav/startup3.wavLennart Poettering2007-08-091-1/+1
* update default configurationLennart Poettering2007-08-091-21/+20
* Convert most snprintf() calls to pa_snprintf()Lennart Poettering2007-07-252-3/+4
* 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
* Kill spaces on EOLLennart Poettering2007-05-291-4/+4
* 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-252-29/+33
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-1311-0/+27
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-0410-98/+98
* enable module-hal-detect in the default configuration file only if HAL suppor...Lennart Poettering2006-09-201-2/+2
* fix alsa-sink exampleLennart Poettering2006-09-071-1/+1
* fix esdcompat for non-gnu systemsLennart Poettering2006-09-021-1/+1
* activate HAL in the default configLennart Poettering2006-08-251-6/+13
* Improve error messages a bit.Pierre Ossman2006-08-221-1/+3
* add --disable-shm command line option to the daemonLennart Poettering2006-08-191-2/+11
* add "disable-shm=" to default daemon configuration fileLennart Poettering2006-08-191-0/+3
* add new "disable-shm" server config optionLennart Poettering2006-08-193-16/+24
* remove all occurences of Lennart Poettering2006-08-185-54/+54
* Rework memory management to allow shared memory data transfer. The central ideaLennart Poettering2006-08-181-1/+1
* Load module-rescue-streams by defaultLennart Poettering2006-08-131-0/+3
* fix two typos (pierre, have you been sleeping? next time please the comments ...Lennart Poettering2006-07-291-2/+2
* load module-gconf in default installLennart Poettering2006-07-271-1/+7
* add new command line option --no-cpu-limit. This is useful when running Pulse...Lennart Poettering2006-07-255-16/+42
* raise the default value for RLIMIT_NOFILE to 200 since 25 is apparently too s...Lennart Poettering2006-07-212-2/+2
* Fix incorrect call to nonexistant pa_log_warning().Pierre Ossman2006-07-202-2/+2
* Only warn when running as root and not --system.Pierre Ossman2006-07-201-2/+1