index
:
pulseaudio.git
0.9.15-stable
0.9.17-stable
0.9.18-stable
0.9.19-stable
0.9.20-stable
master
master-tx
merge-queue
rtpoll
stable-queue
tags/release-0.1
tags/release-0.2
tags/release-0.4
tags/release-0.5
tags/release-0.5.1
tags/release-0.6
tags/release-0.8
tags/release-0.8.1
tags/release-0.9.0
tags/release-0.9.1
tags/release-0.9.10
tags/release-0.9.2
tags/release-0.9.3
tags/release-0.9.4
tags/release-0.9.5
tags/release-0.9.6
tags/release-0.9.7
tags/release-0.9.8
tags/release-0.9.9
PulseAudio Sound Server
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
pulsecore
/
core-util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
A few MacOS X portability fixes
Lennart Poettering
2009-02-06
1
-0
/
+4
*
add new calls pa_replace() and pa_unescape()
Lennart Poettering
2009-02-04
1
-0
/
+47
*
add API pa_ncpus()
Lennart Poettering
2009-01-22
1
-0
/
+12
*
NetBSD doesn't know getgrnam_r()/getpwnam_r()
Jared D. McNeill
2009-01-22
1
-9
/
+39
*
Add new pa_reduce() and pa_gcd() functions
Lennart Poettering
2009-01-10
1
-0
/
+24
*
add new API function pa_in_valgrind() to check for
Lennart Poettering
2008-10-04
1
-0
/
+15
*
a few FreeBSD fixes, from alexis
Lennart Poettering
2008-10-01
1
-1
/
+1
*
have make_random_dir respect $TMPDIR
Stelian Ionescu
2008-09-29
1
-7
/
+19
*
make sure ~/.pulse exists before we create the runtime dir link beneath it
Lennart Poettering
2008-09-12
1
-3
/
+8
*
include build and runtime host information in debug output
Lennart Poettering
2008-09-05
1
-0
/
+8
*
Rework pa_machine_id() a bit
Lennart Poettering
2008-09-03
1
-10
/
+27
*
call close() in a loop to catch EINTR
Lennart Poettering
2008-08-26
1
-1
/
+9
*
add a few missing casts
Lennart Poettering
2008-08-20
1
-1
/
+1
*
add a few more gcc warning flags and fix quite a few problems found by doing so
Lennart Poettering
2008-08-19
1
-35
/
+38
*
free regex_t after use
Lennart Poettering
2008-08-09
1
-4
/
+11
*
set errno properly in all functions from core-util.c
Lennart Poettering
2008-08-09
1
-23
/
+95
*
add locale support to pa_parse_boolean()
Lennart Poettering
2008-08-09
1
-0
/
+35
*
remove some leftover debug string
Lennart Poettering
2008-08-07
1
-1
/
+1
*
Modify pa_state_path() to take an additional argument for prepending the mach...
Lennart Poettering
2008-08-07
1
-5
/
+18
*
Rework state/runtime directory logic
Lennart Poettering
2008-08-07
1
-26
/
+221
*
add new function pa_machine_id()
Lennart Poettering
2008-08-07
1
-0
/
+44
*
fix a few potential bad memory accesses
Lennart Poettering
2008-08-06
1
-2
/
+7
*
don't pass rediculously high values to umask()
Lennart Poettering
2008-07-30
1
-1
/
+1
*
fix two thinkos in signal reset/close_all code
Lennart Poettering
2008-07-29
1
-9
/
+14
*
Properly check for home directory
Lennart Poettering
2008-06-21
1
-6
/
+4
*
get rid of svn $ keywords
Lennart Poettering
2008-06-18
1
-2
/
+0
*
replace pa_atof() by pa_atod() because floats are lame
Lennart Poettering
2008-06-11
1
-9
/
+5
*
add new functions pa_state_path()/pa_get_state_dir(), change return value of ...
Lennart Poettering
2008-05-21
1
-11
/
+53
*
fix pa_close_all() to make it actually work as advertised
Lennart Poettering
2008-05-18
1
-11
/
+20
*
merge glitch-free branch back into trunk
Lennart Poettering
2008-05-15
1
-94
/
+517
*
make sure to create ~/.pulse before using any configuration file from it
Lennart Poettering
2007-11-24
1
-1
/
+8
*
Properly terminate pa_readlink() strings. Patch from Sjoerd Simons. Closes #149
Lennart Poettering
2007-11-04
1
-1
/
+1
*
make rtprio and nice level actually configurable
Lennart Poettering
2007-11-01
1
-24
/
+63
*
fix comment
Lennart Poettering
2007-11-01
1
-1
/
+1
*
make gcc shut up a bit more
Lennart Poettering
2007-10-29
1
-1
/
+1
*
add new pa_readlink() API
Lennart Poettering
2007-10-29
1
-0
/
+24
*
merge 'lennart' branch back into trunk.
Lennart Poettering
2007-10-28
1
-167
/
+472
*
Kill spaces on EOL
Lennart Poettering
2007-05-29
1
-2
/
+2
*
build fix for systems lacking capability suppoort. (Problem identified and or...
Lennart Poettering
2007-05-28
1
-0
/
+4
*
when called with the setid bit change euid to uid sooner to make sure that we...
Lennart Poettering
2007-05-25
1
-3
/
+33
*
Add a wrapper around close() to work around Windows' ass backwards way of
Pierre Ossman
2007-02-14
1
-1
/
+21
*
Add copyright notices to all relevant files. (based on svn log)
Pierre Ossman
2007-02-13
1
-0
/
+4
*
Don't abort config loading when the user specific cannot be loaded.
Pierre Ossman
2007-02-05
1
-2
/
+8
*
Huge trailing whitespace cleanup. Let's keep the tree pure from here on,
Pierre Ossman
2007-01-04
1
-77
/
+77
*
Improve error messages a bit.
Pierre Ossman
2006-08-22
1
-1
/
+1
*
remove all occurences of
Lennart Poettering
2006-08-18
1
-26
/
+26
*
Make -1 mean "current group/user" so that some platform dependent calls
Pierre Ossman
2006-07-20
1
-0
/
+4
*
* add new function pa_check_in_group()
Lennart Poettering
2006-07-19
1
-17
/
+44
*
* add new --system command line parameter to the daemon for running PulseAudi...
Lennart Poettering
2006-07-19
1
-19
/
+67
*
Restore SIGPIPE warning when the platform doesn't have MSG_NOSIGNAL.
Pierre Ossman
2006-07-17
1
-0
/
+5
[next]