summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Stub uses socket defines so include the header.Pierre Ossman2006-01-051-0/+3
| | * | | | config.h should always be included so that necessary fixes can take effect.Pierre Ossman2006-01-051-0/+4
| | * | | | ifdef-protect setpgid and setsid.Pierre Ossman2006-01-052-1/+5
| | * | | | Make it possible to disable caps support since it breaks fully staticPierre Ossman2006-01-051-1/+9
| | * | | | Add option to select which modules get linked in during static builds.Pierre Ossman2006-01-052-2/+21
| | * | | | No need for conditional generation of symdef files.Pierre Ossman2006-01-051-15/+3
| | * | | | Add possibility for linking semi-static executables (libtools definitionPierre Ossman2006-01-052-1/+27
| | * | | | We need explicit actions here.Pierre Ossman2006-01-051-1/+1
| | * | | | Protect sys/wait.h with an ifdef.Pierre Ossman2006-01-052-2/+6
| | * | | | Make sure all socket headers are protected by ifdefs.Pierre Ossman2006-01-059-20/+65
| | * | | | Use pa_get_path_filename() instead of duplicating code.Pierre Ossman2006-01-051-4/+2
| | * | | | Emulate poll() through select() where needed.Pierre Ossman2006-01-056-2/+249
| | * | | | Fix test for mkfifo(). HAVE_MKFIFO is only generated as a config.h define byPierre Ossman2006-01-051-1/+2
| | * | | | Remove ftruncate test since we're not doing anything with the result.Pierre Ossman2006-01-051-2/+2
| | * | | | Fix indentation.Pierre Ossman2006-01-051-11/+11
| | * | | | Handle platforms that do not support the UNIX user/group database.Pierre Ossman2006-01-051-4/+41
| | * | | | There was a race condition here that caused latency calculation to failPierre Ossman2006-01-052-11/+0
| | * | | | Fall back to signal() when sigaction isn't supported.Pierre Ossman2006-01-052-1/+25
| | * | | | SIGQUIT is an optional signal.Pierre Ossman2006-01-051-0/+2
| | * | | | Compiler warning about uninitialized variable.Pierre Ossman2006-01-051-1/+1
| | * | | | Make sure the array is never too small.Pierre Ossman2006-01-051-1/+1
| | * | | | Fix printf string.Pierre Ossman2006-01-051-1/+1
| | * | | | Old kernel headers didn't define the input_id structure. Therefore we cannotPierre Ossman2006-01-051-1/+12
| | * | | | Fix correct type.Pierre Ossman2006-01-051-1/+1
| | * | | | Don't include sys/socket.h in the header when we do not need to.Pierre Ossman2006-01-052-1/+3
| | * | | | Esound latency should not include buffer length. This added an extra secondPierre Ossman2006-01-051-1/+0
| | * | | | Two variables with the same name causing corrupt strings.Pierre Ossman2006-01-051-4/+4
| | * | | | Fix warning.Pierre Ossman2006-01-051-1/+1
| | * | | | inet_ntop can't be found on all platforms. Do a stupid emulation whenPierre Ossman2006-01-051-0/+27
| | * | | | Fix some compiler warnings about unused variables.Pierre Ossman2006-01-051-1/+2
| | * | | | PIPE_BUF has nothing to do with the esound buffers.Pierre Ossman2006-01-051-1/+1
| | * | | | Handle when the platform doesn't have UNIX sockets.Pierre Ossman2006-01-053-3/+47
| | * | | | AF_UNIX and PF_UNIX is more portable than the _LOCAL equivalent.Pierre Ossman2006-01-053-6/+6
| | * | | | Remove any warnings about incorrect type to setsockopt() (char* vs void*).Pierre Ossman2006-01-053-10/+10
| | * | | | The standard declares some signals as optional. Make sure we handlePierre Ossman2006-01-057-1/+45
| | * | | | To access the new pa_gettimeofday() we need to include util.h.Pierre Ossman2006-01-051-0/+1
| | * | | | Syslog is not present on all platforms.Pierre Ossman2006-01-051-4/+12
| | * | | | SIXCPU isn't present on all platforms. Replace cpulimit with dummy functionsPierre Ossman2006-01-051-0/+15
| | * | | | Glob is not present on all systems.Pierre Ossman2006-01-051-0/+7
| | * | | | Fallbacks for systems that do not have getaddrinfo(). Does not handlePierre Ossman2006-01-053-5/+37
| | * | | | We have a generic function for extracting the filename, let's use it.Pierre Ossman2006-01-051-4/+1
| | * | | | Remove unnecessary dependency on timeval definition.Pierre Ossman2006-01-051-0/+2
| | * | | | Abstract the gettimeofday call into a utility function to ease porting.Pierre Ossman2006-01-0517-29/+38
| | * | | | Check for OSS by looking for its header. Win32 isn't the only platformPierre Ossman2006-01-052-2/+8
| | * | | | Remove unused automake conditional.Pierre Ossman2006-01-051-2/+0
| | * | | | Since README is generated conditionally we must make sure there are noPierre Ossman2006-01-052-4/+11
| | * | | | Big cleanup of the build structure.Pierre Ossman2006-01-054-653/+909
| | * | | | Creating branch for patches from Pierre OssmanPierre Ossman2006-01-050-0/+0
| * | | | | Merge dead branch 'liboil-test'CJ van den Berg2008-06-230-0/+0
| |\ \ \ \ \
| | * | | | | commit liboil porting changesLennart Poettering2005-09-1523-232/+917