100 Commits (162debf3cc5aca7e552552b2b353191315807acd)

Author SHA1 Message Date
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
noiz bcfbad93b8 Update ares.h to support compiling with QNX 8 years ago
Brad House 919dc45f2f Portability updates for legacy systems. (#92) 8 years ago
elcallio c32103e112 Add virtual function set for socket IO 8 years ago
Aaron Bieber b0af263838 fix build on OpenBSD 8 years ago
David Drysdale dd7a9bc89b api: add ARES_OPT_NOROTATE optmask value 8 years ago
Andrew Ayer 11e37a92ef Add ares_set_socket_configure_callback() 9 years ago
Fedor Indutny 53c2186e18 txt: introduce `ares_parse_txt_reply_ext` 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 b619d13693 api: Expose the ares_library_initialized() function 9 years ago
Yang Tse 127d4cb357 ares.h: stricter CARES_EXTERN linkage decorations logic 12 years ago
Daniel Stenberg 57203b14df ares.h: there is no ares_free_soa function 12 years ago
Daniel Stenberg ecf6f65b43 ares.h: s/socklen_t/ares_socklen_t for portability 12 years ago
Daniel Stenberg cf7ad9758d ares_inet_pton/ntop: cleanup 12 years ago
hpopescu@ixiacom.com 90364defb0 Added new feature (rfc2671) 12 years ago
Marko Kreen 979bf951d3 SOA parser added 13 years ago
Guenter Knauf 7d3f341156 Check for __ANDROID__ in addition to ANDROID macro. 13 years ago
Guenter Knauf 4ef145cede Fix for Android to include sys/select.h for fd_set. 13 years ago
saghul 6bab0393c4 Added support for parsing NAPTR records 13 years ago
Yang Tse d81cae7a67 Windows CE specific adjustment 14 years ago
Guenter Knauf 28ff9336d5 Replaced uint32_t with unsigned int to fix broken builds on a couple of platforms. 15 years ago
Ben Greear e3b04e5a47 local-bind: Support binding to local interface/IPs 15 years ago
Jérémy Lal 63918fca76 added ares_parse_mx_reply 15 years ago
Daniel Stenberg 63627fa5ab remove all $Id$ lines 15 years ago
Yang Tse 907b09ccd0 fix compiler warning 15 years ago
Yang Tse 8fe746fcf2 Added IPv6 name servers support 15 years ago
Yang Tse 612a29311a Daniel wants upcoming release to be 1.7.0 15 years ago
Yang Tse 36b26039ac - Jakub Hrozek renamed addrttl and addr6ttl structs to ares_addrttl and 15 years ago
Yang Tse 7a7befd37b Add missing external API decoration for ares_set_socket_callback() 15 years ago
Yang Tse 5d62fe703f Jakub Hrozek modified ares_parse_srv_reply() and ares_parse_txt_reply() API 15 years ago
Yang Tse 2a916ce6e5 Initial support for the generic ares_free_data() function that will allow 15 years ago
Yang Tse f77839ed17 Symbol hiding configure options renamed to the hopefully less ambiguous 15 years ago
Yang Tse cef06973a2 In no particular order, changed/fixed all of the following in 15 years ago
Daniel Stenberg 9cbd5ed034 Jakub Hrozek added ares_parse_txt_reply() for TXT parsing 15 years ago
Daniel Stenberg 9ff3cb7411 use 'ares_srv_reply' for proper name-spacing 15 years ago
Yang Tse de18bf7562 External API function linkage decoration adjustment 15 years ago
Yang Tse 9cac6a4625 Initial step towards the ability to reduce c-ares exported symbols 15 years ago
Yang Tse b53526b1a9 John Engelhart noticed an unreleased problem relative to a duplicate 15 years ago
Gunter Knauf 091393e79c changed u_int16_t to unsigned short because it is the only place within ares and curl where such a type would be used; 15 years ago
Daniel Stenberg a5b204dd5b - Jakub Hrozek added ares_parse_srv_reply() for SRV parsing 15 years ago
Daniel Stenberg 408df8efcd - Timo Teras changed the reason code used in the resolve callback done when 16 years ago
Yang Tse cf3301f024 Make ares_init(), ares_dup() and ares_init_options() return ARES_ENOTINITIALIZED 16 years ago
Yang Tse d3f3189860 Fix case 16 years ago
Yang Tse 757642f675 Remove run-time requirement for advapi32.dll since 16 years ago
Yang Tse b677ff3d15 Intentionally avoid checking if the address of SystemFunction036, a.k.a. 16 years ago
Yang Tse 5b17412c1f - Provide in external interface preprocessor symbol definitions for 16 years ago
Yang Tse b7c7bab713 Introduction of ares_library_init() and ares_library_cleanup() 16 years ago
Yang Tse 3a55bbebf1 Use build-time configured ares_socklen_t instead of socklen_t 16 years ago