]> code.delx.au - pulseaudio/history - src/daemon/main.c
add support to set resource limits for the daemon and set some of them to some sane...
[pulseaudio] / src / daemon / main.c
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...