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
Commit message (
Expand
)
Author
Age
Files
Lines
*
daemon: drop polkit code from git repo we weren't using anymore
Lennart Poettering
2009-09-02
2
-199
/
+0
*
daemon: clean up environment when forking off children
Lennart Poettering
2009-09-02
1
-2
/
+5
*
daemon: don't override path env vars if they are already set
Lennart Poettering
2009-09-01
1
-3
/
+8
*
Merge commit 'wtay/optimize'
Lennart Poettering
2009-08-23
1
-4
/
+5
|
\
|
*
svolume: add ARM optimized volume scaling
Wim Taymans
2009-08-20
1
-0
/
+2
|
*
Get rid of liboil
Wim Taymans
2009-08-20
1
-4
/
+0
|
*
main: hook up cpu detection code
Wim Taymans
2009-08-20
1
-2
/
+2
|
*
volume_sse: add sse optimisations
Wim Taymans
2009-08-20
1
-0
/
+1
|
*
volume: add first mmx optimized function
Wim Taymans
2009-08-20
1
-0
/
+2
*
|
daemon: don't free script_commands twice
Lennart Poettering
2009-08-22
1
-5
/
+0
*
|
daemon: fix leak of script_commands
Scott Reeves
2009-08-21
1
-1
/
+1
*
|
adjust various data/library paths automatically if we are run from a build tree
Lennart Poettering
2009-08-21
2
-2
/
+20
|
/
*
daemon: reset gids too, not just uids
Lennart Poettering
2009-08-14
1
-0
/
+8
*
daemon: reset scheduling priority on startup, too
Lennart Poettering
2009-08-12
1
-0
/
+1
*
core-util: move personality resetting into core-util
Lennart Poettering
2009-08-12
1
-9
/
+1
*
daemon: unconditionally clean up priviliges
Lennart Poettering
2009-08-12
1
-5
/
+2
*
conf: invert all negative boolean configuration option
Lennart Poettering
2009-08-12
2
-12
/
+18
*
daemon: install D-Bus system policy file for PA system instances
Lennart Poettering
2009-08-12
1
-0
/
+37
*
Split OSS support in output and wrapper.
Diego Elio 'Flameeyes' Pettenò
2009-08-08
1
-1
/
+1
*
Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio
Lennart Poettering
2009-07-23
1
-0
/
+10
|
\
|
*
Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio
Lennart Poettering
2009-07-22
1
-22
/
+0
|
|
\
|
|
*
Remove exploitable LD_BIND_NOW hack (CVE-2009-1894).
Diego Elio 'Flameeyes' Pettenò
2009-07-16
1
-22
/
+0
|
*
|
daemon: reset personality, to make the autospawn env cleaup complete
Lennart Poettering
2009-07-22
1
-0
/
+10
|
|
/
*
/
daemon: before exec'ing ourselves, make sure nobody plays games with /proc/se...
Lennart Poettering
2009-07-20
1
-4
/
+12
|
/
*
Add a missing sys/stat.h include for FreeBSD to declare umask().
Diego Elio 'Flameeyes' Pettenò
2009-06-29
1
-0
/
+1
*
rtclock: fix build after merge
Lennart Poettering
2009-06-22
1
-1
/
+0
*
Merge most of elmarco/rtclock2
Lennart Poettering
2009-06-22
2
-5
/
+7
|
\
|
*
Base mainloop on pa_rtclock_now()
Marc-André Lureau
2009-06-20
1
-2
/
+2
|
*
pulse: move pa_rtclock_now in pulsecommon
Marc-André Lureau
2009-06-20
2
-2
/
+3
|
*
perl -p -i -e 's/pa_rtclock_usec/pa_rtclock_now/g' `find . -name '*.[ch]'`
Marc-André Lureau
2009-06-19
1
-2
/
+2
*
|
daemon: enable module-intended-roles by default
Lennart Poettering
2009-06-22
1
-0
/
+3
*
|
core: get rid of rt sig/timer handling since modern Linux' ppooll() is finall...
Lennart Poettering
2009-06-19
1
-6
/
+0
*
|
daemon: enable real-time by default
Lennart Poettering
2009-06-19
2
-2
/
+2
*
|
daemon: strip all special suid/caps log from our startup code, we'll now rely...
Lennart Poettering
2009-06-19
3
-269
/
+30
|
/
*
daemon: write a warning blurb to syslog when folks use --system mode
Lennart Poettering
2009-06-17
1
-0
/
+5
*
conf: remove obsolete module-idle-time directive from default config file/man...
Lennart Poettering
2009-06-07
1
-1
/
+0
*
daemon: optionally call mlockall() on startup
Lennart Poettering
2009-06-07
4
-12
/
+29
*
hal,udev: deprecate HAL support in favour of udev
Lennart Poettering
2009-06-06
1
-3
/
+3
*
utils: use pa_path_get_filename() where applicable
Lennart Poettering
2009-06-04
1
-8
/
+3
*
modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecated
Lennart Poettering
2009-05-28
1
-0
/
+2
*
core-util: introduce pa_disable_sigpipe()
Lennart Poettering
2009-05-26
1
-3
/
+1
*
start-pulseaudio-x11: don't start a local sound server if a remote sound serv...
Lennart Poettering
2009-04-22
1
-0
/
+2
*
memtrap: hook up core to memtrap system
Lennart Poettering
2009-04-21
1
-0
/
+3
*
explcitly ignore return values of some functions marked with gcc's warn_unuse...
Lennart Poettering
2009-04-14
1
-1
/
+1
*
print session id when starting up
Lennart Poettering
2009-04-13
1
-0
/
+5
*
Downgrade default log level to NOTICE to follow documentation
Lennart Poettering
2009-04-10
1
-1
/
+1
*
make sure we keep a reference of the bus connection during the whole runtime ...
Lennart Poettering
2009-04-06
1
-9
/
+27
*
various spelling fixes
Maarten Bosmans
2009-04-04
1
-1
/
+1
*
Merge branch 'master' of ssh://rootserver/home/lennart/git/public/pulseaudio
Lennart Poettering
2009-04-03
1
-2
/
+2
|
\
|
*
load bt discover module only when installed
Lennart Poettering
2009-04-01
1
-2
/
+2
[next]