summaryrefslogtreecommitdiff
path: root/src/pulsecore/core-util.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-15core-util: when searching for configuration files, honour XDG basedir specLennart Poettering1-3/+10
2012-05-15core-util: move configuration home directory from ~/,pulse to ~/.config/pulse...Lennart Poettering1-17/+46
2012-05-15util: hook up pa_get_runtime_dir() with XDG_RUNTIME_DIRLennart Poettering1-7/+28
2012-05-15util: use the return value of gethosid() as fallback, not the address of the ...Lennart Poettering1-1/+1
2012-05-15util: /etc/machine-id should be tried first, the D-Bus only as fallback for l...Lennart Poettering1-3/+3
2012-05-15util: XDG_SESSION_COOKIE is unsuitable as session IDLennart Poettering1-1/+2
2012-03-28core-util: Attempt to make runtime paths smaller to avoid 108 char limit.Colin Guthrie1-5/+16
2011-12-20core: fix potential memory leakPeter Meerwald1-1/+3
2011-11-15core: Look up /etc/machine-id if D-Bus machine-id is not foundArun Raghavan1-1/+2
2011-10-28core: Add a string list membership check functionArun Raghavan1-0/+20
2011-08-25More spelling fixesMaarten Bosmans1-12/+11
2011-06-24win32: Make some unused-variable warnings go awayMaarten Bosmans1-8/+13
2011-05-06rtkit: use private bus connection in order to avoid threading issues when inv...Lennart Poettering1-1/+2
2011-03-28alsa-mixer: Get rid of a compiler warning.Tanu Kaskinen1-8/+23
2011-03-24Move compile-time checks around pa_run_from_build_tree to core-utilMaarten Bosmans1-3/+0
2011-03-24Merge remote-tracking branch 'zonique/osx'Colin Guthrie1-1/+37
2011-03-21osx: add routines for real-time thread schedulingDaniel Mack1-1/+37
2011-03-20Get rid of some warnings: -Wunsafe-loop-optimizationsMaarten Bosmans1-1/+1
2011-03-20Get rid of some warnings: -Wunused-resultMaarten Bosmans1-3/+4
2011-03-20Merge remote-tracking branch 'mkbosmans/mingw32-build'Colin Guthrie1-78/+45
2011-03-19Find modules and config files relative to the installed libraries.Maarten Bosmans1-78/+45
2011-03-18Fix up some double spacesMaarten Bosmans1-5/+5
2011-03-11Fix up according to Coding StyleMaarten Bosmans1-8/+5
2011-03-02Get rid of some unused-function compiler warningsMaarten Bosmans1-0/+4
2011-02-17win32: Implement rtclock based on QueryPerformanceCounterMaarten Bosmans1-2/+0
2011-02-17Implement some functions for win32Maarten Bosmans1-9/+53
2011-02-17Repair some typosMaarten Bosmans1-4/+4
2011-02-17Fix dependencies and include necessary headersMaarten Bosmans1-0/+1
2011-02-17Use PCRE if POSIX regex.h is not availableMaarten Bosmans1-1/+6
2011-02-17Apply #ifdefs around functionality not available on win32Maarten Bosmans1-2/+39
2011-02-17Use <pulsecore/socket.h> instead of <sys/socket.h>Maarten Bosmans1-2/+1
2011-02-17Use setenv instead of putenvMaarten Bosmans1-1/+1
2011-01-23Core: Fix incorrect check of return valueScott Reeves1-2/+2
2010-05-08core-util: ensure that we chmod only the dir we ourselves createdKees Cook1-5/+34
2010-02-21core-util: introduce generic function pa_strip()Lennart Poettering1-4/+24
2010-01-05fix a number of warningsDaniel Mack1-2/+2
2009-11-11core: make cpuid code compile cleanly with 32bit PICLennart Poettering1-2/+6
2009-11-05core-util: add call to detect if we are called from within a VMLennart Poettering1-0/+89
2009-10-31daemon: make sure pa has its own session and process group, but is not its le...Lennart Poettering1-0/+16
2009-10-30use pa_fopen_cloexec() where applicableLennart Poettering1-4/+4
2009-10-30core-util: introduce pa_fopen_cloexec()Lennart Poettering1-2/+27
2009-10-30core-util: make sure to enable FD_CLOEXEC unconditionally to cope with kernel...Lennart Poettering1-3/+12
2009-10-30use cloexec wrappers wherever applicableLennart Poettering1-4/+1
2009-10-30core-util: introduce FD_CLOEXEC wrappers for open/socket/pipe/acceptLennart Poettering1-0/+79
2009-10-02Merge branch 'master' into dbus-workTanu Kaskinen1-19/+71
2009-09-17core-util: unify how we determine the temporary directoryLennart Poettering1-10/+23
2009-09-17Improve TMPDIR handlingLennart Poettering1-1/+1
2009-09-08core-util: properly fill in exception array for pa_reset_sigs() (llvm-clang-a...Lennart Poettering1-1/+1
2009-09-08llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixesLennart Poettering1-8/+5
2009-09-02Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering1-0/+10