3
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 5 months ago.
Dec 13, 2022 — Dec 13, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added missing headers More... about 19 years ago
indented source to look more like other ares code, added (somewhat ugly) typecasts to build warning-free on 64bit platforms (the result of a (char *) - (char *) cannot be stored in an int universally) More... about 19 years ago
sortlist_alloc() is never used on win32, so ifdef out it to prevent warning More... about 19 years ago
avoid warning on windows More... about 19 years ago
add needed include More... about 19 years ago
Attempted to fix c-ares not building on non-IPv6 systems More... about 19 years ago
Allow environment variables to override default autotools. More... about 19 years ago
credits More... about 19 years ago
Removed usage of u_int and u_char More... about 19 years ago
Made sortlist support IPv6 (this can probably use some testing) More... about 19 years ago
Made sortlist support CIDR matching for IPv4 More... about 19 years ago
Added preliminary IPv6 support to ares_gethostbyname More... about 19 years ago
Added include for inet_net_pton.h to ares__get_hostent.c More... about 19 years ago
Made ares_gethostbyaddr support IPv6 by specifying AF_INET6 as the family More... about 19 years ago
include sys/types.h too when checking for headers as otherwise this breaks on Solaris and FreeBSD. At least. More... about 19 years ago
Try harder to see if arpa/nameser_compat.h REALLY is a good header file to include, as it seems at least some AIX versions don't really allow it to be include at the same time as the original nameser.h. More... about 19 years ago
Tupone Alfredo fixed includes of arpa/nameser_compat.h to build fine on Mac OS X. More... about 19 years ago
better errno constant replacements, as mentioned by Gisle Vanem More... about 19 years ago
Include inet_net_pton.h for 'struct in6_addr'. Ideally this should come from <ws2tcpip.h>, but Winsock 1.1 should suffice. More... about 19 years ago
Moved inet_net_pton.h to HHEADERS. More... about 19 years ago
check for struct sizes and use those sizes if the NS_* defines are lacking (IRIX 6.5.22 it seems) More... about 19 years ago
moved the *_inet_pton protos to inet_net_pton.h instead More... about 19 years ago
made the ares_inet_net_pton() proto use size_t size, as the function in the code uses that More... about 19 years ago
with these changes, it builds on my win32 cross-compiler More... about 19 years ago
check for another arpa header More... about 19 years ago
check for the arpa/* headers More... about 19 years ago
Provided implementations of inet_net_pton and inet_pton from BIND for systems that do not include these functions. These will be necessary for CIDR support and IPv6 support. More... about 19 years ago
Updated the copyright year since changes have been this year. More... about 19 years ago
CURL_EXTERN is already in <curl/curl.h>. More... about 19 years ago
Prevent redefinition warning with CURLDEBUG. More... about 19 years ago