aboutsummaryrefslogtreecommitdiffstats
path: root/src/server_socket.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
|
* Build fix for Linux. Define _GNU_SOURCE in src/server_socket.c.Ben Kibbey2010-12-271-0/+5
|
* 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