summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-29 11:23:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-29 11:23:36 +0000
commitd52f1884be4d1204b8f2392bf3f8e995b6a02389 (patch)
tree54838b6fdefb052ca0b9da3d28ea84ead449f227 /CHANGES
parentd49a450fcefea59c062fa52d835bcdaca305b4ce (diff)
downloadc-ares-d52f1884be4d1204b8f2392bf3f8e995b6a02389.tar.gz
c-ares-d52f1884be4d1204b8f2392bf3f8e995b6a02389.tar.bz2
c-ares-d52f1884be4d1204b8f2392bf3f8e995b6a02389.zip
Dirk Manske fixed a flaw in the setting of the socket to non-blocking
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 14c806c..d01629f 100644
--- a/CHANGES
+++ b/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()