about summary refs log tree commit diff
path: root/src/network/getaddrinfo.c
Commit message (Expand)AuthorAgeFilesLines
* fix spurious undefined behavior in getaddrinfoRich Felker2019-02-201-3/+2
* fix invalid free of partial addrinfo list with multiple servicesRich Felker2019-02-201-1/+1
* allow freeaddrinfo of arbitrary sublists of addrinfo listRich Felker2018-10-041-7/+3
* fix getaddrinfo regression with AI_ADDRCONFIG on some configurationsRich Felker2018-09-191-1/+10
* implement getaddrinfo's AI_ADDRCONFIG flagRich Felker2018-07-141-0/+39
* make getaddrinfo return error if both host and service name are nullRich Felker2015-09-251-0/+2
* make getaddrinfo support SOCK_RAW and other socket typesRich Felker2015-02-071-30/+4
* add support for ipv6 scope_id to getaddrinfo and getnameinfoRich Felker2014-06-041-0/+1
* refactor getaddrinfo and add support for most remaining featuresRich Felker2014-05-311-228/+94
* reject invalid address families in getaddrinfoRich Felker2013-11-271-0/+3
* remove duplicate includes from dynlink.c, strfmon.c and getaddrinfo.cSzabolcs Nagy2013-11-251-3/+0
* make getaddrinfo with AF_UNSPEC and null host return both IPv4 and v6Rich Felker2013-07-241-14/+23
* fix blank ai_canonname from getaddrinfo for non-CNAMEsRich Felker2013-02-021-1/+1
* fix getaddrinfo to accept port 0 (zero)Rich Felker2012-09-221-2/+2
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* remove scanf dependency from getaddrinfo /etc/services supportRich Felker2012-07-221-5/+4
* getaddrinfo /etc/services lookup supportRich Felker2012-07-221-3/+16
* improve name lookup performance in corner casesRich Felker2012-04-011-1/+1
* port numbers should always be interpreted as decimalRich Felker2011-08-011-1/+1
* disallow blank strings as service or host nameRich Felker2011-04-201-0/+3
* return the requested string as the "canonical name" for numeric addressesRich Felker2011-04-081-0/+1
* fix all implicit conversion between signed/unsigned pointersRich Felker2011-03-251-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+224