summaryrefslogtreecommitdiff
path: root/lib/http_chunks.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* style: use space after comment start and before comment endDaniel Stenberg2022-10-301-1/+1
* curl_ctype: convert to macros-onlyDaniel Stenberg2022-09-061-1/+1
* http_chunks: remove an assign + typecastDaniel Stenberg2022-07-231-2/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* header api: add curl_easy_header and curl_easy_nextheaderDaniel Stenberg2022-03-221-1/+3
* misc: reduce strlen() calls with Curl_dyn_add()HenrikHolst2022-02-091-1/+1
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-28/+1
* Curl_chunker: shrink the structDaniel Stenberg2021-01-271-2/+1
* lib: remove conn->data usesPatrick Monnerat2021-01-241-5/+4
* chunk/encoding: remove conn->data referencesDaniel Stenberg2021-01-211-5/+6
* http_chunks: correct and clarify a comment on hexnumber lengthDaniel Stenberg2021-01-191-1/+1
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-3/+3
* http_chunks: remove Curl_ prefix from static functionsDaniel Stenberg2021-01-141-6/+6
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* trailers: switch h1-trailer logic to use dynbufDaniel Stenberg2020-06-051-32/+17
* chunked-encoding: stop hiding the CURLE_BAD_CONTENT_ENCODING errorDaniel Stenberg2019-10-021-10/+18
* ctype: restore character classification for non-ASCII platformsStephan Mühlstrasser2018-04-241-1/+14
* http_chunks: don't write chunks twice with CURLOPT_HTTP_TRANSFER_DECODING onPatrick Monnerat2018-02-121-7/+7
* curl_ctype: private is*() type macros and functionsDaniel Stenberg2018-01-291-10/+1
* HTTP: support multiple Content-EncodingsPatrick Monnerat2017-11-051-37/+5
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-10/+10
* strtoofft: reduce integer overflow risks globallyDaniel Stenberg2017-08-141-4/+2
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-7/+7
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-1/+1
* http_chunks: removed checksrc disableDaniel Stenberg2016-04-191-1/+0
* code: style updatesDaniel Stenberg2016-04-031-2/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* HTTP: ignore "Content-Encoding: compress"Michael Kaufmann2015-07-251-1/+0
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* checksrc: detect and remove space before trailing semicolonsDaniel Stenberg2015-03-171-1/+1
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+1
* chunked-encoding: provide a readable error string for chunked errorsDaniel Stenberg2014-03-141-0/+21
* chunked decoder: track overflows correctlyDaniel Stenberg2014-02-121-2/+2
* http_chunks.c: Fixed compilation warnings under some 32-bit systemsSteve Holme2014-01-191-2/+3
* chunked parsing: relax the CR strictnessDaniel Stenberg2014-01-171-63/+24
* chunked-parser: abort on overflows, allow 64 bit chunksDaniel Stenberg2014-01-171-4/+9
* 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/+397
* build: rename 93 lib/*.c filesYang Tse2013-01-031-397/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-3/+3
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-7/+7
* fix bool variables checking and assignmentYang Tse2011-09-051-3/+3
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-6/+1
* whitespace cleanup: no space first in conditionalsDaniel Stenberg2011-04-271-1/+1
* CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg2011-04-201-11/+7
* TE: rename struct field content_encodingDaniel Stenberg2011-04-181-2/+2
* http_chunks: remove debug outputDaniel Stenberg2010-10-171-1/+0
* http: handle trailer headers in all chunked responsesDaniel Stenberg2010-08-251-83/+68
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0