diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-12-22 15:29:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-12-22 15:29:12 +0000 |
commit | 7b650b80c132476545de35ca7442a7d59ce684db (patch) | |
tree | ccc74bfec4a90a0f7dd6eb22b45cc6a9ba2b2bb1 /CHANGES | |
parent | 8d63eb75a948235973717310f7fd605dd908bb3c (diff) | |
download | c-ares-7b650b80c132476545de35ca7442a7d59ce684db.tar.gz c-ares-7b650b80c132476545de35ca7442a7d59ce684db.tar.bz2 c-ares-7b650b80c132476545de35ca7442a7d59ce684db.zip |
added ares_getsock()
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |