1. 06bcf9b make getaddrinfo return error if both host and service name are null by Rich Felker · 9 years ago
  2. c63c98a make getaddrinfo support SOCK_RAW and other socket types by Rich Felker · 10 years ago
  3. bdad2fe add support for ipv6 scope_id to getaddrinfo and getnameinfo by Rich Felker · 10 years ago
  4. 6f409bf refactor getaddrinfo and add support for most remaining features by Rich Felker · 10 years ago
  5. cabe9aa reject invalid address families in getaddrinfo by Rich Felker · 11 years ago
  6. 2b1f2f1 remove duplicate includes from dynlink.c, strfmon.c and getaddrinfo.c by Szabolcs Nagy · 11 years ago
  7. f5dfb45 make getaddrinfo with AF_UNSPEC and null host return both IPv4 and v6 by Rich Felker · 11 years ago
  8. c019355 fix blank ai_canonname from getaddrinfo for non-CNAMEs by Rich Felker · 12 years ago
  9. 4b49060 fix getaddrinfo to accept port 0 (zero) by Rich Felker · 12 years ago
  10. 400c5e5 use restrict everywhere it's required by c99 and/or posix 2008 by Rich Felker · 12 years ago
  11. 845a5e6 remove scanf dependency from getaddrinfo /etc/services support by Rich Felker · 12 years ago
  12. efe72c5 getaddrinfo /etc/services lookup support by Rich Felker · 12 years ago
  13. 4f346b0 improve name lookup performance in corner cases by Rich Felker · 12 years ago
  14. f4e8e64 port numbers should always be interpreted as decimal by Rich Felker · 13 years ago
  15. f1ac8a2 disallow blank strings as service or host name by Rich Felker · 13 years ago
  16. e2cc0be return the requested string as the "canonical name" for numeric addresses by Rich Felker · 13 years ago
  17. 9ae8d5f fix all implicit conversion between signed/unsigned pointers by Rich Felker · 13 years ago
  18. 0b44a03 initial check-in, version 0.5.0 by Rich Felker · 14 years ago