diff options
author | Dominick Meglio <dcm5151@esu.edu> | 2005-04-08 19:46:46 +0000 |
---|---|---|
committer | Dominick Meglio <dcm5151@esu.edu> | 2005-04-08 19:46:46 +0000 |
commit | 00b7a550b5f226f577966163747a28989bed5c32 (patch) | |
tree | ccb8962aaf637be911d1370b5593aedadf484cef /CHANGES | |
parent | e55c48b8cfcd9e098801335fedebd5b1702fc800 (diff) | |
download | c-ares-00b7a550b5f226f577966163747a28989bed5c32.tar.gz c-ares-00b7a550b5f226f577966163747a28989bed5c32.tar.bz2 c-ares-00b7a550b5f226f577966163747a28989bed5c32.zip |
Added preliminary IPv6 support to ares_gethostbyname
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ * April 8 +- Added preliminary IPv6 support to ares_gethostbyname. Currently, sortlist + does not work with IPv6. Also provided an implementation of bitncmp from + BIND for systems that do not supply this function. This will be used to add + IPv6 support to sortlist. + - Made ares_gethostbyaddr support IPv6 by specifying AF_INET6 as the family. The function can lookup IPv6 addresses both from files (/etc/hosts) and DNS lookups. |