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
/
daemon
/
daemon-conf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
win32: Make some unused-variable warnings go away
Maarten Bosmans
2011-06-24
1
-4
/
+7
*
Disable check for pthreads on win32
Fritz Elfert
2011-06-18
1
-1
/
+3
*
log: Correct bad function implementation
Vincent Becker
2011-03-24
1
-17
/
+15
*
Move compile-time checks around pa_run_from_build_tree to core-util
Maarten Bosmans
2011-03-24
1
-10
/
+1
*
win32: Simplify dl_search_path code
Maarten Bosmans
2011-03-24
1
-13
/
+6
*
Merge remote-tracking branch 'mkbosmans/mingw32-build'
Colin Guthrie
2011-03-20
1
-0
/
+14
|
\
|
*
Find modules and config files relative to the installed libraries.
Maarten Bosmans
2011-03-19
1
-0
/
+14
*
|
log: Add a new log target to a file descriptor
Vincent Becker
2011-03-18
1
-0
/
+21
*
|
Get rid of some unused-function compiler warnings
Maarten Bosmans
2011-03-02
1
-4
/
+2
|
/
*
Apply #ifdefs around functionality not available on win32
Maarten Bosmans
2011-02-17
1
-0
/
+5
*
daemon-conf: Add sync volume parameters to daemon-conf
Jyri Sarha
2010-10-16
1
-0
/
+9
*
fix a number of warnings
Daniel Mack
2010-01-05
1
-0
/
+4
*
use pa_fopen_cloexec() where applicable
Lennart Poettering
2009-10-30
1
-2
/
+2
*
Merge branch 'master' into dbus-work
Tanu Kaskinen
2009-10-02
1
-1
/
+1
|
\
|
*
daemon: disable CPU load limiter by default
Lennart Poettering
2009-09-04
1
-1
/
+1
*
|
Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-work
Tanu Kaskinen
2009-08-24
1
-2
/
+18
|
\
|
|
*
adjust various data/library paths automatically if we are run from a build tree
Lennart Poettering
2009-08-21
1
-2
/
+18
*
|
Merge branch 'master' of git://0pointer.de/pulseaudio into dbus-work
Tanu Kaskinen
2009-08-16
1
-6
/
+12
|
\
|
|
*
conf: invert all negative boolean configuration option
Lennart Poettering
2009-08-12
1
-6
/
+12
*
|
Merge branch 'master' into dbus-work
Tanu Kaskinen
2009-06-29
1
-16
/
+18
|
\
|
|
*
daemon: enable real-time by default
Lennart Poettering
2009-06-19
1
-1
/
+1
|
*
daemon: optionally call mlockall() on startup
Lennart Poettering
2009-06-07
1
-9
/
+10
*
|
daemon: Implement the DBus server lookup service.
Tanu Kaskinen
2009-06-12
1
-0
/
+48
|
/
*
revive solaris module
Finn Thain
2009-03-03
1
-2
/
+8
*
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
2009-03-03
1
-1
/
+1
*
introduce default channel map in addition to the default sample spec
Lennart Poettering
2009-02-21
1
-125
/
+98
*
daemon-conf: make sure c->log_level < LEVEL_MAX
Marc-André Lureau
2009-02-19
1
-1
/
+1
*
parse ini-style sections properly
Lennart Poettering
2009-02-05
1
-60
/
+60
*
move flat volume logic into the core. while doing so add n_volume_steps field...
Lennart Poettering
2009-01-27
1
-0
/
+4
*
check for availability of RLIMIT_NOFILE and RLIMIT_AS before we make use of it
Lennart Poettering
2009-01-27
1
-2
/
+18
*
kill autoload stuff as planned
Lennart Poettering
2009-01-15
1
-4
/
+0
*
Make log meta, time, backtrace configurable using config file
Lennart Poettering
2008-10-21
1
-73
/
+60
*
Make the shared memory segment size configurable
Lennart Poettering
2008-10-01
1
-16
/
+20
*
Add new option to disable remixing from/to LFE and set it to on by default
Lennart Poettering
2008-09-05
1
-16
/
+20
*
add a few more gcc warning flags and fix quite a few problems found by doing so
Lennart Poettering
2008-08-19
1
-2
/
+2
*
don't use PA_GCC_UNUSED anymore
Lennart Poettering
2008-08-09
1
-11
/
+11
*
add new switch --disallow-exit
Lennart Poettering
2008-08-06
1
-28
/
+32
*
add i18n support
Lennart Poettering
2008-08-06
1
-13
/
+14
*
enable exit-on-idle by default
Lennart Poettering
2008-07-22
1
-1
/
+1
*
get rid of svn $ keywords
Lennart Poettering
2008-06-18
1
-2
/
+0
*
fix a compiler warning
Lennart Poettering
2008-05-21
1
-2
/
+2
*
merge glitch-free branch back into trunk
Lennart Poettering
2008-05-15
1
-37
/
+141
*
- Check process name when dealing with PID files
Lennart Poettering
2007-11-21
1
-10
/
+14
*
don't touch RLIMIT:MEMBLOCK by default. This should improve out-of-the-box co...
Lennart Poettering
2007-11-13
1
-1
/
+1
*
add nice and rtprio resource limit support; make rtprio and nice level to use...
Lennart Poettering
2007-11-01
1
-49
/
+128
*
merge 'lennart' branch back into trunk.
Lennart Poettering
2007-10-28
1
-68
/
+189
*
Add copyright notices to all relevant files. (based on svn log)
Pierre Ossman
2007-02-13
1
-0
/
+3
*
Huge trailing whitespace cleanup. Let's keep the tree pure from here on,
Pierre Ossman
2007-01-04
1
-8
/
+8
*
add new "disable-shm" server config option
Lennart Poettering
2006-08-19
1
-9
/
+13
*
remove all occurences of
Lennart Poettering
2006-08-18
1
-6
/
+6
[next]