Age | Commit message (Expand) | Author | Files | Lines |
2013-11-27 | reject invalid address families in getaddrinfo | Rich Felker | 1 | -0/+3 |
2013-11-25 | remove duplicate includes from dynlink.c, strfmon.c and getaddrinfo.c | Szabolcs Nagy | 1 | -3/+0 |
2013-07-24 | make getaddrinfo with AF_UNSPEC and null host return both IPv4 and v6 | Rich Felker | 1 | -14/+23 |
2013-02-02 | fix blank ai_canonname from getaddrinfo for non-CNAMEs | Rich Felker | 1 | -1/+1 |
2012-09-22 | fix getaddrinfo to accept port 0 (zero) | Rich Felker | 1 | -2/+2 |
2012-09-06 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 1 | -1/+1 |
2012-07-22 | remove scanf dependency from getaddrinfo /etc/services support | Rich Felker | 1 | -5/+4 |
2012-07-22 | getaddrinfo /etc/services lookup support | Rich Felker | 1 | -3/+16 |
2012-04-01 | improve name lookup performance in corner cases | Rich Felker | 1 | -1/+1 |
2011-08-01 | port numbers should always be interpreted as decimal | Rich Felker | 1 | -1/+1 |
2011-04-20 | disallow blank strings as service or host name | Rich Felker | 1 | -0/+3 |
2011-04-08 | return the requested string as the "canonical name" for numeric addresses | Rich Felker | 1 | -0/+1 |
2011-03-25 | fix all implicit conversion between signed/unsigned pointers | Rich Felker | 1 | -1/+1 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+224 |