ares.h: s/socklen_t/ares_socklen_t for portability
[platform/upstream/c-ares.git] / ares.h
2013-02-19 Daniel Stenbergares.h: s/socklen_t/ares_socklen_t for portability
2013-02-17 Daniel Stenbergares_inet_pton/ntop: cleanup
2012-08-16 hpopescu@ixiacom.comAdded new feature (rfc2671)
2012-06-15 Marko KreenSOA parser added
2012-04-16 Guenter KnaufCheck for __ANDROID__ in addition to ANDROID macro.
2012-04-14 Guenter KnaufFix for Android to include sys/select.h for fd_set.
2012-02-24 Daniel StenbergMerge pull request #7 from saghul/naptr
2012-02-23 saghulAdded support for parsing NAPTR records
2011-03-22 Yang TseWindows CE specific adjustment
2010-07-29 Guenter KnaufReplaced uint32_t with unsigned int to fix broken build...
2010-07-18 Ben Greearlocal-bind: Support binding to local interface/IPs
2010-04-17 Jérémy Laladded ares_parse_mx_reply
2010-03-27 Daniel Stenbergremove all $Id$ lines
2010-03-11 Yang Tsefix compiler warning
2010-03-05 Yang TseAdded IPv6 name servers support
2009-11-23 Yang TseDaniel wants upcoming release to be 1.7.0
2009-11-23 Yang Tse- Jakub Hrozek renamed addrttl and addr6ttl structs...
2009-11-20 Yang TseAdd missing external API decoration for ares_set_socket...
2009-11-20 Yang TseJakub Hrozek modified ares_parse_srv_reply() and ares_p...
2009-11-20 Yang TseInitial support for the generic ares_free_data() functi...
2009-10-31 Yang TseSymbol hiding configure options renamed to the hopefull...
2009-10-30 Yang TseIn no particular order, changed/fixed all of the follow...
2009-10-29 Daniel StenbergJakub Hrozek added ares_parse_txt_reply() for TXT parsing
2009-10-29 Daniel Stenberguse 'ares_srv_reply' for proper name-spacing
2009-10-29 Yang TseExternal API function linkage decoration adjustment
2009-10-28 Yang TseInitial step towards the ability to reduce c-ares expor...
2009-10-23 Yang TseJohn Engelhart noticed an unreleased problem relative...
2009-09-05 Gunter Knaufchanged u_int16_t to unsigned short because it is the...
2009-09-04 Daniel Stenberg- Jakub Hrozek added ares_parse_srv_reply() for SRV...
2009-08-03 Daniel Stenberg- Timo Teras changed the reason code used in the resolv...
2009-05-26 Yang TseMake ares_init(), ares_dup() and ares_init_options...
2009-05-19 Yang TseFix case
2009-05-18 Yang TseRemove run-time requirement for advapi32.dll since
2009-05-18 Yang TseIntentionally avoid checking if the address of SystemFu...
2009-05-18 Yang Tse- Provide in external interface preprocessor symbol...
2009-05-17 Yang TseIntroduction of ares_library_init() and ares_library_cl...
2009-05-02 Yang TseUse build-time configured ares_socklen_t instead of...
2009-04-28 Yang TseInitial step towards a configure time ares_socklen_t...
2009-01-14 Daniel Stenberg- ares.h no longer uses the HAVE_STRUCT_IN6_ADDR define...
2008-12-04 Daniel StenbergGregor Jasny provided the patch that introduces ares_se...
2008-12-04 Dan FandrichBring the sys/include.h include test in line with curl's.
2008-12-03 Daniel StenbergLet's not call ares_save_options() deprecated just yet
2008-12-03 Daniel StenbergIntroduce ares_dup(3) and new thoughts about API/ABI...
2008-12-01 Daniel StenbergConvert the public config struct to the same binary...
2008-11-29 Dan FandrichMake sure sys/socket.h is included before netinet/in...
2008-11-19 Daniel Stenberg- Brad Spencer brought the new function ares_gethostbyn...
2008-11-01 Daniel Stenberg- Carlo Contavalli added support for the glibc "rotate...
2008-05-13 Daniel Stenberg- Introducing millisecond resolution support for the...
2007-12-10 Gisle VanemFix for targets that do have 'struct in6_addr', but...
2007-11-15 Yang TseNeeded now that in6_addr is referenced in ares.h
2007-11-15 Steinar H. GundersonReturn TTL data from ares_parse_{a,aaaa}_reply, if...
2007-11-08 Yang TseDefine WIN32 when build target is Win32 API.
2007-10-19 Yang TseAvoid shadowing a global declaration
2007-09-28 Steinar H. GundersonSupport a few more socket options, and refactor the...
2007-09-28 Steinar H. GundersonMake the query callbacks return the number of timeouts...
2007-07-03 Gunter Knaufadded NetWare CLIB-own header to solve gcc warnings.
2007-07-03 Gunter Knauffew minor changes to make ares compile for NetWare...
2007-05-30 Daniel StenbergBrad House added ares_save_options() and ares_destroy_o...
2007-05-30 Daniel Stenbergadded ares_process_fd() to allow applications to ask...
2007-04-16 Yang Tseares_getopt() command-line parser function does not...
2007-04-12 Yang Tseadd ares_getopt prototype
2007-02-19 Daniel StenbergVlad Dinulescu added ares_parse_ns_reply()
2006-10-11 Yang TseRemove redundant __CYGWIN__ symbol check
2006-07-05 Yang TsePrevent definition of HAVE_WINxxx_H symbols and avoid...
2006-05-03 Daniel StenbergNick Mathewson added the ARES_OPT_SOCK_STATE_CB option...
2005-12-22 Daniel StenbergAdded ares_getsock() to extract sockets to wait for...
2005-12-19 Yang TseUndo previous change. This header file belongs to the...
2005-12-18 Yang TseCleanup windows header includes. Where aplicable, inclu...
2005-12-11 Yang TseUndo last changes
2005-12-11 Yang TseFix compiler warning and compatibility issue with the...
2005-11-09 Gisle VanemReplace <winsock.h> with <winsock2.h>
2005-09-18 Dominick MeglioAdded constants that will be used by ares_getaddrinfo...
2005-08-18 Daniel Stenbergdetabified
2005-05-16 Dominick MeglioAdded ares_getnameinfo which mimics the getnameinfo API
2005-03-10 Daniel StenbergDominick Meglio added ares_parse_aaaa_reply.c and did...
2004-11-11 Gisle VanemAdapted for C++.
2004-10-06 Daniel Stenbergremoved tabs and trailing whitespace from source
2004-08-20 Gisle VanemChanges for Watt-32 on Windows. I've assumed Configure
2004-07-11 Gunter Knaufadded ifdef for NetWare to ares.h.
2004-04-01 Daniel StenbergDirk Manske's ares_cancel() function was added.
2004-03-30 Daniel StenbergDominick Meglio's new ares_expand_string() function
2004-02-25 Daniel StenbergDon't check for HAVE_ defines in this header file,...
2004-02-23 Daniel Stenberginclude sys/select.h
2004-02-23 Daniel Stenbergmake ares_expand_name() take a long * instead of an...
2004-02-04 Daniel Stenbergares_free_string() now takes a void * instead
2004-02-02 Daniel Stenbergremoved the silly second argument to ares_strerror()
2003-10-07 Daniel Stenbergares 1.1.1 with collected applied patches