aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-12-19 16:37:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-12-19 16:37:07 +0000
commit88825a1187b623015e88f533eb30c9c610ecd1b9 (patch)
tree79641ae0ed6d347e6f95ecabcd1536cddf847cb7
parent264e7fc58b5a0327129b1cab6bf15deab15c7734 (diff)
fixes
-rw-r--r--CHANGES21
1 files changed, 20 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index dbce56bb7..13d033331 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,24 @@
Changelog
+Daniel (19 Dec)
+- Matthew B patched the Curl_base64_decode() function.
+
+- Evan Jordan reported in bug report #653022 that the SSL_read() usage was
+ wrong, and it certainly was. It could lead to curl using too much CPU due to
+ a stupid loop.
+
+Daniel (18 Dec)
+- As suggested by Margus Freudenthal, CURLE_HTTP_NOT_FOUND was renamed to
+ CURLE_HTTP_RETURNED_ERROR since it is returned on any >= 400 code when
+ CURLOPT_FAILONERROR is set.
+
+Daniel (17 Dec)
+- Bug reported #651464, reported by Christopher Palmer, provided an example
+ source code using the multi interface that hang when trying to connect to a
+ proxy on a localhost port where no proxy was listening. This bug was not
+ repeatable on libcurls that were IPv6-enabled.
+
Daniel (16 Dec)
- Christopher Palmer also noticed what Vojtech Janota already was
experiencing: The attempted name resolve fix for glibc 2.2.93 caused libcurl
@@ -44,7 +62,8 @@ Daniel (12 Dec)
Daniel (11 Dec)
- CURL_MAX_WRITE_SIZE is now decreased to 16KB since it makes the Windows
- version perform uploads much faster!!!
+ version perform uploads much faster!!! RBramante did lots of research on
+ this topic.
- Fixed the #include in curl/curl.h to include the other files outside the
extern "C" scope.