Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-11-11 | Adapted for C++. | Gisle Vanem | |
2004-10-06 | removed tabs and trailing whitespace from source | Daniel Stenberg | |
2004-08-20 | Changes for Watt-32 on Windows. I've assumed Configure | Gisle Vanem | |
sets the required HAVE_xx defines for non-DOS/Win targets. | |||
2004-07-11 | added ifdef for NetWare to ares.h. | Gunter Knauf | |
2004-04-01 | Dirk Manske's ares_cancel() function was added. | Daniel Stenberg | |
2004-03-30 | Dominick Meglio's new ares_expand_string() function | Daniel Stenberg | |
2004-02-25 | Don't check for HAVE_ defines in this header file, it is meant to be public | Daniel Stenberg | |
and we can't depend on configure-defines in it. This logic is borrowed from the public curl headers. | |||
2004-02-23 | include sys/select.h | Daniel Stenberg | |
2004-02-23 | make ares_expand_name() take a long * instead of an int *, since we do | Daniel Stenberg | |
pointer arithmetic (ptr1 - ptr2) and to do that properly on 64bit we need long | |||
2004-02-04 | ares_free_string() now takes a void * instead | Daniel Stenberg | |
2004-02-02 | removed the silly second argument to ares_strerror() | Daniel Stenberg | |
This breaks the API and ABI with the existing ares library. We hereby require the upcoming c-ares 1.0 for asynch name resolves! | |||
2003-10-07 | ares 1.1.1 with collected applied patches | Daniel Stenberg | |