summaryrefslogtreecommitdiff
path: root/lib/http_chunks.h
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* Curl_chunker: shrink the structDaniel Stenberg2021-01-271-5/+4
* chunk/encoding: remove conn->data referencesDaniel Stenberg2021-01-211-2/+2
* http_chunks: correct and clarify a comment on hexnumber lengthDaniel Stenberg2021-01-191-5/+5
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* chunked-encoding: stop hiding the CURLE_BAD_CONTENT_ENCODING errorDaniel Stenberg2019-10-021-2/+11
* whitespace fixesViktor Szakats2018-09-231-1/+0
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* chunked-encoding: provide a readable error string for chunked errorsDaniel Stenberg2014-03-141-1/+2
* chunked parsing: relax the CR strictnessDaniel Stenberg2014-01-171-29/+11
* chunked-parser: abort on overflows, allow 64 bit chunksDaniel Stenberg2014-01-171-2/+2
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+108
* build: rename 76 lib/*.h filesYang Tse2012-12-281-108/+0
* lib/*.h: use our standard naming scheme for header inclusion guardsYang Tse2012-12-281-3/+4
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* - Ravi Pratap provided work on libcurl making pipelining more robust andDaniel Stenberg2007-02-211-1/+5
* Adrian Schuur added trailer support in the chunked encoding stream. TheDaniel Stenberg2005-07-121-2/+18
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-311-1/+1
* killed trailing whitespaceDaniel Stenberg2005-03-041-5/+5
* use size_t for the data, but keep the protos use ssize_t to better fitDaniel Stenberg2004-03-041-2/+2
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-2/+2
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* James Gallagher's Content-Encoding workDaniel Stenberg2002-09-021-0/+1
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* updated the chunked state-machine to deal with the trailing CRLF that comesDaniel Stenberg2001-03-131-3/+11
* added an error code for illegal hex values in the chunked streamDaniel Stenberg2001-03-121-1/+2
* "Transfer-Encoding: chunked" support addedDaniel Stenberg2001-03-071-4/+9
* chunked transfer encoding supportDaniel Stenberg2001-03-071-0/+73