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 (
Expand
)
Author
2017-11-05
HTTP: support multiple Content-Encodings
Patrick Monnerat
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2017-08-14
strtoofft: reduce integer overflow risks globally
Daniel Stenberg
2016-12-13
checksrc: stricter no-space-before-paren enforcement
Daniel Stenberg
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-04-19
http_chunks: removed checksrc disable
Daniel Stenberg
2016-04-03
code: style updates
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-07-25
HTTP: ignore "Content-Encoding: compress"
Michael Kaufmann
2015-03-24
curl_memory: make curl_memory.h the second-last header file loaded
Dan Fandrich
2015-03-17
checksrc: detect and remove space before trailing semicolons
Daniel Stenberg
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2014-03-14
chunked-encoding: provide a readable error string for chunked errors
Daniel Stenberg
2014-02-12
chunked decoder: track overflows correctly
Daniel Stenberg
2014-01-19
http_chunks.c: Fixed compilation warnings under some 32-bit systems
Steve Holme
2014-01-17
chunked parsing: relax the CR strictness
Daniel Stenberg
2014-01-17
chunked-parser: abort on overflows, allow 64 bit chunks
Daniel Stenberg
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2013-01-03
build: make use of 93 lib/*.c renamed files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2011-09-05
fix bool variables checking and assignment
Yang Tse
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-04-27
whitespace cleanup: no space first in conditionals
Daniel Stenberg
2011-04-20
CURL_DOES_CONVERSIONS: cleanup
Daniel Stenberg
2011-04-18
TE: rename struct field content_encoding
Daniel Stenberg
2010-10-17
http_chunks: remove debug output
Daniel Stenberg
2010-08-25
http: handle trailer headers in all chunked responses
Daniel Stenberg
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-02-26
- Pat Ray in bug #2958474 pointed out an off-by-one case when receiving a
Daniel Stenberg
2009-06-10
- Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings and
Daniel Stenberg
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2008-10-24
fix compiler warning
Yang Tse
2008-10-07
Split off Curl_isxdigit function
Dan Fandrich
2008-09-06
remove unnecessary typecasting of malloc()
Yang Tse
2008-09-06
remove unnecessary typecasting of realloc()
Yang Tse
2008-01-31
- Dmitry Kurochkin moved several struct fields from the connectdata struct to
Daniel Stenberg
2008-01-02
- I fixed two cases of missing return code checks when handling chunked
Daniel Stenberg
2007-11-24
struct HandleData is now called struct SingleRequest, and is only for data that
Daniel Stenberg
2007-11-15
Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() into
Daniel Stenberg
2007-11-07
if () => if()
Daniel Stenberg
2007-10-02
known bug #46: chunked-encoded CONNECT responses from a http proxy now works.
Daniel Stenberg
2007-07-10
Shmulik Regev:
Daniel Stenberg
2007-02-22
Fix compiler warning "statement is unreachable"
Yang Tse
2007-02-21
- Ravi Pratap provided work on libcurl making pipelining more robust and
Daniel Stenberg
2007-02-12
- Shmulik Regev fixed so that the final CRLF of HTTP response headers are sent
Daniel Stenberg
2007-01-16
David McCreedy fixed a flaw from his previous non-ascii HTTP patch
Daniel Stenberg
2007-01-14
- David McCreedy provided libcurl changes for doing HTTP communication on
Daniel Stenberg
2006-10-17
Avoid typecasting a signed char to an int when using is*() functions, as that
Daniel Stenberg
[next]