191 Commits (5786f6d99a3760dd5094a67eff0b6c01eaf882f4)

Author SHA1 Message Date
Brad House 8dff81569f get rid of c++ style comments 7 years ago
Sergey Kolomenkin a600f58a94 remove compilation warnings in MSVC (#47) 7 years ago
Brad House 8af5760b2c As per Issue #155, since we do not require gethostname() during init, if it fails, there's no reason for init to fail as it is only used to populate the domain 7 years ago
Brad Spencer fabe20ff0d Fix computation of IPv6 blacklist mask for values of netmask > 8. (#164) 7 years ago
Roman Teterin 7418ccaeba Fix a typo in init_by_resolv_conf (#160) 7 years ago
Brad House 42c04d3c71 @gvanem says MSVC -RTCc option fails, looks erroneous to me, but the additional mask is harmless 7 years ago
Brad House b980d53eed Fix some other mingw warnings 7 years ago
Brad House 2effec26f4 Issue #143, get rid of windows build warning due to passing 'char **' to argument expecting 'const char **' 7 years ago
Brad House 2250b598fe Android variants may not have __system_property_get 7 years ago
John Schember 1abf13ed30 Fix DNS server lookup breaking with Android O due to Android removing access to net.dns# system properties. (#148) 7 years ago
Gergely Nagy 2a9e231396 Force using the ANSI versions of WinAPI functions (#142) 7 years ago
Brad House 9ef37fedc6 Win32 exclude legacy ipv6 subnets (#144) 7 years ago
Brad House 33bf5ba35e Preserve original DNS server order on Windows for equal metrics. 7 years ago
ChristianAmmer cb9521d5f4 Added support for Windows DNS Suffix Search List (#93) 8 years ago
Brad House 919dc45f2f Portability updates for legacy systems. (#92) 8 years ago
Brad House 39aeafd27d Windows DNS server sorting (#81) 8 years ago
elcallio c32103e112 Add virtual function set for socket IO 8 years ago
David Drysdale dd7a9bc89b api: add ARES_OPT_NOROTATE optmask value 8 years ago
David Drysdale 55bbe92677 ares_init_options: only propagate init failures from options 8 years ago
David Drysdale 9642b578a2 Fix trailing comment for #endif 9 years ago
nordsturm 008e9a9ecd Fix nsort initialization 9 years ago
David Drysdale 7e17c22b0f Use "resolve" as synonym of "dns" in nsswitch.conf 9 years ago
Fedor Indutny e514088f96 Ignore `fopen` errors to use default values 9 years ago
Andrew Ayer 11e37a92ef Add ares_set_socket_configure_callback() 9 years ago
David Drysdale 7972adc5d7 api: Add entrypoints to allow use of per-server ports 9 years ago
David Drysdale 06d0f72e54 api: Add ares_set_sortlist(3) entrypoint 9 years ago
David Drysdale f1bcfa1122 api: Allow injection of user-specified malloc/free functions 9 years ago
David Drysdale 87ff25049c Mark unhittable lines 9 years ago
David Drysdale 74ba881295 config_sortlist: free any existing sortlist on (re)alloc failure 9 years ago
David Drysdale 970dea47b7 ares_dup: clear new channel on failure 9 years ago
David Drysdale 46bb820be3 ares_init_options: don't lose init failure 9 years ago
David Drysdale 66f40230a0 Don't exit loop early leaving uninitialized entries 9 years ago
Gregor Jasny affc63cba8 Use libresolv to initialize cares on iPhone targets 9 years ago
Lei Shi 52ecef76df Fixing slow DNS lookup issue 9 years ago
Jakub Hrozek 453578354f Destroy options if ares_save_options fails 10 years ago
David Drysdale a0b24beb95 Continue loop if space for hostname not large enough 10 years ago
David Drysdale 7df69c0f79 Don't override explicitly specified search domains 11 years ago
Daniel Stenberg cf7ad9758d ares_inet_pton/ntop: cleanup 12 years ago
Daniel Stenberg 9c03cc118c ares__generate_new_id: moved to ares_query.c 12 years ago
Yang Tse 0c677f578e setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> 12 years ago
Yang Tse a1035276c1 Header inclusion clean-up 12 years ago
Daniel Stenberg 65ac7e706d get_DNS_AdaptersAddresses: fix IPv6 parsing 12 years ago
hpopescu@ixiacom.com 90364defb0 Added new feature (rfc2671) 12 years ago
Yang Tse 38b69b7269 Kill compiler warning 13 years ago
Nick Alcock 9bd38a4a6e Fix UDP and TCP port byte order in saved options. 13 years ago
Yang Tse 7ce8fe781a ares_init.c: Further refactoring of Windows system's DNS fetching code 13 years ago
Guenter Knauf 05346c25cb Android: small changes to dns property part. 13 years ago
Guenter Knauf 2c67ce6459 Add support for multiple DNS servers on Android. 13 years ago
Guenter Knauf 5e80852e4c Added some more ifdefs to silent compiler warnings. 13 years ago
Yang Tse 4980cc99e2 ares_init.c: get_iphlpapi_dns_info() refactoring 13 years ago