Age | Commit message (Expand) | Author |
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 |
2006-09-07 | Major overhaul introducing http pipelining support and shared connection | Daniel Stenberg |
2006-08-19 | Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE | Daniel Stenberg |
2005-07-12 | Adrian Schuur added trailer support in the chunked encoding stream. The | Daniel Stenberg |
2005-03-31 | Updated the copyright year since changes have been this year. | Daniel Stenberg |
2005-03-04 | killed trailing whitespace | Daniel Stenberg |
2004-05-12 | The Curl_unencode_XXX_write() function take a ssize_t as third argument, so | Daniel Stenberg |
2004-05-11 | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg |
2004-03-04 | use size_t for the data, but keep the protos use ssize_t to better fit | Daniel Stenberg |