aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-31 13:54:12 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-31 13:54:12 +0000
commitc41c5a0ef236f1eb1a973eeb25f47e848c9e68db (patch)
tree319694e18aded30c73897fb4b776311f54c807a5 /CHANGES
parentc0c0283356f288ba98e374964231007f623e84cd (diff)
curl_read() and Curl_read() now have ssize_t in the last argument
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index faf23bae7..e3398537d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,17 @@
History of Changes
+Daniel (31 January 2001)
+- Curl_read() and curl_read() now return a ssize_t for the size, as it had to
+ be able to return -1. The telnet support crashed due to this and there was
+ a possibility to weird behaviour all over.
+
+Daniel (30 January 2001)
+- I finally took a stab at the long-term FIXME item I've had on myself, and
+ now libcurl will properly work when doing a HTTP range-request that follows
+ a Location:. Previously that would make libcurl fail saying that the server
+ doesn't seem to support range requests.
+
Daniel (29 January 2001)
- I added a test case for the HTTP PUT resume thing (test case 33).