79 Commits (74f1bd8c22b8e1576883dc02e8ea231f6bbc8ca6)

Author SHA1 Message Date
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
Yang Tse 5fc305a0ba Initial step towards a configure time ares_socklen_t definition 16 years ago
Daniel Stenberg 28531dea2e - ares.h no longer uses the HAVE_STRUCT_IN6_ADDR define check, but instead it 16 years ago
Daniel Stenberg f61fa37f40 Gregor Jasny provided the patch that introduces ares_set_socket_callback(), 16 years ago
Dan Fandrich 20e7876430 Bring the sys/include.h include test in line with curl's. 16 years ago
Daniel Stenberg 413f8dd2a7 Let's not call ares_save_options() deprecated just yet 16 years ago
Daniel Stenberg e61d4b9e21 Introduce ares_dup(3) and new thoughts about API/ABI and how to move forwards. 16 years ago
Daniel Stenberg f31add0695 Convert the public config struct to the same binary size/construct as in the 16 years ago
Dan Fandrich b4371466d4 Make sure sys/socket.h is included before netinet/in.h (required by 16 years ago
Daniel Stenberg 8a6b51d560 - Brad Spencer brought the new function ares_gethostbyname_file() which simply 16 years ago
Daniel Stenberg 1a1b4eb4f2 - Carlo Contavalli added support for the glibc "rotate" option, as documented 16 years ago
Daniel Stenberg 46dbd9461a - Introducing millisecond resolution support for the timeout option. See 17 years ago
Gisle Vanem 6fed3ff520 Fix for targets that do have 'struct in6_addr', but which doesn't 17 years ago
Yang Tse 8627b23715 Needed now that in6_addr is referenced in ares.h 17 years ago
Steinar H. Gunderson b4bdb6d4d7 Return TTL data from ares_parse_{a,aaaa}_reply, if the user is so inclined. Patch from the Google tree. 17 years ago
Yang Tse 7cd35ce698 Define WIN32 when build target is Win32 API. 17 years ago
Yang Tse e2d80922fe Avoid shadowing a global declaration 17 years ago
Steinar H. Gunderson 56ffdcefe1 Support a few more socket options, and refactor the option setting a bit. (Patch from the Google tree.) 17 years ago
Steinar H. Gunderson 50ba81cd23 Make the query callbacks return the number of timeouts that happened during the execution of a query, and update documentation accordingly. (Patch from the Google tree.) 17 years ago
Gunter Knauf 9837d91d68 added NetWare CLIB-own header to solve gcc warnings. 18 years ago
Gunter Knauf 316c126447 few minor changes to make ares compile for NetWare CLIB architecture. 18 years ago
Daniel Stenberg f1440b2405 Brad House added ares_save_options() and ares_destroy_options() that can be 18 years ago