aboutsummaryrefslogtreecommitdiff
path: root/ares/ares.h
AgeCommit message (Collapse)Author
2005-03-10Dominick Meglio added ares_parse_aaaa_reply.c and did various adjustments. TheDaniel Stenberg
first little steps towards IPv6 support!
2004-11-11Adapted for C++.Gisle Vanem
2004-10-06removed tabs and trailing whitespace from sourceDaniel Stenberg
2004-08-20Changes for Watt-32 on Windows. I've assumed ConfigureGisle Vanem
sets the required HAVE_xx defines for non-DOS/Win targets.
2004-07-11added ifdef for NetWare to ares.h.Gunter Knauf
2004-04-01Dirk Manske's ares_cancel() function was added.Daniel Stenberg
2004-03-30Dominick Meglio's new ares_expand_string() functionDaniel Stenberg
2004-02-25Don't check for HAVE_ defines in this header file, it is meant to be publicDaniel Stenberg
and we can't depend on configure-defines in it. This logic is borrowed from the public curl headers.
2004-02-23include sys/select.hDaniel Stenberg
2004-02-23make ares_expand_name() take a long * instead of an int *, since we doDaniel Stenberg
pointer arithmetic (ptr1 - ptr2) and to do that properly on 64bit we need long
2004-02-04ares_free_string() now takes a void * insteadDaniel Stenberg
2004-02-02removed 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-07ares 1.1.1 with collected applied patchesDaniel Stenberg