summaryrefslogtreecommitdiffstats
path: root/polyp/socket-server.c
Commit message (Expand)AuthorAgeFilesLines
* Put inet_ntop() emulation in a seperate file.Pierre Ossman2006-01-091-27/+4
* Condense winsock includes and defines into one header.Pierre Ossman2006-01-091-7/+2
* Reversing incorrect commit.Pierre Ossman2006-01-051-5/+0
* Use autoconf detected define for getgroups() type.Pierre Ossman2006-01-051-0/+5
* Solaris support.Pierre Ossman2006-01-051-0/+4
* Port to Windows. This is mostly glue layers for the poor POSIX supportPierre Ossman2006-01-051-0/+7
* Make sure all socket headers are protected by ifdefs.Pierre Ossman2006-01-051-3/+9
* 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
* Handle when the platform doesn't have UNIX sockets.Pierre Ossman2006-01-051-1/+14
* AF_UNIX and PF_UNIX is more portable than the _LOCAL equivalent.Pierre Ossman2006-01-051-2/+2
* Remove any warnings about incorrect type to setsockopt() (char* vs void*).Pierre Ossman2006-01-051-2/+2
* * fix a long standing bug in ioline.c (large prints failed)Lennart Poettering2004-11-171-2/+2
* Make the whole stuff LGPL onlyLennart Poettering2004-11-141-2/+2
* add username to runtime directory name in /tmp/Lennart Poettering2004-11-111-1/+144
* Add support for libwrapLennart Poettering2004-09-291-2/+29
* implement proper loggingLennart Poettering2004-09-051-8/+9
* make use F_CLOEXEC wherever usefulLennart Poettering2004-09-011-0/+7
* proper ref counting for more objectsLennart Poettering2004-08-151-4/+24
* add initial glib mainloop adapterLennart Poettering2004-08-051-6/+6
* introduce pa_xmalloc() and friendsLennart Poettering2004-08-041-9/+5
* rename src to polypLennart Poettering2004-07-171-0/+209