index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
http_chunks.c
Age
Commit message (
Collapse
)
Author
2003-08-03
Mark Fletcher provided an excellent bug report that identified a problem
Daniel Stenberg
with FOLLOWLOCATION and chunked transfer-encoding, as libcurl would not properly ignore the body contents of 3XX response that included the Location: header.
2003-06-26
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
Daniel Stenberg
2003-04-22
Dan Fandrich corrected the error messages on "bad encoding".
Daniel Stenberg
2003-04-11
Nic Hines fixed this bug when deflate or gzip contents were downloaded using
Daniel Stenberg
chunked encoding.
2003-04-11
Dan Fandrich's gzip patch applied
Daniel Stenberg
2003-01-29
removed the local variables for emacs and vim, use the new sample.emacs
Daniel Stenberg
way for emacs, and vim users should provide a similar non-polluting style
2003-01-16
copyright year update in the source header
Daniel Stenberg
2002-09-03
updated source code boilerplate/header
Daniel Stenberg
2002-09-02
James Gallagher's Content-Encoding work
Daniel Stenberg
2002-06-11
added disable-[protocol] support, largely provided by Miklos Nemeth
Daniel Stenberg
2002-03-19
copyright string (year) update
Daniel Stenberg
2001-10-11
looks nicer and is better compatible with older vim versions
Sterling Hughes
2001-09-07
Added formatting sections for emacs and vim
Sterling Hughes
2001-09-03
corrected the comment to be valid chunk format
Daniel Stenberg
2001-08-14
Curl_httpchunk_read now takes size_t size arguments instead of the previous
Daniel Stenberg
ssize_t
2001-03-13
re-added the default switch for weird states
Daniel Stenberg
2001-03-13
updated the chunked state-machine to deal with the trailing CRLF that comes
Daniel Stenberg
after the data part
2001-03-12
made it return illegal hex in case no hexadecimal digit was read when at
Daniel Stenberg
least one was expected
2001-03-07
"Transfer-Encoding: chunked" support added
Daniel Stenberg
2001-03-07
chunked transfer encoding support
Daniel Stenberg