Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-20 | content_encoding: rework zlib_inflate | Patrick Monnerat | |
- When zlib version is < 1.2.0.4, process gzip trailer before considering extra data as an error. - Inflate with Z_BLOCK instead of Z_SYNC_FLUSH to maximize correct data and minimize corrupt data output. - Do not try to restart deflate decompression in raw mode if output has started or if the leading data is not available anymore. - New test 232 checks inflating raw-deflated content. Closes #2068 | |||
2006-09-30 | Support for FTP third party transfers is now dropped | Daniel Stenberg | |
2005-05-20 | keywords added | Daniel Stenberg | |
2005-01-21 | FTP third transfer support overhaul. See CHANGES for details. | Daniel Stenberg | |