Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-09-20 | fd_util: add function close_socket() | Max Kellermann | 1 | -1/+1 | |
Wrap close(), use closesocket() on WIN32/WinSock. | |||||
2011-09-20 | glib_socket.h: wrap g_io_channel_*_new() calls portably | Max Kellermann | 1 | -1/+2 | |
The server_socket library (used by the httpd output plugin) didn't check for WIN32, that's fixed now. | |||||
2010-11-04 | server_socket: remove AI_ADDRCONFIG | Mantas Mikulenas | 1 | -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. | |||||
2010-10-05 | listen: move generic code to server_socket.c | Max Kellermann | 1 | -0/+447 | |