summaryrefslogtreecommitdiffstats
path: root/src/daemon
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-202-4/+11
* Handle user switch in a more platform independent manner.Pierre Ossman2006-07-201-2/+18
* 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-204-1/+152
* 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-192-4/+3
* use access group dedclared in ~/.pulse/client.conf instead of PA_ACCESS_GROUPLennart Poettering2006-07-191-1/+1
* update @@ tokens according to recent Makefile.am changeLennart Poettering2006-07-192-3/+3
* * add new --system command line parameter to the daemon for running PulseAudi...Lennart Poettering2006-07-195-21/+151
* try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (whichLennart Poettering2006-07-142-7/+7
* Make sure we print the file name we actually use.Pierre Ossman2006-06-301-1/+1
* Fix the final few occurences of polyp.Pierre Ossman2006-06-202-2/+2
* s/POLYP/PULSE/gLennart Poettering2006-06-191-4/+4
* * more s/pulseaudio/PulseAudio/ replacementsLennart Poettering2006-06-191-3/+3
* replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio"Lennart Poettering2006-06-191-1/+1
* big s/polyp/pulse/gLennart Poettering2006-06-1916-105/+105
* * add new argument 'exit_on_eof' to module-cli and make use of it if "-C" is ...Lennart Poettering2006-06-181-1/+1
* actually build cpulimit support if SIGXCPU is availableLennart Poettering2006-06-021-3/+4
* drop the .sh suffix from esdcompatLennart Poettering2006-05-291-0/+0
* 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-253-3/+3
* Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman2006-05-224-5/+11
* Convert log text to current locale before passing it on to stderr or syslog.Pierre Ossman2006-05-181-0/+3
* Don't include util.h from core-util.h as it is not needed by many users.Pierre Ossman2006-05-181-1/+2
* fix include line for "core-util.h"Lennart Poettering2006-05-175-5/+5
* Move xmalloc to the public side (libpolyp).Pierre Ossman2006-05-173-3/+5
* more sensible default.pa fileLennart Poettering2006-05-171-22/+27
* * add new parameter to pa_open_config_file() to specify open modeLennart Poettering2006-05-141-2/+2
* glibc <= 2.2 has a broken unistd.h, lacking setresuid().Pierre Ossman2006-04-251-0/+6