]> code.delx.au - pulseaudio/history - src/daemon/main.c
- Check process name when dealing with PID files
[pulseaudio] / src / daemon / main.c
2007-11-21 Lennart Poettering- Check process name when dealing with PID files
2007-11-01 Lennart Poetteringmake disallow-module-loading config option work again...
2007-11-01 Lennart Poetteringmake rtprio and nice level actually configurable
2007-11-01 Lennart Poetteringadd nice and rtprio resource limit support; make rtprio...
2007-10-29 Lennart Poetteringuse real path of binary instead of /proc/self/exe to...
2007-10-28 Lennart Poetteringmerge 'lennart' branch back into trunk.
2007-05-29 Pierre OssmanWe now use gid unconditionally, so make sure it's defined.
2007-05-25 Lennart Poetteringwhen called with the setid bit change euid to uid soone...
2007-02-13 Pierre OssmanAdd copyright notices to all relevant files. (based...
2007-01-04 Pierre OssmanHuge trailing whitespace cleanup. Let's keep the tree...
2006-08-22 Pierre OssmanImprove error messages a bit.
2006-08-19 Lennart Poetteringadd new "disable-shm" server config option
2006-08-18 Lennart Poetteringremove all occurences of
2006-08-18 Lennart PoetteringRework memory management to allow shared memory data...
2006-07-25 Lennart Poetteringadd new command line option --no-cpu-limit. This is...
2006-07-20 Pierre OssmanFix incorrect call to nonexistant pa_log_warning().
2006-07-20 Pierre OssmanOnly warn when running as root and not --system.
2006-07-20 Pierre OssmanCentralise check if we're running as root.
2006-07-20 Pierre OssmanMove check for SUID into the caps functions.
2006-07-20 Pierre OssmanHandle user switch in a more platform independent manner.
2006-07-20 Lennart Poetteringadd support to set resource limits for the daemon and...
2006-07-20 Pierre OssmanAdd missing header.
2006-07-20 Pierre OssmanMake -1 mean "current group/user" so that some platform...
2006-07-19 Lennart Poetteringadd a few comments
2006-07-19 Lennart Poettering* add new function pa_check_in_group()
2006-07-19 Lennart Poettering* add new --system command line parameter to the daemon...
2006-07-14 Lennart Poetteringtry to use send(,,MSG_NOSIGNAL) instead of write()...
2006-06-19 Lennart Poetteringbig s/polyp/pulse/g
2006-05-26 Lennart Poetteringdisable padsp for the polypaudio daemon itself by defin...
2006-05-25 Lennart Poettering* split pa_cstrerror() into its own file polypcore...
2006-05-22 Pierre OssmanWrap strerror() in a function that makes it thread...
2006-05-18 Pierre OssmanConvert log text to current locale before passing it...
2006-05-17 Lennart Poetteringfix include line for "core-util.h"
2006-05-17 Pierre OssmanMove xmalloc to the public side (libpolyp).
2006-04-19 Pierre OssmanHaving constant deferred events isn't allowed and cause...
2006-04-18 Pierre OssmanMake the probe for RNG sources at runtime since the...
2006-04-16 Lennart Poetteringinitialize random seed globaly from $RANDOM_DEVICE
2006-02-24 Lennart Poettering* Add new "auth-group=" parameter to protocol-native...
2006-02-23 Lennart Poetteringchange pa_log() and friends to not require a trailing...
2006-02-20 Lennart Poetteringdisable SIGPIPE before calling pa_core_new(), this...
2006-02-17 Pierre OssmanCleaned up the includes after the restructuring. Indica...
2006-02-16 Pierre OssmanReorganised the source tree. We now have src/ with...