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
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the shared memory segment size configurable
Lennart Poettering
2008-10-01
1
-1
/
+1
*
move autospawn lock to pulsecore/ since we don't need it in the client anymore
Lennart Poettering
2008-09-08
1
-1
/
+1
*
Add new option to disable remixing from/to LFE and set it to on by default
Lennart Poettering
2008-09-05
1
-0
/
+1
*
include build and runtime host information in debug output
Lennart Poettering
2008-09-05
1
-2
/
+7
*
include more build info in debug output
Lennart Poettering
2008-09-01
1
-0
/
+13
*
change default log level for the library to PA_LOG_ERROR to avoid spamming to...
Lennart Poettering
2008-08-29
1
-3
/
+3
*
Add CFLAGS information on start-up
Marc-André Lureau
2008-08-29
1
-0
/
+1
*
don't use PA_GCC_UNUSED anymore
Lennart Poettering
2008-08-09
1
-2
/
+2
*
rework autospawning code to survive multiple pa_contexts in a single process
Lennart Poettering
2008-08-09
1
-10
/
+26
*
print reason when we fail to kill a running daemon
Lennart Poettering
2008-08-09
1
-1
/
+1
*
print machine id during startup
Lennart Poettering
2008-08-07
1
-1
/
+11
*
add a few configuration sanity checks for system mode
Lennart Poettering
2008-08-06
1
-0
/
+16
*
add new switch --disallow-exit
Lennart Poettering
2008-08-06
1
-0
/
+1
*
add i18n support
Lennart Poettering
2008-08-06
1
-57
/
+60
*
don't allow --start in system mode
Lennart Poettering
2008-07-30
1
-0
/
+5
*
remove debug message
Lennart Poettering
2008-07-30
1
-2
/
+0
*
don't drop caps if we are started as normal root user
Lennart Poettering
2008-07-22
1
-1
/
+1
*
support file-based capabilities instead of SUID root for giving PA rights to ...
Lennart Poettering
2008-06-22
1
-12
/
+19
*
get rid of svn $ keywords
Lennart Poettering
2008-06-18
1
-2
/
+0
*
add new switch --start to the PA binary which allows starting PA if it is not...
Lennart Poettering
2008-06-11
1
-6
/
+50
*
big mumbo jumo of interleaved patches.
Lennart Poettering
2008-05-21
1
-4
/
+20
*
merge glitch-free branch back into trunk
Lennart Poettering
2008-05-15
1
-140
/
+157
*
merge r2187 from prepare-0.9.10
Lennart Poettering
2008-03-31
1
-6
/
+9
*
merge r2184 from prepare-0.9.10
Lennart Poettering
2008-03-31
1
-1
/
+2
*
only call pa_ltdl_done() if we called pa_ltdl_init() before
Lennart Poettering
2008-02-15
1
-1
/
+4
*
print pa version id each time we start up, so that it is easier to identify t...
Lennart Poettering
2008-02-15
1
-2
/
+3
*
- Check process name when dealing with PID files
Lennart Poettering
2007-11-21
1
-40
/
+129
*
make disallow-module-loading config option work again (original patch from Di...
Lennart Poettering
2007-11-01
1
-2
/
+5
*
make rtprio and nice level actually configurable
Lennart Poettering
2007-11-01
1
-3
/
+4
*
add nice and rtprio resource limit support; make rtprio and nice level to use...
Lennart Poettering
2007-11-01
1
-0
/
+6
*
use real path of binary instead of /proc/self/exe to execute ourselves
Lennart Poettering
2007-10-29
1
-2
/
+5
*
merge 'lennart' branch back into trunk.
Lennart Poettering
2007-10-28
1
-54
/
+110
*
We now use gid unconditionally, so make sure it's defined.
Pierre Ossman
2007-05-29
1
-2
/
+0
*
when called with the setid bit change euid to uid sooner to make sure that we...
Lennart Poettering
2007-05-25
1
-11
/
+18
*
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
-30
/
+30
*
Improve error messages a bit.
Pierre Ossman
2006-08-22
1
-1
/
+3
*
add new "disable-shm" server config option
Lennart Poettering
2006-08-19
1
-6
/
+9
*
remove all occurences of
Lennart Poettering
2006-08-18
1
-34
/
+34
*
Rework memory management to allow shared memory data transfer. The central idea
Lennart Poettering
2006-08-18
1
-1
/
+1
*
add new command line option --no-cpu-limit. This is useful when running Pulse...
Lennart Poettering
2006-07-25
1
-5
/
+9
*
Fix incorrect call to nonexistant pa_log_warning().
Pierre Ossman
2006-07-20
1
-1
/
+1
*
Only warn when running as root and not --system.
Pierre Ossman
2006-07-20
1
-2
/
+1
*
Centralise check if we're running as root.
Pierre Ossman
2006-07-20
1
-4
/
+6
*
Move check for SUID into the caps functions.
Pierre Ossman
2006-07-20
1
-4
/
+2
*
Handle user switch in a more platform independent manner.
Pierre Ossman
2006-07-20
1
-2
/
+18
*
add support to set resource limits for the daemon and set some of them to som...
Lennart Poettering
2006-07-20
1
-1
/
+36
*
Add missing header.
Pierre Ossman
2006-07-20
1
-0
/
+1
*
Make -1 mean "current group/user" so that some platform dependent calls
Pierre Ossman
2006-07-20
1
-1
/
+1
*
add a few comments
Lennart Poettering
2006-07-19
1
-1
/
+9
[next]