smtp: use the upload buffer size for scratch buffer malloc
[platform/upstream/curl.git] / lib / ftp.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
2016-04-11 seonah moonRevert "Imported Upstream version 7.44.0" 73/65573/1
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
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-10-26 Daniel StenbergFTP: make the data connection work when going through...
2013-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
2013-02-23 Steve Holmepingpong: Renamed curl_ftptransfer to curl_pp_transfer
2013-02-23 Steve Holmepingpong: Moved curl_ftptransfer definition to pingpong.h
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-12-20 Daniel Stenbergtimeleft_accept: ack global timeout, moved to ftp.c
2011-12-20 Daniel StenbergFTP: move FTP-specific struct field to ftpc_conn
2011-12-20 Gokhan SengunFTP: perform active connections non-blocking
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2010-05-12 Pavel RaiskupFTP: WILDCARDMATCH/CHUNKING/FNMATCH added
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-01-25 Yang Tsemake Curl_handler_*_proxy definition static
2010-01-01 Daniel Stenbergupdate copyright year since we are in 2010 now
2010-01-01 Daniel Stenberg- Ingmar Runge enhanced libcurl's FTP engine to support...
2009-12-12 Daniel Stenbergintroducing IMAP, POP3 and SMTP support (still lots...
2007-10-12 Patrick MonneratAdded per-protocol callback static tables, replacing...
2007-01-27 Yang Tseupdate copyright year notice
2007-01-16 Daniel Stenberg- Armel Asselin improved libcurl to behave a lot better...
2006-04-10 Daniel StenbergFirst curl_multi_socket() commit. Should primarily...
2005-02-09 Daniel StenbergFTP code turned into state machine. Not completely...
2004-05-12 Daniel StenbergCurl_done() and the protocol-specific conn->curl_done...
2004-04-22 Daniel Stenbergremoved Curl_ftp_quit() as it was turned into a static...
2004-01-22 Daniel Stenbergadded the missing proto for the still unused quit function
2004-01-07 Daniel Stenbergupdated year in the copyright string
2003-03-11 Daniel StenbergUse ssize_t instead of 'int' to make the 64 bit sparc...
2003-01-16 Daniel Stenbergcopyright year update in the source header
2002-12-03 Daniel StenbergCurl_GetFTPResponse() takes a different set of paramete...
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-08-12 Daniel StenbergInitial fix to make the multi interface return control...
2002-06-11 Daniel Stenbergadded disable-[protocol] support, largely provided...
2002-03-19 Daniel Stenbergcopyright string (year) update
2001-11-05 Daniel StenbergCurl_ftpsendf() had wrong return type
2001-09-28 Daniel Stenbergremoved the socket argument from some functions that...
2001-08-14 Daniel StenbergCurl_ftpsendf's third argument is now a const char *
2001-03-02 Daniel StenbergAdded the disconnect proto
2001-01-05 Daniel StenbergInternal symbols that aren't static are now prefixed...
2001-01-03 Daniel Stenbergdual-license fix
2000-06-20 Daniel Stenberghaxx.nu => haxx.se
2000-05-22 Daniel Stenbergmoved here from the newlib branch
1999-12-29 Daniel StenbergInitial revision