index
:
~arun/pulseaudio
b2g
beamformer
bluetooth
bt-passthrough
gst-rtp
hsp-review
jackhwmute-review
json
master
meson
passthrough-hbr
stable-7.x
vff
volume-ramping
webrtc
Various PulseAudio hacks and WIP work
arun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2006-07-22
fix horribly broken glib timeout event handling
Lennart Poettering
1
-7
/
+5
2006-07-21
raise the default value for RLIMIT_NOFILE to 200 since 25 is apparently too s...
Lennart Poettering
2
-2
/
+2
2006-07-20
Get ACL:s to work on Win32.
Pierre Ossman
3
-9
/
+47
2006-07-20
remove access group setting from default client.conf
Lennart Poettering
1
-3
/
+0
2006-07-20
fix a few @@ replacments
Lennart Poettering
1
-3
/
+3
2006-07-20
even more FreeBSD portability (thanks Flameeyes, again!)
Lennart Poettering
1
-0
/
+2
2006-07-20
add missing #ifdef HAVE_CREDS (thanks, Flameeyes)
Lennart Poettering
1
-0
/
+2
2006-07-20
some more FreeBSD compat from Flameeyes
Lennart Poettering
1
-0
/
+2
2006-07-20
remove configurable client access group, since can never work on Linux anway,...
Lennart Poettering
3
-11
/
+1
2006-07-20
implement "auth-ip-acl=" in the native and esound protocols
Lennart Poettering
6
-20
/
+96
2006-07-20
actually ship src/pulsecore/creds.h in the tarballs
Lennart Poettering
1
-2
/
+3
2006-07-20
add IP address ACL subsystem
Lennart Poettering
4
-1
/
+377
2006-07-20
Fix incorrect call to nonexistant pa_log_warning().
Pierre Ossman
2
-2
/
+2
2006-07-20
Only warn when running as root and not --system.
Pierre Ossman
1
-2
/
+1
2006-07-20
Centralise check if we're running as root.
Pierre Ossman
1
-4
/
+6
2006-07-20
Move check for SUID into the caps functions.
Pierre Ossman
2
-4
/
+11
2006-07-20
Handle user switch in a more platform independent manner.
Pierre Ossman
1
-2
/
+18
2006-07-20
Make sure parse_rlimit is only used when rlimits are supported.
Pierre Ossman
1
-1
/
+5
2006-07-20
add support to set resource limits for the daemon and set some of them to som...
Lennart Poettering
4
-1
/
+152
2006-07-20
undo r1111 in some way: include sys/socket.h and sys/un.h but wrap it in #ifdef
Lennart Poettering
1
-0
/
+10
2006-07-20
Add missing header.
Pierre Ossman
1
-0
/
+1
2006-07-20
Make -1 mean "current group/user" so that some platform dependent calls
Pierre Ossman
4
-3
/
+7
2006-07-20
Protect platform dependent headers with ifdefs.
Pierre Ossman
2
-3
/
+8
2006-07-20
Remove unneeded headers.
Pierre Ossman
1
-2
/
+0
2006-07-19
add a few comments
Lennart Poettering
1
-1
/
+9
2006-07-19
* add new function pa_check_in_group()
Lennart Poettering
23
-132
/
+216
2006-07-19
use access group dedclared in ~/.pulse/client.conf instead of PA_ACCESS_GROUP
Lennart Poettering
2
-2
/
+2
2006-07-19
update @@ tokens according to recent Makefile.am change
Lennart Poettering
3
-4
/
+10
2006-07-19
fix sed scripts according to #define renames
Lennart Poettering
1
-5
/
+5
2006-07-19
* add new --system command line parameter to the daemon for running PulseAudi...
Lennart Poettering
26
-132
/
+349
2006-07-18
remove glib 1.2 adapter. It started to bitrot and wasn't used by anything any...
Lennart Poettering
4
-557
/
+3
2006-07-18
add two more \since
Lennart Poettering
1
-2
/
+2
2006-07-18
fix module-detect on FreeBSD (patch from Diego "Flameeyes" Pettenó)
Lennart Poettering
1
-11
/
+17
2006-07-18
turn the glib adapter into a single GSource instead of creating a bunch of se...
Lennart Poettering
1
-344
/
+444
2006-07-18
define proper typdefs for callback prototypes
Lennart Poettering
1
-20
/
+23
2006-07-17
change licensing blurb form "Library GPL" to "Lesser GPL" on request of Loic ...
Lennart Poettering
4
-60
/
+68
2006-07-17
Forgot to protect one access to with_creds with an ifdef.
Pierre Ossman
1
-0
/
+2
2006-07-17
Restore SIGPIPE warning when the platform doesn't have MSG_NOSIGNAL.
Pierre Ossman
2
-0
/
+11
2006-07-16
make pulseaudio compile again on FreeBSD (patch from Diego "Flameeyes" Petteno)
Lennart Poettering
4
-7
/
+55
2006-07-16
show value of PA_SINK_HARDWARE/PA_SOURCE_HARDWARE in pactl
Lennart Poettering
1
-4
/
+6
2006-07-16
set is_hardware flag for a few hw plugins
Lennart Poettering
6
-0
/
+10
2006-07-16
add new PA_SOURCE_HARDWARE/PA_SINK_HARDWARE flag
Lennart Poettering
2
-4
/
+12
2006-07-16
add a new boolean variable is_hardware to pa_sink/pa_source to denote wether ...
Lennart Poettering
4
-0
/
+8
2006-07-14
improve latency calculation of NULL sink
Lennart Poettering
1
-7
/
+27
2006-07-14
remove checking for SIGPIPE blocking from client code. Because we use
Lennart Poettering
1
-4
/
+0
2006-07-14
don't send SCM_CREDENTIALS on every sendmsg(), instead do it only on handshake
Lennart Poettering
1
-5
/
+4
2006-07-14
don't set MSG_NOSIGNAL for recvmsg(), since it doesn't make sense there
Lennart Poettering
1
-1
/
+1
2006-07-14
try to use send(,,MSG_NOSIGNAL) instead of write() wherever possible (which
Lennart Poettering
17
-58
/
+100
2006-07-14
Make sure the win32 default conf gets shipped.
Pierre Ossman
1
-0
/
+1
2006-07-14
add new test get-binary-name-test for testing pa_get_binary_name()
Lennart Poettering
2
-1
/
+43
[next]