diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-01-13 23:33:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-01-13 23:33:50 +0000 |
commit | c8afb02b4cf51038e84edec13fb52a6ad149d044 (patch) | |
tree | 4bad5afbfb6dd234953a7857029001af5a0901fd /CHANGES | |
parent | 869d65337ecc9e119a32a9b17b624e8a0c7d263c (diff) |
4GB download and cookielist "ALL" fixes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -6,6 +6,15 @@ 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) - 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 |