summaryrefslogtreecommitdiff
path: root/lib/content_encoding.c
Commit message (Expand)AuthorAgeFilesLines
* content_encoding: only do tranfer-encoding compression if asked toDaniel Stenberg2023-04-071-1/+8
* lib: silence clang/gcc -Wvla warnings in brotli headersViktor Szakats2023-03-101-0/+8
* content_encoding: do not reset stage counter for each headerPatrick Monnerat2023-02-131-4/+3
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* http: decode transfer encoding firstJosh Brobst2023-01-021-11/+28
* tidy-up: delete parallel/unused feature flagsViktor Szakats2022-10-061-1/+1
* content_encoding: use writer struct subclasses for different encodingsPatrick Monnerat2022-09-111-29/+37
* misc: ISSPACE() => ISBLANK()Daniel Stenberg2022-09-061-1/+1
* content_encoding: return error on too many compression stepsDaniel Stenberg2022-06-251-0/+9
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* lib: avoid fallthrough cases in switch statementsDaniel Gustafsson2021-09-291-1/+2
* lib: fix 0-length Curl_client_write callsJacob Hoffman-Andrews2021-04-291-1/+2
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-3/+3
* lib: remove conn->data usesPatrick Monnerat2021-01-241-4/+4
* chunk/encoding: remove conn->data referencesDaniel Stenberg2021-01-211-82/+78
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-2/+2
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* symbian: drop supportDaniel Stenberg2020-09-221-4/+0
* content_encoding: add zstd decoding supportGilles Vollant2020-07-121-0/+96
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-64/+66
* content_encoding: accept up to 4 unknown trailer bytes after raw deflate dataPatrick Monnerat2018-07-121-11/+15
* cppcheck: fix warningsMarian Klymov2018-06-111-5/+3
* content_encoding: handle zlib versions too old for Z_BLOCKAlejandro R. SedeƱo2018-05-251-0/+6
* all: Refactor malloc+memset to use callocDaniel Gustafsson2018-04-151-2/+1
* content_encoding: Add "none" alias to "identity"Mohammad AlSaleh2018-02-091-1/+1
* brotli: data at the end of content can be lostMikalai Ananenka2017-12-271-3/+3
* content_encoding: rework zlib_inflatePatrick Monnerat2017-12-201-53/+102
* brotli: allow compiling with version 0.6.0.Patrick Monnerat2017-12-201-0/+4
* zlib/brotli: only include header files in modules needing themPatrick Monnerat2017-11-131-0/+13
* content_encoding: fix inflate_stream for no bytes availableJay Satiro2017-11-091-4/+6
* content_encoding: do not write 0 length dataPatrick Monnerat2017-11-071-2/+2
* HTTP: implement Brotli content encodingPatrick Monnerat2017-11-051-2/+136
* HTTP: support multiple Content-EncodingsPatrick Monnerat2017-11-051-97/+477
* code style: use spaces around plusesDaniel Stenberg2017-09-111-3/+3
* Improve code readbilitySylvestre Ledru2017-03-131-2/+1
* content_encoding: change return code on a failureDaniel Stenberg2016-12-291-1/+1
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-7/+7
* realloc: use Curl_saferealloc to avoid common mistakesDaniel Stenberg2016-11-111-6/+3
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-2/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+435
* build: rename 93 lib/*.c filesYang Tse2013-01-031-435/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-5/+5
* zlib: ensure user provided memory functions are used by zlib, when givenYang Tse2011-08-211-0/+20
* zlib: enforce full initialization of our data space z_stream structsYang Tse2011-08-181-10/+2
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-3/+0
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-2/+2
* inflate_stream: remove redundant check that is always trueDaniel Stenberg2010-09-121-1/+3
* follow redirect: ignore response-body on redirect even if compressedDaniel Stenberg2010-05-141-1/+1