summaryrefslogtreecommitdiff
path: root/ares/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* Use monotonic time source if available.Yang Tse2008-05-091-1/+1
* oopsDaniel Stenberg2007-11-211-1/+1
* Avoid inline C99ism, and move c-ares routines for managing doubly-linked lists.Yang Tse2007-10-021-1/+1
* ares_destroy_options() and ares_save_options() man pages by Brad HouseDaniel Stenberg2007-06-021-2/+2
* ares_getopt() command-line parser function does not belong to actualYang Tse2007-04-161-1/+1
* use ares_getopt for all platformsYang Tse2007-04-121-1/+1
* Vlad Dinulescu added ares_parse_ns_reply()Daniel Stenberg2007-02-191-6/+7
* add missing man pageDaniel Stenberg2006-08-141-1/+3
* First step trying to avoid the multiple header inclusion and recursion nightm...Yang Tse2006-07-281-1/+2
* Added ares_getsock() to extract sockets to wait for action on, without beingDaniel Stenberg2005-12-221-8/+8
* fixed line endings so it works again with gnu make on Win32.Gunter Knauf2005-08-101-18/+18
* Added ares_getnameinfo which mimics the getnameinfo APIDominick Meglio2005-05-161-10/+11
* Added an inet_ntop function from BIND for systems that do not have itDominick Meglio2005-05-141-17/+17
* added missing headersDaniel Stenberg2005-04-211-1/+1
* Added preliminary IPv6 support to ares_gethostbynameDominick Meglio2005-04-081-1/+1
* Moved inet_net_pton.h to HHEADERS.Gisle Vanem2005-04-061-2/+3
* moved the *_inet_pton protos to inet_net_pton.h insteadDaniel Stenberg2005-04-061-1/+1
* Provided implementations of inet_net_pton and inet_pton from BIND for systems...Dominick Meglio2005-04-051-1/+1
* the ares_parse_aaaa_reply man pageDaniel Stenberg2005-03-111-1/+1
* Dominick Meglio added ares_parse_aaaa_reply.c and did various adjustments. TheDaniel Stenberg2005-03-101-2/+3
* - Fixed a few variable return types for some system calls. Made configureDaniel Stenberg2004-07-221-0/+15