1. 338cc31 getifaddrs: remove unused label by rofl0r · 11 years ago
  2. 4af3ea7 getifaddrs: use if_nameindex to enumerate interfaces by rofl0r · 11 years ago
  3. 69a1983 getifaddrs: one less indent level by rofl0r · 11 years ago
  4. c82f53f getifaddrs: less malloc by rofl0r · 11 years ago
  5. 202db37 add getifaddrs by rofl0r · 11 years ago
  6. b6f9941 implement dn_skipname (legacy resolver function) by Rich Felker · 11 years ago
  7. a47ad3e dynamically allocate storage for gethostby* buffers by Rich Felker · 12 years ago
  8. c019355 fix blank ai_canonname from getaddrinfo for non-CNAMEs by Rich Felker · 12 years ago
  9. b030286 fix memory leak due to double call to getaddrinfo in gethostbyname* by Rich Felker · 12 years ago
  10. 70b584b fix error returns in gethostby*_r functions by Rich Felker · 12 years ago
  11. 36d7303 add inet_network (required for wine) by rofl0r · 12 years ago
  12. e8a0b27 improve SOCK_NONBLOCK/SOCK_CLOEXEC fallback code by Rich Felker · 12 years ago
  13. f2d08cf fix some more O_CLOEXEC/SOCK_CLOEXEC issues by Rich Felker · 12 years ago
  14. dc62790 move accept4, dup3, and pipe2 to non-linux-specific locations by Rich Felker · 12 years ago
  15. 79a5e73 emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre-2.6.27) kernels by Rich Felker · 12 years ago
  16. 4b49060 fix getaddrinfo to accept port 0 (zero) by Rich Felker · 12 years ago
  17. 400c5e5 use restrict everywhere it's required by c99 and/or posix 2008 by Rich Felker · 12 years ago
  18. 845a5e6 remove scanf dependency from getaddrinfo /etc/services support by Rich Felker · 12 years ago
  19. efe72c5 getaddrinfo /etc/services lookup support by Rich Felker · 12 years ago
  20. 75fff40 make getservby*_r return error code rather than -1 (and using errno) by Rich Felker · 12 years ago
  21. 68c5822 fix logic error for skipping failed interfaces in if_nameindex by Rich Felker · 12 years ago
  22. 06650b9 fix getservby*() with null pointer for protocol argument by Rich Felker · 12 years ago
  23. 9610756 workaround another sendmsg kernel bug on 64-bit machines by Rich Felker · 12 years ago
  24. 01e94c4 fix misplaced semicolon in preprocessor directive (#undef h_errno) by Rich Felker · 12 years ago
  25. e68c51a use __h_errno_location for h_errno by Rich Felker · 12 years ago
  26. 4f346b0 improve name lookup performance in corner cases by Rich Felker · 12 years ago
  27. 56ddcc7 fix for previous incorrect fix of cancellation in dns lookups by Rich Felker · 13 years ago
  28. 88d84b7 fix default nameserver when resolv.conf doesn't exist by Rich Felker · 13 years ago
  29. f42bad9 fix illegal goto out of cleanup context in dns lookups by Rich Felker · 13 years ago
  30. 12d547b make dns lookups (and thus getaddrinfo) cancellable by Rich Felker · 13 years ago
  31. bf027ca use poll rather than select in dns lookups (also clock_gettime) by Rich Felker · 13 years ago
  32. 28af39f remove some stray trailing space characters by Rich Felker · 13 years ago
  33. fc0ecd3 implement if_nameindex and if_freenameindex by Rich Felker · 13 years ago
  34. 8879839 fix wrong messages in gai_strerror by Rich Felker · 13 years ago
  35. f4e8e64 port numbers should always be interpreted as decimal by Rich Felker · 13 years ago
  36. c3c5e88 "implement" getnetbyaddr and getnetbyname by Rich Felker · 13 years ago
  37. e936e46 res_search symbol, aliased to res_query for now (better than nothing) by Rich Felker · 13 years ago
  38. 3486365 fix bug in ipv6 parsing that prevented parsing a lone "::" by Rich Felker · 13 years ago
  39. 34d8197 ipv6 parsing code (formerly dummied-out) by Rich Felker · 13 years ago
  40. 31f014e fix bogus return values for inet_pton by Rich Felker · 13 years ago
  41. f1ac8a2 disallow blank strings as service or host name by Rich Felker · 13 years ago
  42. d4b5d6e fix bugs in ipv4 parsing by Rich Felker · 13 years ago
  43. 43ee4df dns lookups: protect against cancellation and fix incorrect error codes by Rich Felker · 13 years ago
  44. feee989 overhaul pthread cancellation by Rich Felker · 13 years ago
  45. c898626 optimize ntohl etc. in terms of bswap functions by Rich Felker · 13 years ago
  46. 7168790 workaround broken msghdr struct on 64bit linux by Rich Felker · 13 years ago
  47. 5b8d81f fix ipv6 address printing: 2001 appeared as 201, etc. by Rich Felker · 13 years ago
  48. d104c1f fix broken dns response parsing code that made most ipv6 lookups fail by Rich Felker · 13 years ago
  49. e2cc0be return the requested string as the "canonical name" for numeric addresses by Rich Felker · 13 years ago
  50. d4fbebe fix uninitialized variables in dns lookup code by Rich Felker · 13 years ago
  51. 97d0988 add _res (__res_state()) dummy by Rich Felker · 13 years ago
  52. 92b2eb8 implement if_indextoname and if_nametoindex functions by Rich Felker · 13 years ago
  53. 9ae8d5f fix all implicit conversion between signed/unsigned pointers by Rich Felker · 13 years ago
  54. 03a2f3e cleanup socketcall syscall interface to ease porting to sane(r) archs by Rich Felker · 14 years ago
  55. 6fbf8bf another pointer signedness fix by Rich Felker · 14 years ago
  56. 0b44a03 initial check-in, version 0.5.0 by Rich Felker · 14 years ago