summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core-util.c
Commit message (Expand)AuthorAgeFilesLines
* add new API function pa_in_valgrind() to check forLennart Poettering2008-10-041-0/+15
* a few FreeBSD fixes, from alexisLennart Poettering2008-10-011-1/+1
* have make_random_dir respect $TMPDIRStelian Ionescu2008-09-291-7/+19
* make sure ~/.pulse exists before we create the runtime dir link beneath itLennart Poettering2008-09-121-3/+8
* include build and runtime host information in debug outputLennart Poettering2008-09-051-0/+8
* Rework pa_machine_id() a bitLennart Poettering2008-09-031-10/+27
* call close() in a loop to catch EINTRLennart Poettering2008-08-261-1/+9
* add a few missing castsLennart Poettering2008-08-201-1/+1
* add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering2008-08-191-35/+38
* free regex_t after useLennart Poettering2008-08-091-4/+11
* set errno properly in all functions from core-util.cLennart Poettering2008-08-091-23/+95
* add locale support to pa_parse_boolean()Lennart Poettering2008-08-091-0/+35
* remove some leftover debug stringLennart Poettering2008-08-071-1/+1
* Modify pa_state_path() to take an additional argument for prepending the mach...Lennart Poettering2008-08-071-5/+18
* Rework state/runtime directory logicLennart Poettering2008-08-071-26/+221
* add new function pa_machine_id()Lennart Poettering2008-08-071-0/+44
* fix a few potential bad memory accessesLennart Poettering2008-08-061-2/+7
* don't pass rediculously high values to umask()Lennart Poettering2008-07-301-1/+1
* fix two thinkos in signal reset/close_all codeLennart Poettering2008-07-291-9/+14
* Properly check for home directoryLennart Poettering2008-06-211-6/+4
* get rid of svn $ keywordsLennart Poettering2008-06-181-2/+0
* replace pa_atof() by pa_atod() because floats are lameLennart Poettering2008-06-111-9/+5
* add new functions pa_state_path()/pa_get_state_dir(), change return value of ...Lennart Poettering2008-05-211-11/+53
* fix pa_close_all() to make it actually work as advertisedLennart Poettering2008-05-181-11/+20
* merge glitch-free branch back into trunkLennart Poettering2008-05-151-94/+517
* make sure to create ~/.pulse before using any configuration file from itLennart Poettering2007-11-241-1/+8
* Properly terminate pa_readlink() strings. Patch from Sjoerd Simons. Closes #149Lennart Poettering2007-11-041-1/+1
* make rtprio and nice level actually configurableLennart Poettering2007-11-011-24/+63
* fix commentLennart Poettering2007-11-011-1/+1
* make gcc shut up a bit moreLennart Poettering2007-10-291-1/+1
* add new pa_readlink() APILennart Poettering2007-10-291-0/+24
* merge 'lennart' branch back into trunk.Lennart Poettering2007-10-281-167/+472
* 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