smtp: use the upload buffer size for scratch buffer malloc
[platform/upstream/curl.git] / lib / sendf.h
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
2015-11-16 taesub.kimImported Upstream version 7.40.0 07/51807/1
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
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
2012-12-28 Yang Tsebuild: rename 76 lib/*.h 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-03 Yang Tsefix a bunch of MSVC compiler warnings
2010-05-07 Howard Chusendrecv: split the I/O handling into private handler
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-01-25 Yang Tsefix compiler warning
2010-01-21 Daniel StenbergChris Conroy brought support for RTSP transfers, and...
2009-12-11 Yang TseRemoved function prototype without implementation
2008-09-29 Daniel Stenbergmade Curl_read_plain() return an 'int' instead of CURLc...
2008-09-22 Daniel Stenberg- Made the SOCKS code use the new Curl_read_plain(...
2008-06-20 Daniel Stenberg- Hans-Jurgen May pointed out that trying SCP or SFTP...
2008-05-09 Michal Marek- Make Curl_write and it's callees accept a const point...
2007-10-29 Dan FandrichReverted the const change--what was I thinking?
2007-10-29 Dan FandrichMade some pointers const
2007-03-27 Yang TsePlatforms that lack autotools support should define...
2007-03-23 Yang Tsefix yet another leftover in previous commit
2007-03-23 Yang Tsefix leftover in previous commit
2007-03-23 Yang Tsefix compiler warning: empty body in an if/else-statement
2007-03-22 Dan FandrichUse C99-style variadic macros when available.
2007-03-21 Yang Tsereverted back to previous version => curl.haxx.se/mail...
2007-03-21 Yang Tseavoid the use of variadic macros for greater portability
2006-10-27 Yang TseUpdate copyright year, since the file has been modified
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-02-09 Daniel StenbergFTP code turned into state machine. Not completely...
2005-01-21 Daniel StenbergFTP third transfer support overhaul. See CHANGES for...
2004-11-13 Daniel StenbergDan fixed the CURL_DISABLE_VERBOSE_STRINGS stuff for...
2004-11-11 Daniel StenbergDan Fandrich added --disable-verbose
2004-09-30 Daniel Stenbergkilled trailing whitespace
2004-06-03 Daniel StenbergAlexander Krasnostavsky's FTP third party transfer...
2004-03-10 Daniel Stenbergcurl_socket_t mistakes cleanup
2004-03-09 Daniel StenbergUse curl_socket_t instead of int for holding sockets...
2004-01-07 Daniel Stenbergupdated year in the copyright string
2003-01-16 Daniel Stenbergcopyright year update in the source header
2002-12-10 Daniel Stenbergsend_buffer is no more here
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-04-12 Daniel StenbergJean-Philippe Barrette-LaPierre provided his patch...
2002-03-19 Daniel Stenbergcopyright string (year) update
2002-01-16 Daniel StenbergCurl_write's 5th argument now is signed
2002-01-14 Daniel StenbergCurl_read() now returns a negative return code if EWOUL...
2001-10-31 Daniel StenbergCurl_sendf now returns a CURLcode
2001-08-30 Daniel StenbergMajor rename and redesign of the internal "backbone...
2001-08-14 Daniel Stenbergsize_t and const
2001-01-31 Daniel Stenbergcurl_read() and Curl_read() now have ssize_t in the...
2001-01-25 Daniel Stenbergsendf is now only Curl_sendf
2001-01-05 Daniel StenbergInternal symbols that aren't static are now prefixed...
2001-01-03 Daniel Stenbergdual-license fix
2000-11-22 Daniel Stenbergclient_write() proto and defines added
2000-10-03 Daniel Stenbergintroduced the new add_buffer() concept that makes...
2000-09-21 Daniel Stenbergadjusted to support krb4
2000-08-24 Daniel Stenberghostname and large file support added
2000-06-20 Daniel Stenberghaxx.nu => haxx.se
1999-12-29 Daniel StenbergInitial revision