summaryrefslogtreecommitdiff
path: root/src/network/getaddrinfo.c
AgeCommit message (Expand)AuthorLines
2015-09-25make getaddrinfo return error if both host and service name are nullRich Felker-0/+2
2015-02-07make getaddrinfo support SOCK_RAW and other socket typesRich Felker-30/+4
2014-06-04add support for ipv6 scope_id to getaddrinfo and getnameinfoRich Felker-0/+1
2014-05-31refactor getaddrinfo and add support for most remaining featuresRich Felker-228/+94
2013-11-27reject invalid address families in getaddrinfoRich Felker-0/+3
2013-11-25remove duplicate includes from dynlink.c, strfmon.c and getaddrinfo.cSzabolcs Nagy-3/+0
2013-07-24make getaddrinfo with AF_UNSPEC and null host return both IPv4 and v6Rich Felker-14/+23
2013-02-02fix blank ai_canonname from getaddrinfo for non-CNAMEsRich Felker-1/+1
2012-09-22fix getaddrinfo to accept port 0 (zero)Rich Felker-2/+2
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-1/+1
2012-07-22remove scanf dependency from getaddrinfo /etc/services supportRich Felker-5/+4
2012-07-22getaddrinfo /etc/services lookup supportRich Felker-3/+16
2012-04-01improve name lookup performance in corner casesRich Felker-1/+1
2011-08-01port numbers should always be interpreted as decimalRich Felker-1/+1
2011-04-20disallow blank strings as service or host nameRich Felker-0/+3
2011-04-08return the requested string as the "canonical name" for numeric addressesRich Felker-0/+1
2011-03-25fix all implicit conversion between signed/unsigned pointersRich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+224