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
/
polypcore
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix code for pre-C99
Lennart Poettering
2006-04-18
1
-2
/
+3
*
* fix pa_random_seet() function prototype
Lennart Poettering
2006-04-18
2
-5
/
+5
*
Make the probe for RNG sources at runtime since the configure script isn't
Pierre Ossman
2006-04-18
2
-18
/
+60
*
initialize random seed globaly from $RANDOM_DEVICE
Lennart Poettering
2006-04-16
1
-6
/
+0
*
correct some types
Lennart Poettering
2006-04-15
1
-11
/
+12
*
minor beautification
Lennart Poettering
2006-04-14
1
-1
/
+1
*
include in-flux resampled chunk in latency calculations of playback streams
Lennart Poettering
2006-04-13
1
-1
/
+7
*
hmm, nothing important
Lennart Poettering
2006-04-13
1
-1
/
+1
*
protocol change: don't send stream buffer size in latency update. This data i...
Lennart Poettering
2006-04-12
1
-2
/
+0
*
when flushin a memblockq, set the write index to the read index
Lennart Poettering
2006-04-12
1
-0
/
+2
*
when doing software volume adjustments, don't use the volume value as linear ...
Lennart Poettering
2006-04-08
1
-29
/
+15
*
add new introspection data field for sinks/sources: a flags field which speci...
Lennart Poettering
2006-04-07
1
-0
/
+2
*
Some memcpy arithmetic that wasn't removed when doing the redesign to update
Pierre Ossman
2006-04-07
1
-1
/
+1
*
remove queue length field from latency request (server side)
Lennart Poettering
2006-04-07
1
-6
/
+2
*
change pa_gettimeofday() to return a pointer to the struct timeval*, instead ...
Lennart Poettering
2006-04-06
2
-16
/
+18
*
* set IPV6_V6ONLY for IPv6 sockets, to avoid warning when both ipv6 and the i...
Lennart Poettering
2006-04-06
1
-3
/
+12
*
remove some GCC warnings introduced by improperly casting to (char*) instead ...
Lennart Poettering
2006-04-06
1
-13
/
+13
*
Fix some warnings caused by size_t having varying size.
Pierre Ossman
2006-03-31
1
-2
/
+2
*
We filled the volume with the wrong channel count (we used the input, not
Pierre Ossman
2006-03-08
1
-4
/
+3
*
Trying to listen on an IPv6 socket by default and only do IPv4 if that fails
Pierre Ossman
2006-03-07
2
-22
/
+36
*
Alignment safe protocol handling in esound module.
Pierre Ossman
2006-03-04
1
-126
/
+174
*
Negotiate protocol version between server and client. Will allow smoother
Pierre Ossman
2006-03-02
1
-3
/
+16
*
typo fix
Pierre Ossman
2006-03-02
1
-1
/
+1
*
protocol changes for new latency API (partial!)
Lennart Poettering
2006-03-02
4
-9
/
+39
*
64-bit fixes.
Pierre Ossman
2006-02-27
3
-4
/
+4
*
Fix some signed/unsigned warnings.
Pierre Ossman
2006-02-27
1
-15
/
+17
*
Function prototype didn't match actual definition.
Pierre Ossman
2006-02-27
1
-1
/
+1
*
* Add new "auth-group=" parameter to protocol-native-unix
Lennart Poettering
2006-02-24
4
-14
/
+72
*
Do an explicit cast to shut up gcc.
Pierre Ossman
2006-02-24
1
-1
/
+1
*
This wasn't supposed to be checked in.
Pierre Ossman
2006-02-24
1
-2
/
+0
*
Wrong variable used for port.
Pierre Ossman
2006-02-24
2
-1
/
+3
*
Tweak the handling of missing credential support so that we minimise non-POSIX
Pierre Ossman
2006-02-24
2
-5
/
+30
*
add support for authentication using SCM_CREDENTIALS
Lennart Poettering
2006-02-24
9
-83
/
+334
*
add a few more validity checks to protocol-esound
Lennart Poettering
2006-02-24
1
-22
/
+20
*
Mute switch for sinks and sources. This is independent of the volume
Pierre Ossman
2006-02-23
9
-13
/
+243
*
inet_pton expects in[6]_addr structures, nothing else.
Pierre Ossman
2006-02-23
1
-5
/
+5
*
Add inet_pton emulation for platforms that lack it. Only support IPv4 at
Pierre Ossman
2006-02-23
3
-0
/
+78
*
change pa_log() and friends to not require a trailing \n on all logged strings
Lennart Poettering
2006-02-23
32
-211
/
+239
*
fix source volume adjustment: copy memchunk before changing the volume of it
Lennart Poettering
2006-02-23
1
-5
/
+10
*
enforce maximum memblockq length for clients
Lennart Poettering
2006-02-22
1
-2
/
+5
*
add listen= parameter to tcp protocol modules
Lennart Poettering
2006-02-22
2
-0
/
+19
*
rework parameter validity checking in protocol-native server side
Lennart Poettering
2006-02-22
1
-342
/
+180
*
Support for setting volume on sources.
Pierre Ossman
2006-02-22
8
-20
/
+169
*
add new utility function pa_endswith()
Lennart Poettering
2006-02-21
2
-1
/
+18
*
remove left-over log line in protocol-esound.c
Lennart Poettering
2006-02-21
1
-1
/
+0
*
* Don't build seperate ipv4/ipv6 versions of the protocol plugins
Lennart Poettering
2006-02-21
2
-9
/
+38
*
remove a superfluous log line
Lennart Poettering
2006-02-20
1
-1
/
+1
*
* modify pa_context_exit_daemon() to return a pa_operation object
Lennart Poettering
2006-02-20
6
-16
/
+14
*
Fix some warnings by making sure we have the right signedness on things.
Pierre Ossman
2006-02-20
1
-6
/
+6
*
* Make typdefs for the pa_context callback prototypes
Lennart Poettering
2006-02-20
3
-10
/
+10
[next]