4GB download and cookielist "ALL" fixes
This commit is contained in:
Родитель
869d65337e
Коммит
c8afb02b4c
9
CHANGES
9
CHANGES
|
@ -6,6 +6,15 @@
|
||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
Daniel (14 January 2007)
|
||||||
|
- Setting CURLOPT_COOKIELIST to "ALL" when no cookies at all was present,
|
||||||
|
libcurl would crash when trying to read a NULL pointer.
|
||||||
|
|
||||||
|
Daniel (12 January 2007)
|
||||||
|
- Toby Peterson found a nasty bug that prevented (lib)curl from properly
|
||||||
|
downloading (most) things that were larger than 4GB on 32 bit systems. Matt
|
||||||
|
Witherspoon helped as narrow down the problem.
|
||||||
|
|
||||||
Daniel (5 January 2007)
|
Daniel (5 January 2007)
|
||||||
- Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to
|
- Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to
|
||||||
curl that uses the new CURLOPT_FTP_SSL_CCC option in libcurl. If enabled, it
|
curl that uses the new CURLOPT_FTP_SSL_CCC option in libcurl. If enabled, it
|
||||||
|
|
|
@ -48,6 +48,8 @@ This release includes the following bugfixes:
|
||||||
now work on windows again
|
now work on windows again
|
||||||
o improved download performance by avoiding the unconditional "double copying"
|
o improved download performance by avoiding the unconditional "double copying"
|
||||||
o base64 encoding/decoding works on non-ASCII platforms
|
o base64 encoding/decoding works on non-ASCII platforms
|
||||||
|
o large file downloads
|
||||||
|
o CURLOPT_COOKIELIST set to "ALL" crash
|
||||||
|
|
||||||
Other curl-related news:
|
Other curl-related news:
|
||||||
|
|
||||||
|
@ -68,6 +70,6 @@ advice from friends like these:
|
||||||
Matt Witherspoon, Alexey Simak, Martin Skinner, Sh Diao, Jared Lundell,
|
Matt Witherspoon, Alexey Simak, Martin Skinner, Sh Diao, Jared Lundell,
|
||||||
Stefan Krause, Sebastien Willemijns, Alexey Simak, Brendan Jurd,
|
Stefan Krause, Sebastien Willemijns, Alexey Simak, Brendan Jurd,
|
||||||
Robson Braga Araujo, David McCreedy, Robert Foreman, Nathanael Nerode,
|
Robson Braga Araujo, David McCreedy, Robert Foreman, Nathanael Nerode,
|
||||||
Victor Snezhko, Linus Nielsen Feltzing
|
Victor Snezhko, Linus Nielsen Feltzing, Toby Peterson
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче