index
:
~arun/pulseaudio
b2g
beamformer
bluetooth
bt-passthrough
gst-rtp
hsp-review
jackhwmute-review
json
master
meson
passthrough-hbr
stable-7.x
vff
volume-ramping
webrtc
Various PulseAudio hacks and WIP work
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pulsecore
/
core-util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-15
core-util: when searching for configuration files, honour XDG basedir spec
Lennart Poettering
1
-3
/
+10
2012-05-15
core-util: move configuration home directory from ~/,pulse to ~/.config/pulse...
Lennart Poettering
1
-17
/
+46
2012-05-15
util: hook up pa_get_runtime_dir() with XDG_RUNTIME_DIR
Lennart Poettering
1
-7
/
+28
2012-05-15
util: use the return value of gethosid() as fallback, not the address of the ...
Lennart Poettering
1
-1
/
+1
2012-05-15
util: /etc/machine-id should be tried first, the D-Bus only as fallback for l...
Lennart Poettering
1
-3
/
+3
2012-05-15
util: XDG_SESSION_COOKIE is unsuitable as session ID
Lennart Poettering
1
-1
/
+2
2012-03-28
core-util: Attempt to make runtime paths smaller to avoid 108 char limit.
Colin Guthrie
1
-5
/
+16
2011-12-20
core: fix potential memory leak
Peter Meerwald
1
-1
/
+3
2011-11-15
core: Look up /etc/machine-id if D-Bus machine-id is not found
Arun Raghavan
1
-1
/
+2
2011-10-28
core: Add a string list membership check function
Arun Raghavan
1
-0
/
+20
2011-08-25
More spelling fixes
Maarten Bosmans
1
-12
/
+11
2011-06-24
win32: Make some unused-variable warnings go away
Maarten Bosmans
1
-8
/
+13
2011-05-06
rtkit: use private bus connection in order to avoid threading issues when inv...
Lennart Poettering
1
-1
/
+2
2011-03-28
alsa-mixer: Get rid of a compiler warning.
Tanu Kaskinen
1
-8
/
+23
2011-03-24
Move compile-time checks around pa_run_from_build_tree to core-util
Maarten Bosmans
1
-3
/
+0
2011-03-24
Merge remote-tracking branch 'zonique/osx'
Colin Guthrie
1
-1
/
+37
2011-03-21
osx: add routines for real-time thread scheduling
Daniel Mack
1
-1
/
+37
2011-03-20
Get rid of some warnings: -Wunsafe-loop-optimizations
Maarten Bosmans
1
-1
/
+1
2011-03-20
Get rid of some warnings: -Wunused-result
Maarten Bosmans
1
-3
/
+4
2011-03-20
Merge remote-tracking branch 'mkbosmans/mingw32-build'
Colin Guthrie
1
-78
/
+45
2011-03-19
Find modules and config files relative to the installed libraries.
Maarten Bosmans
1
-78
/
+45
2011-03-18
Fix up some double spaces
Maarten Bosmans
1
-5
/
+5
2011-03-11
Fix up according to Coding Style
Maarten Bosmans
1
-8
/
+5
2011-03-02
Get rid of some unused-function compiler warnings
Maarten Bosmans
1
-0
/
+4
2011-02-17
win32: Implement rtclock based on QueryPerformanceCounter
Maarten Bosmans
1
-2
/
+0
2011-02-17
Implement some functions for win32
Maarten Bosmans
1
-9
/
+53
2011-02-17
Repair some typos
Maarten Bosmans
1
-4
/
+4
2011-02-17
Fix dependencies and include necessary headers
Maarten Bosmans
1
-0
/
+1
2011-02-17
Use PCRE if POSIX regex.h is not available
Maarten Bosmans
1
-1
/
+6
2011-02-17
Apply #ifdefs around functionality not available on win32
Maarten Bosmans
1
-2
/
+39
2011-02-17
Use <pulsecore/socket.h> instead of <sys/socket.h>
Maarten Bosmans
1
-2
/
+1
2011-02-17
Use setenv instead of putenv
Maarten Bosmans
1
-1
/
+1
2011-01-23
Core: Fix incorrect check of return value
Scott Reeves
1
-2
/
+2
2010-05-08
core-util: ensure that we chmod only the dir we ourselves created
Kees Cook
1
-5
/
+34
2010-02-21
core-util: introduce generic function pa_strip()
Lennart Poettering
1
-4
/
+24
2010-01-05
fix a number of warnings
Daniel Mack
1
-2
/
+2
2009-11-11
core: make cpuid code compile cleanly with 32bit PIC
Lennart Poettering
1
-2
/
+6
2009-11-05
core-util: add call to detect if we are called from within a VM
Lennart Poettering
1
-0
/
+89
2009-10-31
daemon: make sure pa has its own session and process group, but is not its le...
Lennart Poettering
1
-0
/
+16
2009-10-30
use pa_fopen_cloexec() where applicable
Lennart Poettering
1
-4
/
+4
2009-10-30
core-util: introduce pa_fopen_cloexec()
Lennart Poettering
1
-2
/
+27
2009-10-30
core-util: make sure to enable FD_CLOEXEC unconditionally to cope with kernel...
Lennart Poettering
1
-3
/
+12
2009-10-30
use cloexec wrappers wherever applicable
Lennart Poettering
1
-4
/
+1
2009-10-30
core-util: introduce FD_CLOEXEC wrappers for open/socket/pipe/accept
Lennart Poettering
1
-0
/
+79
2009-10-02
Merge branch 'master' into dbus-work
Tanu Kaskinen
1
-19
/
+71
2009-09-17
core-util: unify how we determine the temporary directory
Lennart Poettering
1
-10
/
+23
2009-09-17
Improve TMPDIR handling
Lennart Poettering
1
-1
/
+1
2009-09-08
core-util: properly fill in exception array for pa_reset_sigs() (llvm-clang-a...
Lennart Poettering
1
-1
/
+1
2009-09-08
llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixes
Lennart Poettering
1
-8
/
+5
2009-09-02
Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio
Lennart Poettering
1
-0
/
+10
[prev]
[next]