summaryrefslogtreecommitdiff
path: root/ares.h
AgeCommit message (Expand)AuthorFilesLines
2012-08-17Added new feature (rfc2671)hpopescu@ixiacom.com1-0/+12
2012-06-15SOA parser addedMarko Kreen1-0/+16
2012-04-16Check for __ANDROID__ in addition to ANDROID macro.Guenter Knauf1-1/+1
2012-04-14Fix for Android to include sys/select.h for fd_set.Guenter Knauf1-1/+2
2012-02-23Added support for parsing NAPTR recordssaghul1-0/+14
2011-03-22Windows CE specific adjustmentYang Tse1-1/+7
2010-07-29Replaced uint32_t with unsigned int to fix broken builds on a couple of platf...Guenter Knauf1-1/+1
2010-07-18local-bind: Support binding to local interface/IPsBen Greear1-0/+19
2010-04-18added ares_parse_mx_replyJérémy Lal1-0/+10
2010-03-27remove all $Id$ linesDaniel Stenberg1-1/+0
2010-03-11fix compiler warningYang Tse1-1/+1
2010-03-05Added IPv6 name servers supportYang Tse1-1/+16
2009-11-23Daniel wants upcoming release to be 1.7.0Yang Tse1-6/+6
2009-11-23- Jakub Hrozek renamed addrttl and addr6ttl structs to ares_addrttl andYang Tse1-8/+5
2009-11-20Add missing external API decoration for ares_set_socket_callback()Yang Tse1-3/+3
2009-11-20Jakub Hrozek modified ares_parse_srv_reply() and ares_parse_txt_reply() APIYang Tse1-4/+2
2009-11-20Initial support for the generic ares_free_data() function that will allowYang Tse1-6/+10
2009-10-31Symbol hiding configure options renamed to the hopefully less ambiguousYang Tse1-2/+2
2009-10-30In no particular order, changed/fixed all of the following inYang Tse1-1/+1
2009-10-29Jakub Hrozek added ares_parse_txt_reply() for TXT parsingDaniel Stenberg1-0/+10
2009-10-29use 'ares_srv_reply' for proper name-spacingDaniel Stenberg1-2/+2
2009-10-29External API function linkage decoration adjustmentYang Tse1-7/+9
2009-10-28Initial step towards the ability to reduce c-ares exported symbolsYang Tse1-70/+192
2009-10-23John Engelhart noticed an unreleased problem relative to a duplicateYang Tse1-4/+6
2009-09-05changed u_int16_t to unsigned short because it is the only place within ares ...Gunter Knauf1-3/+3
2009-09-04- Jakub Hrozek added ares_parse_srv_reply() for SRV parsingDaniel Stenberg1-1/+10
2009-08-03- Timo Teras changed the reason code used in the resolve callback done whenDaniel Stenberg1-0/+1
2009-05-26Make ares_init(), ares_dup() and ares_init_options() return ARES_ENOTINITIALIZEDYang Tse1-2/+5
2009-05-19Fix caseYang Tse1-1/+1
2009-05-18Remove run-time requirement for advapi32.dll sinceYang Tse1-2/+1
2009-05-18Intentionally avoid checking if the address of SystemFunction036, a.k.a.Yang Tse1-1/+0
2009-05-18- Provide in external interface preprocessor symbol definitions forYang Tse1-2/+4
2009-05-17Introduction of ares_library_init() and ares_library_cleanup()Yang Tse1-0/+14
2009-05-02Use build-time configured ares_socklen_t instead of socklen_tYang Tse1-1/+1
2009-04-28Initial step towards a configure time ares_socklen_t definitionYang Tse1-0/+3
2009-01-14- ares.h no longer uses the HAVE_STRUCT_IN6_ADDR define check, but instead itDaniel Stenberg1-9/+17
2008-12-04Gregor Jasny provided the patch that introduces ares_set_socket_callback(),Daniel Stenberg1-0/+5
2008-12-04Bring the sys/include.h include test in line with curl's.Dan Fandrich1-1/+2
2008-12-03Let's not call ares_save_options() deprecated just yetDaniel Stenberg1-8/+5
2008-12-03Introduce ares_dup(3) and new thoughts about API/ABI and how to move forwards.Daniel Stenberg1-2/+24
2008-12-01Convert the public config struct to the same binary size/construct as in theDaniel Stenberg1-1/+0
2008-11-29Make sure sys/socket.h is included before netinet/in.h (required byDan Fandrich1-1/+1
2008-11-19- Brad Spencer brought the new function ares_gethostbyname_file() which simplyDaniel Stenberg1-0/+2
2008-11-01- Carlo Contavalli added support for the glibc "rotate" option, as documentedDaniel Stenberg1-0/+2
2008-05-13- Introducing millisecond resolution support for the timeout option. SeeDaniel Stenberg1-1/+3
2007-12-10Fix for targets that do have 'struct in6_addr', but which doesn'tGisle Vanem1-1/+1
2007-11-15Needed now that in6_addr is referenced in ares.hYang Tse1-2/+15
2007-11-15Return TTL data from ares_parse_{a,aaaa}_reply, if the user is so inclined. P...Steinar H. Gunderson1-2/+21
2007-11-08Define WIN32 when build target is Win32 API.Yang Tse1-0/+8
2007-10-19Avoid shadowing a global declarationYang Tse1-8/+1