summaryrefslogtreecommitdiff
path: root/ares/Makefile.inc
Commit message (Expand)AuthorAgeFilesLines
* Allow generation of .html and .pdf versions of c-ares man pages.Yang Tse2009-05-211-23/+155
* Initial ares_library_cleanup(3) man pageYang Tse2009-05-201-1/+1
* Initial ares_library_init(3) man page attemptYang Tse2009-05-191-1/+1
* Introduction of ares_library_init() and ares_library_cleanup()Yang Tse2009-05-171-2/+3
* Initial step towards a configure time ares_socklen_t definitionYang Tse2009-04-281-1/+2
* the initial version of the ares_set_socket_callback man pageDaniel Stenberg2008-12-041-1/+2
* Introduce ares_dup(3) and new thoughts about API/ABI and how to move forwards.Daniel Stenberg2008-12-031-1/+1
* - Brad Spencer brought the new function ares_gethostbyname_file() which simplyDaniel Stenberg2008-11-191-1/+1
* rearrange to allow internal/private use of ares_writev to any systemYang Tse2008-09-161-3/+3
* rearrange to allow internal/private use of ares_strcasecmp to any system thatYang Tse2008-09-151-2/+2
* strdup() clone for systems/configurations which lack itYang Tse2008-09-111-2/+2
* 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