| Commit message (Expand) | Author | Age | Files | Lines |
| * | replace a pa_assert() by an pa_assert_se() | Lennart Poettering | 2007-08-31 | 1 | -1/+1 |
| * | reorder initialization of pa_core variables | Lennart Poettering | 2007-08-30 | 1 | -7/+6 |
| * | drop check for gid < 500, since this isn't really a security improvement, re:... | Lennart Poettering | 2007-08-26 | 1 | -1/+1 |
| * | Add option --dump-resample-methods to list available resampler implementations | Lennart Poettering | 2007-08-25 | 1 | -0/+9 |
| * | reverse hrtimer check, add missing #include | Lennart Poettering | 2007-08-22 | 1 | -1/+2 |
| * | add message about hrtimers, and initialize pa_core::high_priority | Lennart Poettering | 2007-08-22 | 1 | -5/+13 |
| * | never stay root after startup, even if we don't have capabilites | Lennart Poettering | 2007-08-16 | 1 | -5/+14 |
| * | allow setting the default sample and fragment settings from the config file | Lennart Poettering | 2007-08-11 | 1 | -0/+3 |
| * | A lot of more work to get the lock-free stuff in place | Lennart Poettering | 2007-06-13 | 1 | -1/+1 |
| * | make untabify | Lennart Poettering | 2007-06-11 | 1 | -1/+1 |
| * | We now use gid unconditionally, so make sure it's defined. | Pierre Ossman | 2007-05-29 | 1 | -2/+0 |
| * | when called with the setid bit change euid to uid sooner to make sure that we... | Lennart Poettering | 2007-05-25 | 1 | -11/+18 |
| * | Add copyright notices to all relevant files. (based on svn log) | Pierre Ossman | 2007-02-13 | 1 | -0/+3 |
| * | Huge trailing whitespace cleanup. Let's keep the tree pure from here on, | Pierre Ossman | 2007-01-04 | 1 | -30/+30 |
| * | Improve error messages a bit. | Pierre Ossman | 2006-08-22 | 1 | -1/+3 |
| * | add new "disable-shm" server config option | Lennart Poettering | 2006-08-19 | 1 | -6/+9 |
| * | remove all occurences of | Lennart Poettering | 2006-08-18 | 1 | -34/+34 |
| * | Rework memory management to allow shared memory data transfer. The central idea | Lennart Poettering | 2006-08-18 | 1 | -1/+1 |
| * | add new command line option --no-cpu-limit. This is useful when running Pulse... | Lennart Poettering | 2006-07-25 | 1 | -5/+9 |
| * | Fix incorrect call to nonexistant pa_log_warning(). | Pierre Ossman | 2006-07-20 | 1 | -1/+1 |
| * | Only warn when running as root and not --system. | Pierre Ossman | 2006-07-20 | 1 | -2/+1 |
| * | Centralise check if we're running as root. | Pierre Ossman | 2006-07-20 | 1 | -4/+6 |
| * | Move check for SUID into the caps functions. | Pierre Ossman | 2006-07-20 | 1 | -4/+2 |
| * | Handle user switch in a more platform independent manner. | Pierre Ossman | 2006-07-20 | 1 | -2/+18 |
| * | add support to set resource limits for the daemon and set some of them to som... | Lennart Poettering | 2006-07-20 | 1 | -1/+36 |
| * | Add missing header. | Pierre Ossman | 2006-07-20 | 1 | -0/+1 |
| * | Make -1 mean "current group/user" so that some platform dependent calls | Pierre Ossman | 2006-07-20 | 1 | -1/+1 |
| * | add a few comments | Lennart Poettering | 2006-07-19 | 1 | -1/+9 |
| * | * add new function pa_check_in_group() | Lennart Poettering | 2006-07-19 | 1 | -2/+1 |
| * | * add new --system command line parameter to the daemon for running PulseAudi... | Lennart Poettering | 2006-07-19 | 1 | -5/+124 |
| * | try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (which | Lennart Poettering | 2006-07-14 | 1 | -5/+5 |
| * | big s/polyp/pulse/g | Lennart Poettering | 2006-06-19 | 1 | -21/+21 |
| * | disable padsp for the polypaudio daemon itself by defining the __padsp_disabl... | Lennart Poettering | 2006-05-26 | 1 | -0/+7 |
| * | * split pa_cstrerror() into its own file polypcore/core-error.[ch] | Lennart Poettering | 2006-05-25 | 1 | -1/+1 |
| * | Wrap strerror() in a function that makes it thread safe and converts the | Pierre Ossman | 2006-05-22 | 1 | -2/+3 |
| * | Convert log text to current locale before passing it on to stderr or syslog. | Pierre Ossman | 2006-05-18 | 1 | -0/+3 |
| * | fix include line for "core-util.h" | Lennart Poettering | 2006-05-17 | 1 | -1/+1 |
| * | Move xmalloc to the public side (libpolyp). | Pierre Ossman | 2006-05-17 | 1 | -1/+1 |
| * | Having constant deferred events isn't allowed and causes problems. Use timers | Pierre Ossman | 2006-04-19 | 1 | -5/+11 |
| * | Make the probe for RNG sources at runtime since the configure script isn't | Pierre Ossman | 2006-04-18 | 1 | -24/+2 |
| * | initialize random seed globaly from $RANDOM_DEVICE | Lennart Poettering | 2006-04-16 | 1 | -0/+25 |
| * | * Add new "auth-group=" parameter to protocol-native-unix | Lennart Poettering | 2006-02-24 | 1 | -1/+1 |
| * | change pa_log() and friends to not require a trailing \n on all logged strings | Lennart Poettering | 2006-02-23 | 1 | -23/+22 |
| * | disable SIGPIPE before calling pa_core_new(), this way the warning message is... | Lennart Poettering | 2006-02-20 | 1 | -11/+12 |
| * | Cleaned up the includes after the restructuring. Indicate which headers are | Pierre Ossman | 2006-02-17 | 1 | -8/+10 |
| * | Reorganised the source tree. We now have src/ with a couple of subdirs: | Pierre Ossman | 2006-02-16 | 1 | -0/+472 |