about summary refs log tree commit diff
path: root/src/network/lookup_serv.c
Commit message (Expand)AuthorAgeFilesLines
* reduce spurious inclusion of libc.hRich Felker2018-09-121-0/+1
* fix getaddrinfo error code for non-numeric service with AI_NUMERICSERVA. Wilcox2017-11-091-1/+1
* safely handle failure to open hosts, services, resolv.conf filesRich Felker2015-10-261-1/+9
* make getaddrinfo support SOCK_RAW and other socket typesRich Felker2015-02-071-1/+35
* remove incorrect and useless check in network service name lookup codeRich Felker2014-09-051-1/+0
* refactor getaddrinfo and add support for most remaining featuresRich Felker2014-05-311-0/+72