summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core-util.c
Commit message (Expand)AuthorAgeFilesLines
* Assorted minor Windows compatibility fixes for recent code updates.Pierre Ossman2007-10-031-2/+43
* Incorrectly used str2sig() instead of sig2str().Pierre Ossman2007-09-281-1/+1
* use O_NOFOLLOW when creating lock files, tooLennart Poettering2007-09-231-38/+41
* make O_CLOEXEC, O_NONBLOCK and socket low latency fd ops more uniform: always...Lennart Poettering2007-09-191-29/+29
* strtof() is a rather recent addition to C. Fall back to strtod() if it isn'tPierre Ossman2007-09-181-0/+4
* NSIG is not defined by neither C99 nor POSIX so we can't rely on it.Pierre Ossman2007-09-181-2/+7
* add a locale-independant pa_atof() implementationLennart Poettering2007-09-171-2/+59
* Rename pa_strsignal() to pa_sig2str(), since we return the symbolical signal ...Lennart Poettering2007-09-171-16/+79
* drop a couple of WARNING prefixes in log messages, since we have pa_log_warn ...Lennart Poettering2007-09-171-8/+6
* add new pa_pipe_close() API to close two fds at the same timeLennart Poettering2007-09-121-0/+13
* consolidate close() calls to pa_close(), and make sure on every occasion that...Lennart Poettering2007-09-121-19/+17
* remaining s/assert/pa_assert/ and refcnt.h modernizationsLennart Poettering2007-09-111-24/+36
* add globally defined PA_PATH_SEP macro, replacing private per-file macrosLennart Poettering2007-09-111-5/+3
* posix_madvise and posix_fadvise aren't present on all systems.Pierre Ossman2007-09-101-3/+5
* Allow compilation without libsamplerate; based on patch from Marc-Andre Lurea...Lennart Poettering2007-09-021-0/+2
* add new pa_will_need() API for paging in memoryLennart Poettering2007-09-021-0/+70
* add two new functions pa_make_path_absolute()/pa_getcwd()Lennart Poettering2007-08-311-0/+33
* make pa_make_power_of_two() and pa_is_power_of_two() inline functionsLennart Poettering2007-08-221-18/+0
* add pa_is_power_of_two() and pa_make_power_of_two() functionsLennart Poettering2007-08-221-0/+18
* seperately get high nice level and acquire realtime schedLennart Poettering2007-08-161-64/+31
* add pa_truncate_utf8() function for truncating a string and guaranteeing it s...Lennart Poettering2007-08-161-0/+18
* 64 bit fixes and minor gcc shut upsLennart Poettering2007-08-121-1/+1
* Convert most snprintf() calls to pa_snprintf()Lennart Poettering2007-07-251-7/+10
* add our own implementation for pa_snprintf() because NUL termination is appar...Lennart Poettering2007-07-251-1/+19
* Kill spaces on EOLLennart Poettering2007-05-291-2/+2
* build fix for systems lacking capability suppoort. (Problem identified and or...Lennart Poettering2007-05-281-0/+4
* when called with the setid bit change euid to uid sooner to make sure that we...Lennart Poettering2007-05-251-3/+33
* Add a wrapper around close() to work around Windows' ass backwards way ofPierre Ossman2007-02-141-1/+21
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+4
* Don't abort config loading when the user specific cannot be loaded.Pierre Ossman2007-02-051-2/+8
* Huge trailing whitespace cleanup. Let's keep the tree pure from here on,Pierre Ossman2007-01-041-77/+77
* Improve error messages a bit.Pierre Ossman2006-08-221-1/+1
* remove all occurences of Lennart Poettering2006-08-181-26/+26
* Make -1 mean "current group/user" so that some platform dependent callsPierre Ossman2006-07-201-0/+4
* * add new function pa_check_in_group()Lennart Poettering2006-07-191-17/+44
* * add new --system command line parameter to the daemon for running PulseAudi...Lennart Poettering2006-07-191-19/+67
* Restore SIGPIPE warning when the platform doesn't have MSG_NOSIGNAL.Pierre Ossman2006-07-171-0/+5
* try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (whichLennart Poettering2006-07-141-25/+58
* s/POLYP/PULSE/gLennart Poettering2006-06-191-5/+5
* * more s/pulseaudio/PulseAudio/ replacementsLennart Poettering2006-06-191-3/+3
* big s/polyp/pulse/gLennart Poettering2006-06-191-0/+1023