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
...
|
|
*
|
|
|
Use pa_get_path_filename() instead of duplicating code.
Pierre Ossman
2006-01-05
1
-4
/
+2
|
|
*
|
|
|
Emulate poll() through select() where needed.
Pierre Ossman
2006-01-05
6
-2
/
+249
|
|
*
|
|
|
Fix test for mkfifo(). HAVE_MKFIFO is only generated as a config.h define by
Pierre Ossman
2006-01-05
1
-1
/
+2
|
|
*
|
|
|
Remove ftruncate test since we're not doing anything with the result.
Pierre Ossman
2006-01-05
1
-2
/
+2
|
|
*
|
|
|
Fix indentation.
Pierre Ossman
2006-01-05
1
-11
/
+11
|
|
*
|
|
|
Handle platforms that do not support the UNIX user/group database.
Pierre Ossman
2006-01-05
1
-4
/
+41
|
|
*
|
|
|
There was a race condition here that caused latency calculation to fail
Pierre Ossman
2006-01-05
2
-11
/
+0
|
|
*
|
|
|
Fall back to signal() when sigaction isn't supported.
Pierre Ossman
2006-01-05
2
-1
/
+25
|
|
*
|
|
|
SIGQUIT is an optional signal.
Pierre Ossman
2006-01-05
1
-0
/
+2
|
|
*
|
|
|
Compiler warning about uninitialized variable.
Pierre Ossman
2006-01-05
1
-1
/
+1
|
|
*
|
|
|
Make sure the array is never too small.
Pierre Ossman
2006-01-05
1
-1
/
+1
|
|
*
|
|
|
Fix printf string.
Pierre Ossman
2006-01-05
1
-1
/
+1
|
|
*
|
|
|
Old kernel headers didn't define the input_id structure. Therefore we cannot
Pierre Ossman
2006-01-05
1
-1
/
+12
|
|
*
|
|
|
Fix correct type.
Pierre Ossman
2006-01-05
1
-1
/
+1
|
|
*
|
|
|
Don't include sys/socket.h in the header when we do not need to.
Pierre Ossman
2006-01-05
2
-1
/
+3
|
|
*
|
|
|
Esound latency should not include buffer length. This added an extra second
Pierre Ossman
2006-01-05
1
-1
/
+0
|
|
*
|
|
|
Two variables with the same name causing corrupt strings.
Pierre Ossman
2006-01-05
1
-4
/
+4
|
|
*
|
|
|
Fix warning.
Pierre Ossman
2006-01-05
1
-1
/
+1
|
|
*
|
|
|
inet_ntop can't be found on all platforms. Do a stupid emulation when
Pierre Ossman
2006-01-05
1
-0
/
+27
|
|
*
|
|
|
Fix some compiler warnings about unused variables.
Pierre Ossman
2006-01-05
1
-1
/
+2
|
|
*
|
|
|
PIPE_BUF has nothing to do with the esound buffers.
Pierre Ossman
2006-01-05
1
-1
/
+1
|
|
*
|
|
|
Handle when the platform doesn't have UNIX sockets.
Pierre Ossman
2006-01-05
3
-3
/
+47
|
|
*
|
|
|
AF_UNIX and PF_UNIX is more portable than the _LOCAL equivalent.
Pierre Ossman
2006-01-05
3
-6
/
+6
|
|
*
|
|
|
Remove any warnings about incorrect type to setsockopt() (char* vs void*).
Pierre Ossman
2006-01-05
3
-10
/
+10
|
|
*
|
|
|
The standard declares some signals as optional. Make sure we handle
Pierre Ossman
2006-01-05
7
-1
/
+45
|
|
*
|
|
|
To access the new pa_gettimeofday() we need to include util.h.
Pierre Ossman
2006-01-05
1
-0
/
+1
|
|
*
|
|
|
Syslog is not present on all platforms.
Pierre Ossman
2006-01-05
1
-4
/
+12
|
|
*
|
|
|
SIXCPU isn't present on all platforms. Replace cpulimit with dummy functions
Pierre Ossman
2006-01-05
1
-0
/
+15
|
|
*
|
|
|
Glob is not present on all systems.
Pierre Ossman
2006-01-05
1
-0
/
+7
|
|
*
|
|
|
Fallbacks for systems that do not have getaddrinfo(). Does not handle
Pierre Ossman
2006-01-05
3
-5
/
+37
|
|
*
|
|
|
We have a generic function for extracting the filename, let's use it.
Pierre Ossman
2006-01-05
1
-4
/
+1
|
|
*
|
|
|
Remove unnecessary dependency on timeval definition.
Pierre Ossman
2006-01-05
1
-0
/
+2
|
|
*
|
|
|
Abstract the gettimeofday call into a utility function to ease porting.
Pierre Ossman
2006-01-05
17
-29
/
+38
|
|
*
|
|
|
Check for OSS by looking for its header. Win32 isn't the only platform
Pierre Ossman
2006-01-05
2
-2
/
+8
|
|
*
|
|
|
Remove unused automake conditional.
Pierre Ossman
2006-01-05
1
-2
/
+0
|
|
*
|
|
|
Since README is generated conditionally we must make sure there are no
Pierre Ossman
2006-01-05
2
-4
/
+11
|
|
*
|
|
|
Big cleanup of the build structure.
Pierre Ossman
2006-01-05
4
-653
/
+909
|
|
*
|
|
|
Creating branch for patches from Pierre Ossman
Pierre Ossman
2006-01-05
0
-0
/
+0
|
*
|
|
|
|
Merge dead branch 'liboil-test'
CJ van den Berg
2008-06-23
0
-0
/
+0
|
|
\
\
\
\
\
|
|
*
|
|
|
|
commit liboil porting changes
Lennart Poettering
2005-09-15
23
-232
/
+917
|
|
*
|
|
|
|
create a copy for liboil porting
Lennart Poettering
2005-09-15
0
-0
/
+0
|
*
|
|
|
|
|
Merge dead branch 'prepare-0.9.10'
CJ van den Berg
2008-06-23
0
-0
/
+0
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
fix buildsystem to provide pa_log() in all binaries
Lennart Poettering
2008-03-30
1
-5
/
+18
|
|
*
|
|
|
|
|
rework pa_assert_se() to make sure it never gets optmized away, even if NDEBU...
Lennart Poettering
2008-03-30
1
-22
/
+36
|
|
*
|
|
|
|
|
make pa_drop_caps() abort on failure
Lennart Poettering
2008-03-30
2
-20
/
+7
|
|
*
|
|
|
|
|
avoid name clash with libc's remove() function
Lennart Poettering
2008-03-30
1
-4
/
+4
|
|
*
|
|
|
|
|
fix compiler warning
Lennart Poettering
2008-03-29
1
-1
/
+1
|
|
*
|
|
|
|
|
require autoconf 2.60 since we use AC_PROG_MKDIR_P
Lennart Poettering
2008-03-29
1
-1
/
+1
|
|
*
|
|
|
|
|
bump soname
Lennart Poettering
2008-03-29
1
-2
/
+2
|
|
*
|
|
|
|
|
merge r2187 from trunk
Lennart Poettering
2008-03-29
1
-0
/
+1
[prev]
[next]