summaryrefslogtreecommitdiff
path: root/ares/ares.h
Commit message (Expand)AuthorAgeFilesLines
* remove the ares subtreeDaniel Stenberg2010-03-241-509/+0
* fix compiler warningYang Tse2010-03-111-1/+1
* Added IPv6 name servers supportYang Tse2010-03-051-1/+16
* Daniel wants upcoming release to be 1.7.0Yang Tse2009-11-231-6/+6
* - Jakub Hrozek renamed addrttl and addr6ttl structs to ares_addrttl andYang Tse2009-11-231-8/+5
* Add missing external API decoration for ares_set_socket_callback()Yang Tse2009-11-201-3/+3
* Jakub Hrozek modified ares_parse_srv_reply() and ares_parse_txt_reply() APIYang Tse2009-11-201-4/+2
* Initial support for the generic ares_free_data() function that will allowYang Tse2009-11-201-6/+10
* Symbol hiding configure options renamed to the hopefully less ambiguousYang Tse2009-10-311-2/+2
* In no particular order, changed/fixed all of the following inYang Tse2009-10-301-1/+1
* Jakub Hrozek added ares_parse_txt_reply() for TXT parsingDaniel Stenberg2009-10-291-0/+10
* use 'ares_srv_reply' for proper name-spacingDaniel Stenberg2009-10-291-2/+2
* External API function linkage decoration adjustmentYang Tse2009-10-291-7/+9
* Initial step towards the ability to reduce c-ares exported symbolsYang Tse2009-10-281-70/+192
* John Engelhart noticed an unreleased problem relative to a duplicateYang Tse2009-10-231-4/+6
* changed u_int16_t to unsigned short because it is the only place within ares ...Gunter Knauf2009-09-051-3/+3
* - Jakub Hrozek added ares_parse_srv_reply() for SRV parsingDaniel Stenberg2009-09-041-1/+10
* - Timo Teras changed the reason code used in the resolve callback done whenDaniel Stenberg2009-08-031-0/+1
* Make ares_init(), ares_dup() and ares_init_options() return ARES_ENOTINITIALIZEDYang Tse2009-05-261-2/+5
* Fix caseYang Tse2009-05-191-1/+1
* Remove run-time requirement for advapi32.dll sinceYang Tse2009-05-181-2/+1
* Intentionally avoid checking if the address of SystemFunction036, a.k.a.Yang Tse2009-05-181-1/+0
* - Provide in external interface preprocessor symbol definitions forYang Tse2009-05-181-2/+4
* Introduction of ares_library_init() and ares_library_cleanup()Yang Tse2009-05-171-0/+14
* Use build-time configured ares_socklen_t instead of socklen_tYang Tse2009-05-021-1/+1
* Initial step towards a configure time ares_socklen_t definitionYang Tse2009-04-281-0/+3
* - ares.h no longer uses the HAVE_STRUCT_IN6_ADDR define check, but instead itDaniel Stenberg2009-01-141-9/+17
* Gregor Jasny provided the patch that introduces ares_set_socket_callback(),Daniel Stenberg2008-12-041-0/+5
* Bring the sys/include.h include test in line with curl's.Dan Fandrich2008-12-041-1/+2
* Let's not call ares_save_options() deprecated just yetDaniel Stenberg2008-12-031-8/+5
* Introduce ares_dup(3) and new thoughts about API/ABI and how to move forwards.Daniel Stenberg2008-12-031-2/+24
* Convert the public config struct to the same binary size/construct as in theDaniel Stenberg2008-12-011-1/+0
* Make sure sys/socket.h is included before netinet/in.h (required byDan Fandrich2008-11-291-1/+1
* - Brad Spencer brought the new function ares_gethostbyname_file() which simplyDaniel Stenberg2008-11-191-0/+2
* - Carlo Contavalli added support for the glibc "rotate" option, as documentedDaniel Stenberg2008-11-011-0/+2
* - Introducing millisecond resolution support for the timeout option. SeeDaniel Stenberg2008-05-131-1/+3
* Fix for targets that do have 'struct in6_addr', but which doesn'tGisle Vanem2007-12-101-1/+1
* Needed now that in6_addr is referenced in ares.hYang Tse2007-11-151-2/+15
* Return TTL data from ares_parse_{a,aaaa}_reply, if the user is so inclined. P...Steinar H. Gunderson2007-11-151-2/+21
* Define WIN32 when build target is Win32 API.Yang Tse2007-11-081-0/+8
* Avoid shadowing a global declarationYang Tse2007-10-191-8/+1
* Support a few more socket options, and refactor the option setting a bit. (Pa...Steinar H. Gunderson2007-09-281-0/+4
* Make the query callbacks return the number of timeouts that happened during t...Steinar H. Gunderson2007-09-281-4/+4
* added NetWare CLIB-own header to solve gcc warnings.Gunter Knauf2007-07-031-0/+3
* few minor changes to make ares compile for NetWare CLIB architecture.Gunter Knauf2007-07-031-1/+1
* Brad House added ares_save_options() and ares_destroy_options() that can beDaniel Stenberg2007-05-301-0/+7
* added ares_process_fd() to allow applications to ask for processing onDaniel Stenberg2007-05-301-0/+18
* ares_getopt() command-line parser function does not belong to actualYang Tse2007-04-161-1/+0
* add ares_getopt prototypeYang Tse2007-04-121-0/+1
* Vlad Dinulescu added ares_parse_ns_reply()Daniel Stenberg2007-02-191-0/+2