diff options
author | Yang Tse <yangsita@gmail.com> | 2008-10-21 01:58:23 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-10-21 01:58:23 +0000 |
commit | 3f2de3d1019140571a59c04249de085a318f9266 (patch) | |
tree | 86f6d26884d1c9101358710a84f45947a2a533e4 /ares/CHANGES | |
parent | 6bd91936ff9d525d3e1dee8f6d97d887072cb480 (diff) |
Charles Hardin patch:
- handles the EINPROGRESS for UDP connects
- uses closesocket instead of close on some paths that were noticed
Diffstat (limited to 'ares/CHANGES')
-rw-r--r-- | ares/CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index c64ad799e..dd9bac6c9 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,5 +1,8 @@ Changelog for the c-ares project +* Oct 21 2008 (Yang Tse) + Charles Hardin added handling of EINPROGRESS for UDP connects. + * Oct 18 2008 (Daniel Stenberg) Charles Hardin made adig support a regular numerical dotted IP address for the -s option as well. |