summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core-util.c
Commit message (Expand)AuthorAgeFilesLines
* alsa-mixer: Get rid of a compiler warning.Tanu Kaskinen2011-03-281-8/+23
* Move compile-time checks around pa_run_from_build_tree to core-utilMaarten Bosmans2011-03-241-3/+0
* Merge remote-tracking branch 'zonique/osx'Colin Guthrie2011-03-241-1/+37
|\
| * osx: add routines for real-time thread schedulingDaniel Mack2011-03-211-1/+37
* | Get rid of some warnings: -Wunsafe-loop-optimizationsMaarten Bosmans2011-03-201-1/+1
* | Get rid of some warnings: -Wunused-resultMaarten Bosmans2011-03-201-3/+4
* | Merge remote-tracking branch 'mkbosmans/mingw32-build'Colin Guthrie2011-03-201-78/+45
|\ \ | |/ |/|
| * Find modules and config files relative to the installed libraries.Maarten Bosmans2011-03-191-78/+45
* | Fix up some double spacesMaarten Bosmans2011-03-181-5/+5
* | Fix up according to Coding StyleMaarten Bosmans2011-03-111-8/+5
* | Get rid of some unused-function compiler warningsMaarten Bosmans2011-03-021-0/+4
|/
* win32: Implement rtclock based on QueryPerformanceCounterMaarten Bosmans2011-02-171-2/+0
* Implement some functions for win32Maarten Bosmans2011-02-171-9/+53
* Repair some typosMaarten Bosmans2011-02-171-4/+4
* Fix dependencies and include necessary headersMaarten Bosmans2011-02-171-0/+1
* Use PCRE if POSIX regex.h is not availableMaarten Bosmans2011-02-171-1/+6
* Apply #ifdefs around functionality not available on win32Maarten Bosmans2011-02-171-2/+39
* Use <pulsecore/socket.h> instead of <sys/socket.h>Maarten Bosmans2011-02-171-2/+1
* Use setenv instead of putenvMaarten Bosmans2011-02-171-1/+1
* Core: Fix incorrect check of return valueScott Reeves2011-01-231-2/+2
* core-util: ensure that we chmod only the dir we ourselves createdKees Cook2010-05-081-5/+34
* core-util: introduce generic function pa_strip()Lennart Poettering2010-02-211-4/+24
* fix a number of warningsDaniel Mack2010-01-051-2/+2
* core: make cpuid code compile cleanly with 32bit PICLennart Poettering2009-11-111-2/+6
* core-util: add call to detect if we are called from within a VMLennart Poettering2009-11-051-0/+89
* daemon: make sure pa has its own session and process group, but is not its le...Lennart Poettering2009-10-311-0/+16
* use pa_fopen_cloexec() where applicableLennart Poettering2009-10-301-4/+4
* core-util: introduce pa_fopen_cloexec()Lennart Poettering2009-10-301-2/+27
* core-util: make sure to enable FD_CLOEXEC unconditionally to cope with kernel...Lennart Poettering2009-10-301-3/+12
* use cloexec wrappers wherever applicableLennart Poettering2009-10-301-4/+1
* core-util: introduce FD_CLOEXEC wrappers for open/socket/pipe/acceptLennart Poettering2009-10-301-0/+79
* Merge branch 'master' into dbus-workTanu Kaskinen2009-10-021-19/+71
|\
| * core-util: unify how we determine the temporary directoryLennart Poettering2009-09-171-10/+23
| * Improve TMPDIR handlingLennart Poettering2009-09-171-1/+1
| * core-util: properly fill in exception array for pa_reset_sigs() (llvm-clang-a...Lennart Poettering2009-09-081-1/+1
| * llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixesLennart Poettering2009-09-081-8/+5
| * Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudioLennart Poettering2009-09-021-0/+10
| |\
| | * core-util: call dbus_connection_set_exit_on_disconnect() on shared busses to ...Lennart Poettering2009-09-021-0/+10
| * | core-util: don't leak memory in pa_unset_env_recorded()Lennart Poettering2009-09-021-2/+4
| |/
| * core-util: add api for setting env vars and record them so that we can undo t...Lennart Poettering2009-09-021-0/+30
* | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-workTanu Kaskinen2009-08-301-6/+6
|\|
| * core-util: Fix logic of pa_make_path_absolute()Andy Shevchenko2009-08-281-6/+6
* | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-workTanu Kaskinen2009-08-241-95/+42
|\|
| * port a few things over to use xmalloc and friends instead of low-level libc m...Lennart Poettering2009-08-231-1/+1
| * core: Add thread-safe group info functions with dynamic buffersTed Percival2009-08-221-86/+20
| * adjust various data/library paths automatically if we are run from a build treeLennart Poettering2009-08-211-0/+19
| * core: check return value of getgrnam_r() instead of errnoLennart Poettering2009-08-201-40/+34
* | Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-workTanu Kaskinen2009-08-161-15/+104
|\|
| * core-util: move personality resetting into core-utilLennart Poettering2009-08-121-0/+13
| * core-util: replace remaining fixed size destination string functions by _mall...Lennart Poettering2009-08-011-11/+63