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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
load module-gconf in default install
Lennart Poettering
2006-07-27
1
-1
/
+7
*
introduce three virtual sink/source names: @DEFAULT_SINK@, @DEFAULT_SOURCE@, ...
Lennart Poettering
2006-07-27
1
-2
/
+26
*
if possible do not unload already loaded modules when the gconf settings chan...
Lennart Poettering
2006-07-27
1
-29
/
+71
*
because gconf doesn't provide real transactions we emulate our own with a "lo...
Lennart Poettering
2006-07-27
1
-2
/
+8
*
remove superfluous code
Lennart Poettering
2006-07-27
1
-43
/
+0
*
remove two superfluous lines
Lennart Poettering
2006-07-26
1
-3
/
+0
*
mainloop fixes: when disabling time events when dispatching them, make sure t...
Lennart Poettering
2006-07-26
2
-2
/
+12
*
add some protection that the gconf helper process will be killed when the dae...
Lennart Poettering
2006-07-26
1
-4
/
+54
*
add missing configure.ac checks for module-gconf
Lennart Poettering
2006-07-26
1
-1
/
+38
*
add new module "module-gconf" which reads configuration information from gcon...
Lennart Poettering
2006-07-26
4
-2
/
+544
*
add new command line option --no-cpu-limit. This is useful when running Pulse...
Lennart Poettering
2006-07-25
5
-16
/
+42
*
Results of profiling PulseAudio with valgrind's callgrind module: rework the ...
Lennart Poettering
2006-07-25
1
-194
/
+353
*
split a few asserts
Lennart Poettering
2006-07-25
1
-2
/
+2
*
split a few assert()s
Lennart Poettering
2006-07-25
1
-4
/
+6
*
add a few more g_assert()s and change all assert()s to g_assert()s
Lennart Poettering
2006-07-25
1
-52
/
+73
*
add autogen.sh for jhbuild (for you, elmarco!)
Lennart Poettering
2006-07-24
1
-0
/
+24
*
bump version and sonames
Lennart Poettering
2006-07-24
1
-3
/
+3
*
add massif target to Makefile
Lennart Poettering
2006-07-23
1
-0
/
+3
*
as a result of memory profiling with valgrind/massif: decrease default hash t...
Lennart Poettering
2006-07-23
2
-2
/
+2
*
update todo
Lennart Poettering
2006-07-23
1
-0
/
+1
*
fix horribly broken glib timeout event handling
Lennart Poettering
2006-07-22
1
-7
/
+5
*
Use proper @libdir@ in pc.in files to handle x86_64 machines.
Pierre Ossman
2006-07-21
4
-5
/
+5
*
raise the default value for RLIMIT_NOFILE to 200 since 25 is apparently too s...
Lennart Poettering
2006-07-21
2
-2
/
+2
*
Get ACL:s to work on Win32.
Pierre Ossman
2006-07-20
3
-9
/
+47
*
remove access group setting from default client.conf
Lennart Poettering
2006-07-20
1
-3
/
+0
*
fix a few @@ replacments
Lennart Poettering
2006-07-20
1
-3
/
+3
*
even more FreeBSD portability (thanks Flameeyes, again!)
Lennart Poettering
2006-07-20
1
-0
/
+2
*
add missing #ifdef HAVE_CREDS (thanks, Flameeyes)
Lennart Poettering
2006-07-20
1
-0
/
+2
*
some more FreeBSD compat from Flameeyes
Lennart Poettering
2006-07-20
1
-0
/
+2
*
bump release and sonames
Lennart Poettering
2006-07-20
1
-5
/
+5
*
remove configurable client access group, since can never work on Linux anway,...
Lennart Poettering
2006-07-20
3
-11
/
+1
*
update todo
Lennart Poettering
2006-07-20
1
-1
/
+0
*
implement "auth-ip-acl=" in the native and esound protocols
Lennart Poettering
2006-07-20
6
-20
/
+96
*
actually ship src/pulsecore/creds.h in the tarballs
Lennart Poettering
2006-07-20
1
-2
/
+3
*
add IP address ACL subsystem
Lennart Poettering
2006-07-20
4
-1
/
+377
*
Fix incorrect call to nonexistant pa_log_warning().
Pierre Ossman
2006-07-20
2
-2
/
+2
*
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
2
-4
/
+11
*
Handle user switch in a more platform independent manner.
Pierre Ossman
2006-07-20
1
-2
/
+18
*
Make sure parse_rlimit is only used when rlimits are supported.
Pierre Ossman
2006-07-20
1
-1
/
+5
*
add support to set resource limits for the daemon and set some of them to som...
Lennart Poettering
2006-07-20
5
-2
/
+153
*
undo r1111 in some way: include sys/socket.h and sys/un.h but wrap it in #ifdef
Lennart Poettering
2006-07-20
1
-0
/
+10
*
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
4
-3
/
+7
*
Protect platform dependent headers with ifdefs.
Pierre Ossman
2006-07-20
2
-3
/
+8
*
Remove unneeded headers.
Pierre Ossman
2006-07-20
1
-2
/
+0
*
add a few comments
Lennart Poettering
2006-07-19
1
-1
/
+9
*
* add new function pa_check_in_group()
Lennart Poettering
2006-07-19
24
-133
/
+221
*
use access group dedclared in ~/.pulse/client.conf instead of PA_ACCESS_GROUP
Lennart Poettering
2006-07-19
2
-2
/
+2
[prev]
[next]