diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-05 22:35:43 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-05 22:35:43 +0000 |
commit | 2d01740e1af25696f40f55ff369ee65ab6e171b7 (patch) | |
tree | 3b9fbd3e417964213a5e1e5f28e02495bcbed032 | |
parent | 979a1e62370d0703600c6b77e13e5a7302a1d121 (diff) | |
download | curl-2d01740e1af25696f40f55ff369ee65ab6e171b7.tar.gz |
David J Meyer's large file work was added.
-rw-r--r-- | CHANGES | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -7,9 +7,27 @@ Changelog +Daniel (5 January 2004) +- David J Meyer's patch that introduce large file support to libcurl was + applied. New curl_easy_setopt options that accept 'off_t' arguments are: + + INFILESIZE_LARGE + RESUME_FROM_LARGE + MAXFILESIZE_LARGE + +Daniel (4 January 2004) +- Based on Dominick Meglio's comments, I made our private version of + gettimeofday() declared static. This would otherwise collide with the same + function in other libs (like ares for example). + +- Added Dominick Meglio's description on how to build libcurl with ares + on win32. + Daniel (19 December) - CURLOPT_IPRESOLVE was not possible to set. +- Gisle Vanem updated the djgpp build files. + Daniel (18 December) - John McGowan reported a redirect-problem that happened if a site used a URL like "url.com?var=content" (without a proper slash) and from that address |