diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-02-04 20:10:52 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-02-04 20:10:52 +0000 |
commit | 8613ce377ff5cbdca2006988fb169af9a1850e1d (patch) | |
tree | c0d7779ca6e4f38a9e6dd55df085b37c0d87a35a /CHANGES | |
parent | d6b94488a128b9dc793f78ae2640058d7f2eff07 (diff) |
the new getinfo() stuff and the cygwin patch
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -7,6 +7,20 @@ History of Changes +Daniel (4 February 2001) +- curl_getinfo() was extended with two new options: + CURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD. They + return the full assumed content length of the transfer in the given + direction. The CURLINFO_CONTENT_LENGTH_DOWNLOAD will be the Content-Length: + size of a HTTP download. + +Daniel (3 February 2001) +- Ingo Ralf Blum provided another fix that makes curl build under the more + recent cygwin installations. It seems they've changed the preset defines to + not include WIN32 anymore. + +Version 7.6.1-pre2 + 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 |