smtp: use the upload buffer size for scratch buffer malloc
[platform/upstream/curl.git] / lib / http_chunks.c
2018-04-12 Seonah MoonUpdate version to 7.59.0 81/175781/1
2018-04-12 Seonah MoonImported Upstream version 7.59.0 63/175763/1 upstream/7.59.0
2017-03-23 Seonah MoonUpdate version to 7.53.1 83/120583/1 accepted/tizen/common/20170323.154553 accepted/tizen/ivi/20170324.023348 accepted/tizen/mobile/20170324.023258 accepted/tizen/tv/20170324.023313 accepted/tizen/unified/20170324.023404 accepted/tizen/wearable/20170324.023330 submit/tizen/20170323.081345 submit/tizen/20170323.081420
2017-03-23 taesub kimImported Upstream version 7.53.1 59/120559/1 upstream/7.53.1
2017-03-23 taesub kimRevert "Imported Upstream version 7.53.1" 51/120551/1
2017-03-22 taesub kimImported Upstream version 7.53.1 94/120194/1
2016-09-23 Seonah MoonUpdate to 7.50.2 00/89300/3 accepted/tizen/common/20160928.164154 accepted/tizen/ivi/20160929.081233 accepted/tizen/mobile/20160929.081128 accepted/tizen/tv/20160929.081209 accepted/tizen/wearable/20160929.081050 submit/tizen/20160928.053415
2016-09-23 Seonah MoonImported Upstream version 7.50.2 93/89293/1 upstream/7.50.2
2016-04-26 Seonah MoonMerge branch 'upstream' into tizen 63/67263/3 accepted/tizen/common/20160427.144109 accepted/tizen/ivi/20160428.002447 accepted/tizen/mobile/20160428.004551 accepted/tizen/tv/20160428.002324 accepted/tizen/wearable/20160428.002544 submit/tizen/20160427.070140
2016-04-25 taesubkimImported Upstream version 7.48.0 46/67046/1 upstream/7.48.0
2016-04-11 seonah moonRevert "Imported Upstream version 7.44.0" 73/65573/1
2016-04-07 seonah moonRevert "Update to 7.44.0" 72/65072/1
2016-04-07 Seonah MoonUpdate to 7.44.0 38/65038/2 submit/tizen/20160407.062150
2016-04-07 Seonah MoonImported Upstream version 7.44.0 35/65035/1
2016-04-07 seonah moonRevert "Imported Upstream version 7.44.0" 20/65020/1
2016-04-07 Seonah MoonImported Upstream version 7.44.0 13/65013/1
2015-11-16 taesub.kimImported Upstream version 7.40.0 07/51807/1
2014-03-14 Daniel Stenbergchunked-encoding: provide a readable error string for...
2014-02-12 Daniel Stenbergchunked decoder: track overflows correctly
2014-01-19 Steve Holmehttp_chunks.c: Fixed compilation warnings under some...
2014-01-17 Daniel Stenbergchunked parsing: relax the CR strictness
2014-01-17 Daniel Stenbergchunked-parser: abort on overflows, allow 64 bit chunks
2013-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2013-01-03 Yang Tsebuild: make use of 93 lib/*.c renamed files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-10-30 Anas NashifImported Upstream version 7.21.3 upstream/7.21.3
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-09-05 Yang Tsefix bool variables checking and assignment
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-04-27 Daniel Stenbergwhitespace cleanup: no space first in conditionals
2011-04-19 Daniel StenbergCURL_DOES_CONVERSIONS: cleanup
2011-04-18 Daniel StenbergTE: rename struct field content_encoding
2010-10-17 Daniel Stenberghttp_chunks: remove debug output
2010-08-25 Daniel Stenberghttp: handle trailer headers in all chunked responses
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-26 Daniel Stenberg- Pat Ray in bug #2958474 pointed out an off-by-one...
2009-06-10 Daniel Stenberg- Fabian Keil ran clang on the (lib)curl code, found...
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2008-10-24 Yang Tsefix compiler warning
2008-10-07 Dan FandrichSplit off Curl_isxdigit function
2008-09-06 Yang Tseremove unnecessary typecasting of malloc()
2008-09-06 Yang Tseremove unnecessary typecasting of realloc()
2008-01-31 Daniel Stenberg- Dmitry Kurochkin moved several struct fields from...
2008-01-02 Daniel Stenberg- I fixed two cases of missing return code checks when...
2007-11-24 Daniel Stenbergstruct HandleData is now called struct SingleRequest...
2007-11-15 Daniel StenbergRearranged code and changed Curl_readwrite_init() and...
2007-11-07 Daniel Stenbergif () => if()
2007-10-02 Daniel Stenbergknown bug #46: chunked-encoded CONNECT responses from...
2007-07-10 Daniel StenbergShmulik Regev:
2007-02-22 Yang TseFix compiler warning "statement is unreachable"
2007-02-21 Daniel Stenberg- Ravi Pratap provided work on libcurl making pipelinin...
2007-02-12 Daniel Stenberg- Shmulik Regev fixed so that the final CRLF of HTTP...
2007-01-16 Daniel StenbergDavid McCreedy fixed a flaw from his previous non-ascii...
2007-01-14 Daniel Stenberg- David McCreedy provided libcurl changes for doing...
2006-10-17 Daniel StenbergAvoid typecasting a signed char to an int when using...
2006-09-07 Daniel StenbergMajor overhaul introducing http pipelining support...
2006-08-19 Daniel StenbergBased on a patch by Armel Asselin, the FTP code no...
2005-07-12 Daniel StenbergAdrian Schuur added trailer support in the chunked...
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