aboutsummaryrefslogtreecommitdiff
path: root/lib/content_encoding.c
AgeCommit message (Expand)Author
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2018-07-12content_encoding: accept up to 4 unknown trailer bytes after raw deflate dataPatrick Monnerat
2018-06-11cppcheck: fix warningsMarian Klymov
2018-05-25content_encoding: handle zlib versions too old for Z_BLOCKAlejandro R. SedeƱo
2018-04-15all: Refactor malloc+memset to use callocDaniel Gustafsson
2018-02-09content_encoding: Add "none" alias to "identity"Mohammad AlSaleh
2017-12-27brotli: data at the end of content can be lostMikalai Ananenka
2017-12-20content_encoding: rework zlib_inflatePatrick Monnerat
2017-12-20brotli: allow compiling with version 0.6.0.Patrick Monnerat
2017-11-13zlib/brotli: only include header files in modules needing themPatrick Monnerat
2017-11-09content_encoding: fix inflate_stream for no bytes availableJay Satiro
2017-11-07content_encoding: do not write 0 length dataPatrick Monnerat
2017-11-05HTTP: implement Brotli content encodingPatrick Monnerat
2017-11-05HTTP: support multiple Content-EncodingsPatrick Monnerat
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-03-13Improve code readbilitySylvestre Ledru
2016-12-29content_encoding: change return code on a failureDaniel Stenberg
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-11realloc: use Curl_saferealloc to avoid common mistakesDaniel Stenberg
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2011-08-21zlib: ensure user provided memory functions are used by zlib, when givenYang Tse
2011-08-18zlib: enforce full initialization of our data space z_stream structsYang Tse
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2010-09-12inflate_stream: remove redundant check that is always trueDaniel Stenberg
2010-05-14follow redirect: ignore response-body on redirect even if compressedDaniel Stenberg
2010-04-24gzip: Value stored to 'data' is never readDaniel Stenberg
2010-04-17check_gzip_header: Value stored to 'data' is never readDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-09- When downloading compressed content over HTTP and the app as asked libcurlDaniel Stenberg
2010-01-22wrap long lines and do some indent policingDaniel Stenberg
2009-08-29add cast to silient compiler warning with 64bit systems.Gunter Knauf
2009-05-11- Balint Szilakszi reported a memory leak when libcurl did gzip decompressionDaniel Stenberg
2009-04-21libcurl's memory.h renamed to curl_memory.hYang Tse
2009-02-17- A second follow-up change by Andre Guibert de Bruet to fix a related memoryDaniel Stenberg
2009-02-14nah, use the simpler year - year range syntax only, no matter what emacs'Daniel Stenberg
2009-02-14- Andre Guibert de Bruet found and fixed a memory leak in the content encodingDaniel Stenberg
2008-09-06remove unnecessary typecasting of malloc()Yang Tse
2007-11-24struct HandleData is now called struct SingleRequest, and is only for data thatDaniel Stenberg
2007-11-05removed space after if and while before the parenthesis for better source codeDaniel Stenberg
2007-08-08Song Ma noted a zlib memory leak in the illegal compressed headerDan Fandrich
2007-02-22Fix compiler warningsYang Tse
2006-08-19Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPEDaniel Stenberg
2006-04-25Paul Querna fixed libcurl to better deal with deflate content encoding whenDaniel Stenberg
2005-03-31Updated the copyright year since changes have been this year.Daniel Stenberg