aboutsummaryrefslogtreecommitdiff
path: root/ares/Makefile.inc
AgeCommit message (Expand)Author
2008-05-09Use monotonic time source if available.Yang Tse
2007-11-21oopsDaniel Stenberg
2007-10-02Avoid inline C99ism, and move c-ares routines for managing doubly-linked lists.Yang Tse
2007-06-02ares_destroy_options() and ares_save_options() man pages by Brad HouseDaniel Stenberg
2007-04-16ares_getopt() command-line parser function does not belong to actualYang Tse
2007-04-12use ares_getopt for all platformsYang Tse
2007-02-19Vlad Dinulescu added ares_parse_ns_reply()Daniel Stenberg
2006-08-14add missing man pageDaniel Stenberg
2006-07-28First step trying to avoid the multiple header inclusion and recursion nightm...Yang Tse
2005-12-22Added ares_getsock() to extract sockets to wait for action on, without beingDaniel Stenberg
2005-08-10fixed line endings so it works again with gnu make on Win32.Gunter Knauf
2005-05-16Added ares_getnameinfo which mimics the getnameinfo APIDominick Meglio
2005-05-14Added an inet_ntop function from BIND for systems that do not have itDominick Meglio
2005-04-21added missing headersDaniel Stenberg
2005-04-08Added preliminary IPv6 support to ares_gethostbynameDominick Meglio
2005-04-06Moved inet_net_pton.h to HHEADERS.Gisle Vanem
2005-04-06moved the *_inet_pton protos to inet_net_pton.h insteadDaniel Stenberg
2005-04-05Provided implementations of inet_net_pton and inet_pton from BIND for systems...Dominick Meglio
2005-03-11the ares_parse_aaaa_reply man pageDaniel Stenberg
2005-03-10Dominick Meglio added ares_parse_aaaa_reply.c and did various adjustments. TheDaniel Stenberg
2004-07-22- Fixed a few variable return types for some system calls. Made configureDaniel Stenberg