aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-12-22 15:29:12 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-12-22 15:29:12 +0000
commit25169f68b731f3f3d3d9e85a348ae24a14feb86f (patch)
tree76f5201018abe58e51e75a78ea3b260dc1eb114f
parente5247ae65d9884c7c454b1cb641b66e2beb047ef (diff)
added ares_getsock()
-rw-r--r--ares/CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES
index 20e7c9806..4374b9f4d 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