aboutsummaryrefslogtreecommitdiff
path: root/ares/Makefile.inc
AgeCommit message (Expand)Author
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