aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-04-27 13:26:32 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-04-27 13:26:32 +0000
commite410860e0efe77ee22be13d18cedd629baf2d538 (patch)
tree753cdb20da2bc83a0e65d0cf7b45530aaf906bc5
parentc64fca1b0cd360cca39b960864ed6f591dbc16ec (diff)
fixes on rainy saturday in the end of April, 2002
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 263543c03..d04110589 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,15 @@
History of Changes
+Daniel (27 April 2002)
+- I think I fixed the DNS cache prune crach Jacky Lam found and reported.
+
+- I cleaned up the name prefix stuff in the hash and llist modules.
+
+- FTP responses should now be better on timing out properly. The timeout value
+ is maximum timeout for the entire request operation, but before this, the
+ timeout was used as a maximum allowed time between two reads...
+
Daniel (26 April 2002)
- Fixed the test suite http server to not use snprintf() anymore due to better
portability.