ares_private.h: use curl_memdebug.h instead of memdebug.h
[platform/upstream/c-ares.git] / Makefile.inc
2012-08-16 hpopescu@ixiacom.comAdded new feature (rfc2671)
2012-06-15 Marko KreenSOA parser added
2012-02-24 Daniel StenbergMerge pull request #7 from saghul/naptr
2012-02-23 saghulAdded support for parsing NAPTR records
2011-05-20 Yang Tsewinsock: compilation fixes
2011-03-24 Yang Tsebuild: move platform stuff to ares_platform.c and ares_...
2011-03-23 Yang Tsebuild: use getenv() replacement function for systems...
2010-12-16 Yang Tsebuild: include ares_nowarn among SAMPLESOURCES and...
2010-04-17 Jérémy Laladded ares_parse_mx_reply
2010-03-05 Yang TseAdded IPv6 name servers support
2010-03-05 Gisle VanemOps!. Readded ares_nowarn.h.
2010-03-05 Gisle VanemAdded ares_nowarn.c.
2010-02-26 Yang Tsefix compiler warning
2009-11-20 Yang TseAdd ares_free_data() man page.
2009-11-20 Yang TseInitial support for the generic ares_free_data() functi...
2009-11-04 Yang Tsesource files used by sample programs
2009-11-02 Yang TseRenamed c-ares setup.h to ares_setup.h
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 Yang TseAdd reference for ares_parse_srv_reply.pdf
2009-10-29 Yang TseAdd reference for ares_parse_srv_reply docs
2009-09-04 Daniel Stenberg- Jakub Hrozek added ares_parse_srv_reply() for SRV...
2009-05-21 Yang TseAllow generation of .html and .pdf versions of c-ares...
2009-05-20 Yang TseInitial ares_library_cleanup(3) man page
2009-05-19 Yang TseInitial ares_library_init(3) man page attempt
2009-05-17 Yang TseIntroduction of ares_library_init() and ares_library_cl...
2009-04-28 Yang TseInitial step towards a configure time ares_socklen_t...
2008-12-04 Daniel Stenbergthe initial version of the ares_set_socket_callback...
2008-12-03 Daniel StenbergIntroduce ares_dup(3) and new thoughts about API/ABI...
2008-11-19 Daniel Stenberg- Brad Spencer brought the new function ares_gethostbyn...
2008-09-16 Yang Tserearrange to allow internal/private use of ares_writev...
2008-09-15 Yang Tserearrange to allow internal/private use of ares_strcase...
2008-09-11 Yang Tsestrdup() clone for systems/configurations which lack it
2008-05-09 Yang TseUse monotonic time source if available.
2007-11-21 Daniel Stenbergoops
2007-10-02 Yang TseAvoid inline C99ism, and move c-ares routines for manag...
2007-06-02 Daniel Stenbergares_destroy_options() and ares_save_options() man...
2007-04-16 Yang Tseares_getopt() command-line parser function does not...
2007-04-12 Yang Tseuse ares_getopt for all platforms
2007-02-19 Daniel StenbergVlad Dinulescu added ares_parse_ns_reply()
2006-08-14 Daniel Stenbergadd missing man page
2006-07-28 Yang TseFirst step trying to avoid the multiple header inclusio...
2005-12-22 Daniel StenbergAdded ares_getsock() to extract sockets to wait for...
2005-08-10 Gunter Knauffixed line endings so it works again with gnu make...
2005-05-16 Dominick MeglioAdded ares_getnameinfo which mimics the getnameinfo API
2005-05-14 Dominick MeglioAdded an inet_ntop function from BIND for systems that...
2005-04-21 Daniel Stenbergadded missing headers
2005-04-08 Dominick MeglioAdded preliminary IPv6 support to ares_gethostbyname
2005-04-06 Gisle VanemMoved inet_net_pton.h to HHEADERS.
2005-04-06 Daniel Stenbergmoved the *_inet_pton protos to inet_net_pton.h instead
2005-04-05 Dominick MeglioProvided implementations of inet_net_pton and inet_pton...
2005-03-11 Daniel Stenbergthe ares_parse_aaaa_reply man page
2005-03-10 Daniel StenbergDominick Meglio added ares_parse_aaaa_reply.c and did...
2004-07-22 Daniel Stenberg- Fixed a few variable return types for some system...