From: Daniel Stenberg Date: Thu, 22 Dec 2005 15:29:12 +0000 (+0000) Subject: added ares_getsock() X-Git-Tag: curl-7_15_2~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25169f68b731f3f3d3d9e85a348ae24a14feb86f;p=thirdparty%2Fcurl.git added ares_getsock() --- diff --git a/ares/CHANGES b/ares/CHANGES index 20e7c98069..4374b9f4de 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,5 +1,11 @@ Changelog for the c-ares project +* December 22 + +- Daniel Stenberg added ares_getsock() that extracts the set of sockets to + wait for action on. Similar to ares_fds() but not restricted to using + select() for the waiting. + * November 25 - Yang Tse fixed some send() / recv() compiler warnings