1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-21 10:30:00 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
961876c001 make ares_expand_name() take a long * instead of an int *, since we do
pointer arithmetic (ptr1 - ptr2) and to do that properly on 64bit we need
long
2004-02-23 07:52:20 +00:00
72b499b940 ares_free_string() now takes a void * instead 2004-02-04 07:49:33 +00:00
3ac93aa3c5 removed the silly second argument to ares_strerror()
This breaks the API and ABI with the existing ares library. We hereby require
the upcoming c-ares 1.0 for asynch name resolves!
2004-02-02 15:59:12 +00:00
5e847a14bd ares 1.1.1 with collected applied patches 2003-10-07 21:54:04 +00:00