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