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
...
|
|
*
|
|
|
Make sure socklen_t is defined.
Pierre Ossman
2006-01-10
1
-0
/
+6
|
|
*
|
|
|
Static libs bork the creation of dlls and AC_CHECK_LIB isn't very bright,
Pierre Ossman
2006-01-10
1
-1
/
+4
|
|
*
|
|
|
Move library checks to a separate section and make sure it's before
Pierre Ossman
2006-01-10
1
-4
/
+12
|
|
*
|
|
|
getopt_long resides in libiberty on many platforms.
Pierre Ossman
2006-01-10
1
-0
/
+1
|
|
*
|
|
|
Put inet_ntop() emulation in a seperate file.
Pierre Ossman
2006-01-09
4
-28
/
+91
|
|
*
|
|
|
Update comment for pa_lock_fd() to reflect that locks are mandatory
Pierre Ossman
2006-01-09
1
-1
/
+2
|
|
*
|
|
|
Merge with trunk.
Pierre Ossman
2006-01-09
1
-1
/
+1
|
|
*
|
|
|
Generalise lstat fallback.
Pierre Ossman
2006-01-09
2
-3
/
+4
|
|
*
|
|
|
Condense winsock includes and defines into one header.
Pierre Ossman
2006-01-09
14
-65
/
+41
|
|
*
|
|
|
Make the tagstruct handling safe on machines with alignment restrictions.
Pierre Ossman
2006-01-09
1
-20
/
+45
|
|
*
|
|
|
Make sure the data gets endianness conversion.
Pierre Ossman
2006-01-09
2
-5
/
+16
|
|
*
|
|
|
Reversing incorrect commit.
Pierre Ossman
2006-01-05
4
-15
/
+2
|
|
*
|
|
|
Use autoconf detected define for getgroups() type.
Pierre Ossman
2006-01-05
5
-3
/
+16
|
|
*
|
|
|
Ignore windows exe:s.
Pierre Ossman
2006-01-05
0
-0
/
+0
|
|
*
|
|
|
Solaris support.
Pierre Ossman
2006-01-05
4
-1
/
+468
|
|
*
|
|
|
The Windows sound interface module.
Pierre Ossman
2006-01-05
1
-0
/
+583
|
|
*
|
|
|
Port to Windows. This is mostly glue layers for the poor POSIX support
Pierre Ossman
2006-01-05
22
-58
/
+712
|
|
*
|
|
|
Protect pthread.h with an ifdef.
Pierre Ossman
2006-01-05
1
-1
/
+4
|
|
*
|
|
|
Protect sys/resource.h with an ifdef.
Pierre Ossman
2006-01-05
2
-2
/
+8
|
|
*
|
|
|
Protect sched.h with ifdef.
Pierre Ossman
2006-01-05
1
-1
/
+4
|
|
*
|
|
|
Replace paths with defines.
Pierre Ossman
2006-01-05
1
-6
/
+17
|
|
*
|
|
|
ctime_r() is not available everywhere.
Pierre Ossman
2006-01-05
1
-0
/
+4
|
|
*
|
|
|
c was used before it was assigned.
Pierre Ossman
2006-01-05
1
-2
/
+3
|
|
*
|
|
|
Protect getuid() with an ifdef.
Pierre Ossman
2006-01-05
2
-1
/
+17
|
|
*
|
|
|
No regexp funtions are used in this file.
Pierre Ossman
2006-01-05
1
-1
/
+0
|
|
*
|
|
|
PATH_MAX is defined in limits.h.
Pierre Ossman
2006-01-05
1
-0
/
+1
|
|
*
|
|
|
Stub uses socket defines so include the header.
Pierre Ossman
2006-01-05
1
-0
/
+3
|
|
*
|
|
|
config.h should always be included so that necessary fixes can take effect.
Pierre Ossman
2006-01-05
1
-0
/
+4
|
|
*
|
|
|
ifdef-protect setpgid and setsid.
Pierre Ossman
2006-01-05
2
-1
/
+5
|
|
*
|
|
|
Make it possible to disable caps support since it breaks fully static
Pierre Ossman
2006-01-05
1
-1
/
+9
|
|
*
|
|
|
Add option to select which modules get linked in during static builds.
Pierre Ossman
2006-01-05
2
-2
/
+21
|
|
*
|
|
|
No need for conditional generation of symdef files.
Pierre Ossman
2006-01-05
1
-15
/
+3
|
|
*
|
|
|
Add possibility for linking semi-static executables (libtools definition
Pierre Ossman
2006-01-05
2
-1
/
+27
|
|
*
|
|
|
We need explicit actions here.
Pierre Ossman
2006-01-05
1
-1
/
+1
|
|
*
|
|
|
Protect sys/wait.h with an ifdef.
Pierre Ossman
2006-01-05
2
-2
/
+6
|
|
*
|
|
|
Make sure all socket headers are protected by ifdefs.
Pierre Ossman
2006-01-05
9
-20
/
+65
|
|
*
|
|
|
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
[prev]
[next]