aboutsummaryrefslogtreecommitdiff
path: root/ares/ares.h
AgeCommit message (Expand)Author
2009-11-23Daniel wants upcoming release to be 1.7.0Yang Tse
2009-11-23- Jakub Hrozek renamed addrttl and addr6ttl structs to ares_addrttl andYang Tse
2009-11-20Add missing external API decoration for ares_set_socket_callback()Yang Tse
2009-11-20Jakub Hrozek modified ares_parse_srv_reply() and ares_parse_txt_reply() APIYang Tse
2009-11-20Initial support for the generic ares_free_data() function that will allowYang Tse
2009-10-31Symbol hiding configure options renamed to the hopefully less ambiguousYang Tse
2009-10-30In no particular order, changed/fixed all of the following inYang Tse
2009-10-29Jakub Hrozek added ares_parse_txt_reply() for TXT parsingDaniel Stenberg
2009-10-29use 'ares_srv_reply' for proper name-spacingDaniel Stenberg
2009-10-29External API function linkage decoration adjustmentYang Tse
2009-10-28Initial step towards the ability to reduce c-ares exported symbolsYang Tse
2009-10-23John Engelhart noticed an unreleased problem relative to a duplicateYang Tse
2009-09-05changed u_int16_t to unsigned short because it is the only place within ares ...Gunter Knauf
2009-09-04- Jakub Hrozek added ares_parse_srv_reply() for SRV parsingDaniel Stenberg
2009-08-03- Timo Teras changed the reason code used in the resolve callback done whenDaniel Stenberg
2009-05-26Make ares_init(), ares_dup() and ares_init_options() return ARES_ENOTINITIALIZEDYang Tse
2009-05-19Fix caseYang Tse
2009-05-18Remove run-time requirement for advapi32.dll sinceYang Tse
2009-05-18Intentionally avoid checking if the address of SystemFunction036, a.k.a.Yang Tse
2009-05-18- Provide in external interface preprocessor symbol definitions forYang Tse
2009-05-17Introduction of ares_library_init() and ares_library_cleanup()Yang Tse
2009-05-02Use build-time configured ares_socklen_t instead of socklen_tYang Tse
2009-04-28Initial step towards a configure time ares_socklen_t definitionYang Tse
2009-01-14- ares.h no longer uses the HAVE_STRUCT_IN6_ADDR define check, but instead itDaniel Stenberg
2008-12-04Gregor Jasny provided the patch that introduces ares_set_socket_callback(),Daniel Stenberg
2008-12-04Bring the sys/include.h include test in line with curl's.Dan Fandrich
2008-12-03Let's not call ares_save_options() deprecated just yetDaniel Stenberg
2008-12-03Introduce ares_dup(3) and new thoughts about API/ABI and how to move forwards.Daniel Stenberg
2008-12-01Convert the public config struct to the same binary size/construct as in theDaniel Stenberg
2008-11-29Make sure sys/socket.h is included before netinet/in.h (required byDan Fandrich
2008-11-19- Brad Spencer brought the new function ares_gethostbyname_file() which simplyDaniel Stenberg
2008-11-01- Carlo Contavalli added support for the glibc "rotate" option, as documentedDaniel Stenberg
2008-05-13- Introducing millisecond resolution support for the timeout option. SeeDaniel Stenberg
2007-12-10Fix for targets that do have 'struct in6_addr', but which doesn'tGisle Vanem
2007-11-15Needed now that in6_addr is referenced in ares.hYang Tse
2007-11-15Return TTL data from ares_parse_{a,aaaa}_reply, if the user is so inclined. P...Steinar H. Gunderson
2007-11-08Define WIN32 when build target is Win32 API.Yang Tse
2007-10-19Avoid shadowing a global declarationYang Tse
2007-09-28Support a few more socket options, and refactor the option setting a bit. (Pa...Steinar H. Gunderson
2007-09-28Make the query callbacks return the number of timeouts that happened during t...Steinar H. Gunderson
2007-07-03added NetWare CLIB-own header to solve gcc warnings.Gunter Knauf
2007-07-03few minor changes to make ares compile for NetWare CLIB architecture.Gunter Knauf
2007-05-30Brad House added ares_save_options() and ares_destroy_options() that can beDaniel Stenberg
2007-05-30added ares_process_fd() to allow applications to ask for processing onDaniel Stenberg
2007-04-16ares_getopt() command-line parser function does not belong to actualYang Tse
2007-04-12add ares_getopt prototypeYang Tse
2007-02-19Vlad Dinulescu added ares_parse_ns_reply()Daniel Stenberg
2006-10-11Remove redundant __CYGWIN__ symbol checkYang Tse
2006-07-05Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows he...Yang Tse
2006-05-03Nick Mathewson added the ARES_OPT_SOCK_STATE_CB option that when set makesDaniel Stenberg