summaryrefslogtreecommitdiffstats
path: root/polyp
Commit message (Expand)AuthorAgeFilesLines
* Add some required headers.Pierre Ossman2006-01-102-0/+4
* Make sure socklen_t is defined.Pierre Ossman2006-01-101-0/+6
* Put inet_ntop() emulation in a seperate file.Pierre Ossman2006-01-094-28/+91
* Update comment for pa_lock_fd() to reflect that locks are mandatoryPierre Ossman2006-01-091-1/+2
* Merge with trunk.Pierre Ossman2006-01-091-1/+1
* Generalise lstat fallback.Pierre Ossman2006-01-091-3/+3
* Condense winsock includes and defines into one header.Pierre Ossman2006-01-0914-65/+41
* Make the tagstruct handling safe on machines with alignment restrictions.Pierre Ossman2006-01-091-20/+45
* Make sure the data gets endianness conversion.Pierre Ossman2006-01-092-5/+16
* Reversing incorrect commit.Pierre Ossman2006-01-054-15/+2
* Use autoconf detected define for getgroups() type.Pierre Ossman2006-01-055-3/+16
* Solaris support.Pierre Ossman2006-01-053-1/+454
* The Windows sound interface module.Pierre Ossman2006-01-051-0/+583
* Port to Windows. This is mostly glue layers for the poor POSIX supportPierre Ossman2006-01-0521-57/+711
* Protect pthread.h with an ifdef.Pierre Ossman2006-01-051-1/+4
* Protect sys/resource.h with an ifdef.Pierre Ossman2006-01-052-2/+8
* Protect sched.h with ifdef.Pierre Ossman2006-01-051-1/+4
* Replace paths with defines.Pierre Ossman2006-01-051-6/+17
* ctime_r() is not available everywhere.Pierre Ossman2006-01-051-0/+4
* c was used before it was assigned.Pierre Ossman2006-01-051-2/+3
* Protect getuid() with an ifdef.Pierre Ossman2006-01-052-1/+17
* No regexp funtions are used in this file.Pierre Ossman2006-01-051-1/+0
* PATH_MAX is defined in limits.h.Pierre Ossman2006-01-051-0/+1
* 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-051-0/+4
* Add option to select which modules get linked in during static builds.Pierre Ossman2006-01-051-2/+7
* 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-051-1/+21
* Protect sys/wait.h with an ifdef.Pierre Ossman2006-01-051-1/+4
* Make sure all socket headers are protected by ifdefs.Pierre Ossman2006-01-058-17/+62
* 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 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