172 Commits (87d24facd847610299ff4db0cb0b683e0e3a0d1c)

Author SHA1 Message Date
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
Guenter Knauf 8b79584e01 Kill some more compiler warnings. 13 years ago
Guenter Knauf 27a478c7a3 Kill compiler warning about unused var. 13 years ago
Guenter Knauf 58e62c5879 Fixed my last commit: wrong preprocessor directive. 13 years ago
Guenter Knauf 995fa144d9 Check for __ANDROID__ in addition to ANDROID macro. 13 years ago
Daniel Stenberg 506d586276 port numbers: convert them to network order! 13 years ago
Daniel Stenberg 1c26242c52 white space cleanup 13 years ago
Poul Thomas Lomholt 73dc26a9fc get_iphlpapi_dns_info: fix buffer overrun 13 years ago
Yang Tse 4ab65461b6 ares_init.c: fix compiler warning on winsock builds 13 years ago
Yang Tse 3d84eb3bbc ares_init.c: fix segfault triggered in ares_init_options() upon previous 13 years ago
Yang Tse a831da792d fix MSVC compiler warning 'conditional expression is constant' 13 years ago
Jakub Hrozek 8e457f2c41 Fix incorrect sizeof() in ares_save_options 14 years ago
Daniel Stenberg 3cb1afe054 strlen: use size_t to receive the return 14 years ago
Yang Tse 22a52102d6 ares_init: make ares_private.h last included header again 14 years ago
Yang Tse ef5390e6bb winsock: compilation fixes 14 years ago
David Stuart 6518b56a5e IPv6-on-windows: find DNS servers correctly 14 years ago
Yang Tse 5e5c0132e6 renamed getplatform() to ares__getplatform() to avoid namespace pollution 14 years ago
Yang Tse 5b6a188909 build: move platform stuff to ares_platform.c and ares_platform.h 14 years ago
Yang Tse bd066ab8ef build: find out windows platform using GetVersionEx() 14 years ago
Yang Tse 8c503ddf79 System's errno.h inclusion cleanup. 14 years ago