summaryrefslogtreecommitdiff
path: root/src/network/lookup_serv.c
AgeCommit message (Expand)AuthorLines
2018-09-12reduce spurious inclusion of libc.hRich Felker-0/+1
2017-11-09fix getaddrinfo error code for non-numeric service with AI_NUMERICSERVA. Wilcox-1/+1
2015-10-26safely handle failure to open hosts, services, resolv.conf filesRich Felker-1/+9
2015-02-07make getaddrinfo support SOCK_RAW and other socket typesRich Felker-1/+35
2014-09-05remove incorrect and useless check in network service name lookup codeRich Felker-1/+0
2014-05-31refactor getaddrinfo and add support for most remaining featuresRich Felker-0/+72