mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
David J Meyer's large file work was added.
This commit is contained in:
parent
979a1e6237
commit
2d01740e1a
18
CHANGES
18
CHANGES
@ -7,9 +7,27 @@
|
|||||||
Changelog
|
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)
|
Daniel (19 December)
|
||||||
- CURLOPT_IPRESOLVE was not possible to set.
|
- CURLOPT_IPRESOLVE was not possible to set.
|
||||||
|
|
||||||
|
- Gisle Vanem updated the djgpp build files.
|
||||||
|
|
||||||
Daniel (18 December)
|
Daniel (18 December)
|
||||||
- John McGowan reported a redirect-problem that happened if a site used a URL
|
- 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
|
like "url.com?var=content" (without a proper slash) and from that address
|
||||||
|
Loading…
Reference in New Issue
Block a user