diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-29 11:23:36 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-29 11:23:36 +0000 |
commit | 663d2080d14715602674f0afc2bd85b1438152d4 (patch) | |
tree | 581ce4ad95edc737d42761962d4d2c2dad48c392 /ares/CHANGES | |
parent | e5641a33bb037de1902ec5aef980f2c97ddfd1e8 (diff) |
Dirk Manske fixed a flaw in the setting of the socket to non-blocking
Diffstat (limited to 'ares/CHANGES')
-rw-r--r-- | ares/CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index 14c806c6a..d01629fbf 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -5,6 +5,10 @@ doesn't want these improvements. The package is called 'c-ares' for now since I (Daniel Stenberg) want this for use within the curl project (hence the letter C) and it makes a nice pun. +* January 29, 2004: + +- Dirk Manske fixed how the socket is set non-blocking. + * January 4, 2004: - Dominick Meglio made the private gettimeofday() become ares_gettimeofday() |