summaryrefslogtreecommitdiff
path: root/ares.h
AgeCommit message (Collapse)AuthorFilesLines
2004-02-23include sys/select.hDaniel Stenberg1-0/+4
2004-02-23make ares_expand_name() take a long * instead of an int *, since we doDaniel Stenberg1-1/+1
pointer arithmetic (ptr1 - ptr2) and to do that properly on 64bit we need long
2004-02-04ares_free_string() now takes a void * insteadDaniel Stenberg1-1/+1
2004-02-02removed the silly second argument to ares_strerror()Daniel Stenberg1-1/+1
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 Stenberg1-0/+130