201 Commits (4222811f53044ab99dafcf009ffb06c15eac9d20)

Author SHA1 Message Date
Brad House bfd5975854 Fix crash in ares_dup() due to new ARES_OPT_RESOLVCONF 6 years ago
Sarat Addepalli 7e6af8efbc Add ares_init_options() configurability for path to resolv.conf file 6 years ago
Brad House ad5852734c remove stale variables 6 years ago
Brad House 2244ea7cc6 add missing prototype 6 years ago
Brad House 86c82fb106 simplify ares_strsplit() and create ares_strsplit_free() helper function 6 years ago
John Schember cd4ee0599c Android: Support for domain search suffix (#211) 6 years ago
afalin 9bf74f03aa Improve DNS suffixes extracting from WinNT registry (#202) 6 years ago
flyingdutchman23 162debf3cc Fix modern gcc warning: argument to 'sizeof' in 'strncpy' call is the same expression as the source 6 years ago
Brad Spencer 7458fd58c2 Apply the IPv6 server blacklist to all nameserver sources, not just Windows (#193) 7 years ago
Brad Spencer c18f512d17 Fix warnings emitted by MSVC when using -W4 (#192) 7 years ago
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