Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-02 | ares_destroy_options() and ares_save_options() man pages by Brad House | Daniel Stenberg | |
2007-04-16 | ares_getopt() command-line parser function does not belong to actual | Yang Tse | |
c-ares library. It is just a convinience source code helper function for use in example programs adig.c and ahost.c | |||
2007-04-12 | use ares_getopt for all platforms | Yang Tse | |
2007-02-19 | Vlad Dinulescu added ares_parse_ns_reply() | Daniel Stenberg | |
2006-08-14 | add missing man page | Daniel Stenberg | |
2006-07-28 | First step trying to avoid the multiple header inclusion and recursion ↵ | Yang Tse | |
nightmare. Reintroduce checking for HAVE_MSG_NOSIGNAL in configure script, so that we don't depend on header inclusion order for a valid check. | |||
2005-12-22 | Added ares_getsock() to extract sockets to wait for action on, without being | Daniel Stenberg | |
limited to select(). | |||
2005-08-10 | fixed line endings so it works again with gnu make on Win32. | Gunter Knauf | |
2005-05-16 | Added ares_getnameinfo which mimics the getnameinfo API | Dominick Meglio | |
2005-05-14 | Added an inet_ntop function from BIND for systems that do not have it | Dominick Meglio | |
2005-04-21 | added missing headers | Daniel Stenberg | |
2005-04-08 | Added preliminary IPv6 support to ares_gethostbyname | Dominick Meglio | |
2005-04-06 | Moved inet_net_pton.h to HHEADERS. | Gisle Vanem | |
2005-04-06 | moved the *_inet_pton protos to inet_net_pton.h instead | Daniel Stenberg | |
2005-04-05 | Provided implementations of inet_net_pton and inet_pton from BIND for ↵ | Dominick Meglio | |
systems that do not include these functions. These will be necessary for CIDR support and IPv6 support. | |||
2005-03-11 | the ares_parse_aaaa_reply man page | Daniel Stenberg | |
2005-03-10 | Dominick Meglio added ares_parse_aaaa_reply.c and did various adjustments. The | Daniel Stenberg | |
first little steps towards IPv6 support! | |||
2004-07-22 | - Fixed a few variable return types for some system calls. Made configure | Daniel Stenberg | |
check for ssize_t to make it possible to use that when receiving the send() error code. This is necessary to prevent compiler warnings on some systems. - Made configure create config.h, and all source files now include setup.h that might include the proper config.h (or a handicrafted alternative). - Switched to 'ares_socket_t' type for sockets in ares, since Windows don't use 'int' for that. - automake-ified and libool-ified c-ares. Now it builds libcares as a shared lib on most platforms if wanted. (This bloated the size of the release archive with another 200K!) - Makefile.am now uses Makefile.inc for the c sources, h headers and man pages, to make it easier for other makefiles to use the exact same set of files. - Adjusted 'maketgz' to use the new automake magic when building distribution archives. |