summaryrefslogtreecommitdiff
path: root/Makefile.inc
AgeCommit message (Expand)AuthorFilesLines
2013-05-02build: fix build on msvc11Alex Loukissas1-2/+1
2013-02-17ares_inet_pton/ntop: cleanupDaniel Stenberg1-6/+2
2013-02-17ares_inet_ntop/ares_inet_pton: added man pagesDaniel Stenberg1-3/+9
2012-08-17Added new feature (rfc2671)hpopescu@ixiacom.com1-0/+4
2012-06-15SOA parser addedMarko Kreen1-0/+4
2012-02-23Added support for parsing NAPTR recordssaghul1-0/+2
2011-05-20winsock: compilation fixesYang Tse1-0/+1
2011-03-24build: move platform stuff to ares_platform.c and ares_platform.hYang Tse1-0/+2
2011-03-23build: use getenv() replacement function for systems which lack itYang Tse1-0/+2
2010-12-16build: include ares_nowarn among SAMPLESOURCES and SAMPLEHEADERSYang Tse1-0/+2
2010-04-18added ares_parse_mx_replyJérémy Lal1-0/+4
2010-03-05Added IPv6 name servers supportYang Tse1-1/+8
2010-03-05Ops!. Readded ares_nowarn.h.Gisle Vanem1-0/+1
2010-03-05Added ares_nowarn.c.Gisle Vanem1-1/+0
2010-02-26fix compiler warningYang Tse1-0/+2
2009-11-20Add ares_free_data() man page.Yang Tse1-0/+3
2009-11-20Initial support for the generic ares_free_data() function that will allowYang Tse1-0/+2
2009-11-04source files used by sample programsYang Tse1-0/+9
2009-11-02Renamed c-ares setup.h to ares_setup.hYang Tse1-1/+1
2009-10-30In no particular order, changed/fixed all of the following inYang Tse1-1/+3
2009-10-29Jakub Hrozek added ares_parse_txt_reply() for TXT parsingDaniel Stenberg1-0/+2
2009-10-29Add reference for ares_parse_srv_reply.pdfYang Tse1-0/+1
2009-10-29Add reference for ares_parse_srv_reply docsYang Tse1-0/+2
2009-09-04- Jakub Hrozek added ares_parse_srv_reply() for SRV parsingDaniel Stenberg1-0/+1
2009-05-21Allow generation of .html and .pdf versions of c-ares man pages.Yang Tse1-23/+155
2009-05-20Initial ares_library_cleanup(3) man pageYang Tse1-1/+1
2009-05-19Initial ares_library_init(3) man page attemptYang Tse1-1/+1
2009-05-17Introduction of ares_library_init() and ares_library_cleanup()Yang Tse1-2/+3
2009-04-28Initial step towards a configure time ares_socklen_t definitionYang Tse1-1/+2
2008-12-04the initial version of the ares_set_socket_callback man pageDaniel Stenberg1-1/+2
2008-12-03Introduce ares_dup(3) and new thoughts about API/ABI and how to move forwards.Daniel Stenberg1-1/+1
2008-11-19- Brad Spencer brought the new function ares_gethostbyname_file() which simplyDaniel Stenberg1-1/+1
2008-09-16rearrange to allow internal/private use of ares_writev to any systemYang Tse1-3/+3
2008-09-15rearrange to allow internal/private use of ares_strcasecmp to any system thatYang Tse1-2/+2
2008-09-11strdup() clone for systems/configurations which lack itYang Tse1-2/+2
2008-05-09Use monotonic time source if available.Yang Tse1-1/+1
2007-11-21oopsDaniel Stenberg1-1/+1
2007-10-02Avoid inline C99ism, and move c-ares routines for managing doubly-linked lists.Yang Tse1-1/+1
2007-06-02ares_destroy_options() and ares_save_options() man pages by Brad HouseDaniel Stenberg1-2/+2
2007-04-16ares_getopt() command-line parser function does not belong to actualYang Tse1-1/+1
2007-04-12use ares_getopt for all platformsYang Tse1-1/+1
2007-02-19Vlad Dinulescu added ares_parse_ns_reply()Daniel Stenberg1-6/+7
2006-08-14add missing man pageDaniel Stenberg1-1/+3
2006-07-28First step trying to avoid the multiple header inclusion and recursion nightm...Yang Tse1-1/+2
2005-12-22Added ares_getsock() to extract sockets to wait for action on, without beingDaniel Stenberg1-8/+8
2005-08-10fixed line endings so it works again with gnu make on Win32.Gunter Knauf1-18/+18
2005-05-16Added ares_getnameinfo which mimics the getnameinfo APIDominick Meglio1-10/+11
2005-05-14Added an inet_ntop function from BIND for systems that do not have itDominick Meglio1-17/+17
2005-04-21added missing headersDaniel Stenberg1-1/+1
2005-04-08Added preliminary IPv6 support to ares_gethostbynameDominick Meglio1-1/+1