aboutsummaryrefslogtreecommitdiffstats
path: root/src/server_socket.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* configure.ac: define WINVERMax Kellermann2011-10-131-1/+0
| | | | | | Ensure that WINVER is defined early enough, so other system headers won't fall back to their default value. Specifically, this solves a build failure (-Werror) with mingw-w64 ("WINVER redefined").
* fd_util: add function close_socket()Max Kellermann2011-09-201-1/+1
| | | | Wrap close(), use closesocket() on WIN32/WinSock.
* glib_socket.h: wrap g_io_channel_*_new() calls portablyMax Kellermann2011-09-201-1/+2
| | | | | The server_socket library (used by the httpd output plugin) didn't check for WIN32, that's fixed now.
* server_socket: remove AI_ADDRCONFIGMantas Mikulenas2010-11-041-3/+0
| | | | | | | When you pass the flag AI_ADDRCONFIG to getaddrinfo(), it does not consider address families on the loopback device. When run on a machine without an external network card, just with "lo", it was unable to look up any address.
* listen: move generic code to server_socket.cMax Kellermann2010-10-051-0/+447