summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-01-07 16:03:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-01-07 16:03:36 +0000
commitf9192db35865373e91320e09d9ad4a8013c0a8b5 (patch)
treef0ac5380bbcb354053d0d7e0dfe18fd82a791075
parentc69c0c0446e442f3f37cb98043e09c5e3728b7c6 (diff)
downloadgnurl-f9192db35865373e91320e09d9ad4a8013c0a8b5.tar.gz
gnurl-f9192db35865373e91320e09d9ad4a8013c0a8b5.tar.bz2
gnurl-f9192db35865373e91320e09d9ad4a8013c0a8b5.zip
VC++ makefile, HTTP 204, cookie fix, non-blocking socket for better SSL
connection timeout
-rw-r--r--CHANGES15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2548a723f..d195190f5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,21 @@
History of Changes
+Daniel (7 January 2002)
+- I worked with Georg Horn and comments from Götz Babin-Ebell and switch
+ curl's socket operation completely over to non-blocking for the entire
+ operation. We had to do this to make the SSL connection phase timeout
+ properly without signals. A little extra code to deal with this was added.
+
+- T. Bharath pointed out a slightly obscure cookie engine flaw.
+
+- Pete Su pointed out that libcurl didn't treat HTTP code 204 as it should.
+ 204-replies never provides a response-body. This resulted in bad persistant
+ behavior when 204 was received.
+
+Daniel (5 January 2002)
+- SM updated the VC++ library Makefiles for the new source files.
+
Daniel (4 January 2002)
- I discovered that we wrongly used inet_ntoa() (instead of inet_ntoa_r() in
two places in the source code). One happened with VERBOSE set on connects,