| Commit message (Expand) | Author | Age | Files | Lines |
* | fix bool variables checking and assignment | Yang Tse | 2011-09-05 | 1 | -3/+3 |
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -6/+1 |
* | whitespace cleanup: no space first in conditionals | Daniel Stenberg | 2011-04-27 | 1 | -1/+1 |
* | CURL_DOES_CONVERSIONS: cleanup | Daniel Stenberg | 2011-04-20 | 1 | -11/+7 |
* | TE: rename struct field content_encoding | Daniel Stenberg | 2011-04-18 | 1 | -2/+2 |
* | http_chunks: remove debug output | Daniel Stenberg | 2010-10-17 | 1 | -1/+0 |
* | http: handle trailer headers in all chunked responses | Daniel Stenberg | 2010-08-25 | 1 | -83/+68 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | - Pat Ray in bug #2958474 pointed out an off-by-one case when receiving a | Daniel Stenberg | 2010-02-26 | 1 | -3/+6 |
* | - Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings and | Daniel Stenberg | 2009-06-10 | 1 | -2/+0 |
* | libcurl's memory.h renamed to curl_memory.h | Yang Tse | 2009-04-21 | 1 | -2/+2 |
* | fix compiler warning | Yang Tse | 2008-10-24 | 1 | -3/+3 |
* | Split off Curl_isxdigit function | Dan Fandrich | 2008-10-07 | 1 | -5/+9 |
* | remove unnecessary typecasting of malloc() | Yang Tse | 2008-09-06 | 1 | -1/+1 |
* | remove unnecessary typecasting of realloc() | Yang Tse | 2008-09-06 | 1 | -1/+1 |
* | - Dmitry Kurochkin moved several struct fields from the connectdata struct to | Daniel Stenberg | 2008-01-31 | 1 | -1/+1 |
* | - I fixed two cases of missing return code checks when handling chunked | Daniel Stenberg | 2008-01-02 | 1 | -6/+12 |
* | struct HandleData is now called struct SingleRequest, and is only for data that | Daniel Stenberg | 2007-11-24 | 1 | -8/+8 |
* | Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() into | Daniel Stenberg | 2007-11-15 | 1 | -1/+1 |
* | if () => if() | Daniel Stenberg | 2007-11-07 | 1 | -8/+8 |
* | known bug #46: chunked-encoded CONNECT responses from a http proxy now works. | Daniel Stenberg | 2007-10-02 | 1 | -40/+39 |
* | Shmulik Regev: | Daniel Stenberg | 2007-07-10 | 1 | -2/+1 |
* | Fix compiler warning "statement is unreachable" | Yang Tse | 2007-02-22 | 1 | -1/+1 |
* | - Ravi Pratap provided work on libcurl making pipelining more robust and | Daniel Stenberg | 2007-02-21 | 1 | -15/+57 |
* | - Shmulik Regev fixed so that the final CRLF of HTTP response headers are sent | Daniel Stenberg | 2007-02-12 | 1 | -4/+16 |
* | David McCreedy fixed a flaw from his previous non-ascii HTTP patch | Daniel Stenberg | 2007-01-16 | 1 | -10/+10 |
* | - David McCreedy provided libcurl changes for doing HTTP communication on | Daniel Stenberg | 2007-01-14 | 1 | -9/+39 |
* | Avoid typecasting a signed char to an int when using is*() functions, as that | Daniel Stenberg | 2006-10-17 | 1 | -1/+1 |
* | Major overhaul introducing http pipelining support and shared connection | Daniel Stenberg | 2006-09-07 | 1 | -10/+11 |
* | Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE | Daniel Stenberg | 2006-08-19 | 1 | -5/+5 |
* | Adrian Schuur added trailer support in the chunked encoding stream. The | Daniel Stenberg | 2005-07-12 | 1 | -4/+69 |
* | Updated the copyright year since changes have been this year. | Daniel Stenberg | 2005-03-31 | 1 | -1/+1 |
* | killed trailing whitespace | Daniel Stenberg | 2005-03-04 | 1 | -7/+7 |
* | The Curl_unencode_XXX_write() function take a ssize_t as third argument, so | Daniel Stenberg | 2004-05-12 | 1 | -5/+5 |
* | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg | 2004-05-11 | 1 | -2/+1 |
* | use size_t for the data, but keep the protos use ssize_t to better fit | Daniel Stenberg | 2004-03-04 | 1 | -4/+8 |
* | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg | 2004-01-29 | 1 | -2/+3 |
* | updated year in the copyright string | Daniel Stenberg | 2004-01-07 | 1 | -1/+1 |
* | Mark Fletcher provided an excellent bug report that identified a problem | Daniel Stenberg | 2003-08-03 | 1 | -3/+5 |
* | use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions | Daniel Stenberg | 2003-06-26 | 1 | -1/+1 |
* | Dan Fandrich corrected the error messages on "bad encoding". | Daniel Stenberg | 2003-04-22 | 1 | -1/+1 |
* | Nic Hines fixed this bug when deflate or gzip contents were downloaded using | Daniel Stenberg | 2003-04-11 | 1 | -0/+4 |
* | Dan Fandrich's gzip patch applied | Daniel Stenberg | 2003-04-11 | 1 | -0/+3 |
* | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg | 2003-01-29 | 1 | -8/+0 |
* | copyright year update in the source header | Daniel Stenberg | 2003-01-16 | 1 | -1/+1 |
* | updated source code boilerplate/header | Daniel Stenberg | 2002-09-03 | 1 | -7/+7 |
* | James Gallagher's Content-Encoding work | Daniel Stenberg | 2002-09-02 | 1 | -1/+28 |
* | added disable-[protocol] support, largely provided by Miklos Nemeth | Daniel Stenberg | 2002-06-11 | 1 | -0/+2 |
* | copyright string (year) update | Daniel Stenberg | 2002-03-19 | 1 | -1/+1 |
* | looks nicer and is better compatible with older vim versions | Sterling Hughes | 2001-10-11 | 1 | -2/+2 |