summaryrefslogtreecommitdiff
path: root/lib/http_chunks.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Pat Ray in bug #2958474 pointed out an off-by-one case when receiving aDaniel Stenberg2010-02-261-3/+6
* - Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings andDaniel Stenberg2009-06-101-2/+0
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-2/+2
* fix compiler warningYang Tse2008-10-241-3/+3
* Split off Curl_isxdigit functionDan Fandrich2008-10-071-5/+9
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-1/+1
* remove unnecessary typecasting of realloc()Yang Tse2008-09-061-1/+1
* - Dmitry Kurochkin moved several struct fields from the connectdata struct toDaniel Stenberg2008-01-311-1/+1
* - I fixed two cases of missing return code checks when handling chunkedDaniel Stenberg2008-01-021-6/+12
* struct HandleData is now called struct SingleRequest, and is only for data thatDaniel Stenberg2007-11-241-8/+8
* Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() intoDaniel Stenberg2007-11-151-1/+1
* if () => if()Daniel Stenberg2007-11-071-8/+8
* known bug #46: chunked-encoded CONNECT responses from a http proxy now works.Daniel Stenberg2007-10-021-40/+39
* Shmulik Regev:Daniel Stenberg2007-07-101-2/+1
* Fix compiler warning "statement is unreachable"Yang Tse2007-02-221-1/+1
* - Ravi Pratap provided work on libcurl making pipelining more robust andDaniel Stenberg2007-02-211-15/+57