aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-06-10 12:07:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-06-10 12:07:10 +0000
commit696843c020ba5beea9f1479b8f433e1ea322f987 (patch)
treee8b0ab301d301e8b14b4ff8f14436da6aae2bfa6 /CHANGES
parent6ff5621dd77766e833820ebbdd81e582c972e29c (diff)
we fix more
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8e1f6fcdd..ac8050bc7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,7 +6,23 @@
Changelog
+Daniel (10 June)
+- A missing ending bracket (']') while doing URL globbing could lead to a
+ segfault. While fixing this, I also introduced better error reporting in the
+ globbing code. (All this is application code outside libcurl.)
+
+Daniel (6 June)
+- David Orrell found out that sending a huge GET request over HTTPS could
+ make libcurl fail and return an error code.
+
Daniel (2 June)
+- Richard Bramante found out that "Content-Length: 0" was not properly used by
+ libcurl if the response-headers indicated that the connection would be
+ closed.
+
+- David Byron's patch was applied, that makes the --progress-bar take the
+ local size into account when doing resumed downloads.
+
- Feedback from Serge Semashko made me change the error message returned when
CURLE_HTTP_RETURNED_ERROR is returned.