Updated the copyright year since changes have been this year.
[platform/upstream/curl.git] / lib / http_chunks.c
2005-03-31 Daniel StenbergUpdated the copyright year since changes have been...
2005-03-04 Daniel Stenbergkilled trailing whitespace
2004-05-12 Daniel StenbergThe Curl_unencode_XXX_write() function take a ssize_t...
2004-05-11 Daniel Stenbergcurl_global_init_mem() allows the memory functions...
2004-03-04 Daniel Stenberguse size_t for the data, but keep the protos use ssize_...
2004-01-29 Daniel StenbergDan Fandrich's cleanup patch to make pedantic compiler...
2004-01-07 Daniel Stenbergupdated year in the copyright string
2003-08-03 Daniel Stenberg Mark Fletcher provided an excellent bug report that...
2003-06-26 Daniel Stenberguse CURLDEBUG instead of MALLOCDEBUG for preprocessor...
2003-04-22 Daniel StenbergDan Fandrich corrected the error messages on "bad encod...
2003-04-11 Daniel StenbergNic Hines fixed this bug when deflate or gzip contents...
2003-04-11 Daniel StenbergDan Fandrich's gzip patch applied
2003-01-29 Daniel Stenbergremoved the local variables for emacs and vim, use...
2003-01-16 Daniel Stenbergcopyright year update in the source header
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-09-02 Daniel StenbergJames Gallagher's Content-Encoding work
2002-06-11 Daniel Stenbergadded disable-[protocol] support, largely provided...
2002-03-19 Daniel Stenbergcopyright string (year) update
2001-10-11 Sterling Hugheslooks nicer and is better compatible with older vim...
2001-09-07 Sterling HughesAdded formatting sections for emacs and vim
2001-09-03 Daniel Stenbergcorrected the comment to be valid chunk format
2001-08-14 Daniel StenbergCurl_httpchunk_read now takes size_t size arguments...
2001-03-13 Daniel Stenbergre-added the default switch for weird states
2001-03-13 Daniel Stenbergupdated the chunked state-machine to deal with the...
2001-03-12 Daniel Stenbergmade it return illegal hex in case no hexadecimal digit...
2001-03-07 Daniel Stenberg"Transfer-Encoding: chunked" support added
2001-03-07 Daniel Stenbergchunked transfer encoding support