- ares_gethostbyname() now accepts 'AF_UNSPEC' as a family for resolving
authorDaniel Stenberg <daniel@haxx.se>
Sat, 31 Jan 2009 20:17:41 +0000 (20:17 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 31 Jan 2009 20:17:41 +0000 (20:17 +0000)
commita2256e899b7c122169b9c50e8cb92ac6fc51e95b
tree0235ee52cb2d1054027f4a7c083b0665035b442e
parent8b6805572a5322bd4addbf45382f0041cc09c885
- ares_gethostbyname() now accepts 'AF_UNSPEC' as a family for resolving
  either AF_INET6 or AF_INET. It works by accepting any of the looksups in the
  hosts file, and it resolves the AAAA field with a fallback to A.
ares/CHANGES
ares/RELEASE-NOTES
ares/ares__get_hostent.c
ares/ares_gethostbyname.c