Revert "Update to 7.44.0"
[platform/upstream/curl.git] / lib / ftp.c
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
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
2014-05-21 Daniel Stenbergbits.close: introduce connection close tracking
2014-04-26 Daniel StenbergINFILESIZE: fields in UserDefined must not be changed...
2014-04-23 Daniel Stenberghandler: make 'protocol' always specified as a single bit
2014-04-03 Daniel Stenbergftp: in passive data connect wait for happy eyeballs...
2013-12-31 Steve Holmemprintf: Replaced internal usage of FORMAT_OFF_T and...
2013-12-20 Daniel Stenbergvtls: renamed sslgen.[ch] to vtls.[ch]
2013-12-20 Daniel Stenbergvtls: created subdir, moved sslgen.[ch] there, updated...
2013-11-10 Björn Stenbergconnect: Close temporary sockets in conn_free()
2013-11-04 Björn Stenbergconnect: Add connection delay to Happy Eyeballs.
2013-10-27 Björn StenbergAdd "Happy Eyeballs" for IPv4/IPv6.
2013-10-26 Steve Holmeftp: Fixed compiler warning
2013-10-26 Daniel StenbergFTP: make the data connection work when going through...
2013-09-25 Steve Holmeftp.c: Fixed compilation warning
2013-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
2013-08-29 Daniel StenbergFTP: fix getsock during DO_MORE state
2013-08-26 Daniel Stenbergsecurity.h: rename to curl_sec.h to avoid name collision
2013-08-25 Daniel StenbergFTP: remove krb4 support
2013-08-14 Daniel Stenbergftp: convert state names to a global array
2013-08-14 Daniel Stenbergftp_domore_getsock: when passive mode, the second conn...
2013-08-12 Daniel StenbergSessionHandle: the protocol specific pointer is now...
2013-08-12 Daniel Stenbergurldata: clean up the use of the protocol specific...
2013-08-09 Daniel Stenbergcomments: remove old and wrong multi/easy interface...
2013-08-08 Daniel StenbergFTP: renamed several local functions
2013-08-06 Daniel StenbergFTP: when EPSV gets a 229 but fails to connect, retry...
2013-07-24 Yang Tsestring formatting: fix too many arguments for format
2013-07-23 Yang Tsestring formatting: fix 25+ printf-style format strings
2013-07-19 Daniel Stenbergftp_do_more: consider DO_MORE complete when server...
2013-04-26 Daniel Stenbergftp_state_pasv_resp: connect through proxy also when...
2013-04-12 Daniel StenbergFTP: handle a 230 welcome response
2013-04-12 Daniel StenbergFTP: access files in root dir correctly
2013-04-09 Bill MiddlecampFTP: handle "rubbish" in front of directory name in...
2013-04-06 Marc Hoerskenftp.c: Added missing brackets around ABOR command logic
2013-04-06 Daniel StenbergFTP: wait on both connections during active STOR state
2013-04-06 Kim Vandryconnect: treat an interface bindlocal() problem as...
2013-03-29 Daniel Stenbergftp_sendquote: use PPSENDF, not FTPSENDF
2013-03-07 Daniel Stenbergchecksrc: ban unsafe functions
2013-02-15 Daniel Stenbergrename "easy" statemachines: call them block instead
2013-02-12 Steve Holmepingpong: Optimised the endofresp() function
2013-01-17 Daniel Stenbergalways-multi: always use non-blocking internals
2013-01-15 Daniel StenbergFTP: reject illegal port numbers in EPSV 229 responses
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-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2012-11-12 Anton Malovftp: EPSV-disable fix over SOCKS
2012-11-05 Daniel Stenbergftp_readresp: fix build without krb4 support
2012-11-04 Daniel StenbergFTP: prevent the multi interface from blocking
2012-10-30 Anas NashifImported Upstream version 7.21.3 upstream/7.21.3
2012-08-16 Gokhan Sengunftp: active conn, place calling sockopt callback at...
2012-08-16 Gokhan Sengunftp: active conn, allow application to set sockopt...
2012-07-13 Daniel Stenbergftp_do_more: add missing check of return code
2012-06-12 Yang TseRevert "connect.c/ftp.c: Fixed dereferencing pointer...
2012-06-11 Marc Hoerskenconnect.c/ftp.c: Fixed dereferencing pointer breakin...
2012-04-04 Yang Tseftp.c: ftplistparser related OOM handling fix
2012-03-16 Yang Tsefix some compiler warnings
2012-03-08 Daniel StenbergCONNECT: made generically not per-protocol
2012-01-16 Yang Tseadd LF termination to infof() trace string
2012-01-09 gsengunFTP: CURLE_PARTIAL_FILE should not cause control connec...
2011-12-23 Daniel Stenbergftp_do_more: don't return success until all is done
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 Daniel Stenbergnon-blocking active FTP: cleanup multi state usage
2011-12-20 Gokhan SengunFTP: perform active connections non-blocking
2011-12-05 Daniel StenbergFTP: close callback fix
2011-12-05 Daniel StenbergFTP: call opensocket callback properly
2011-11-24 Jonas Schnelliquery-part: ignore the URI part for given protocols
2011-11-06 Daniel Stenbergftp PORT: don't hang if bind() fails
2011-11-03 Daniel Stenbergrename ftp_ssl: the struct field is used for many protocols
2011-10-24 Yang Tseftp.c: some OOM handling fixes
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-10-21 Daniel Stenbergcurl_multi_fdset: correct fdset with FTP PORT use
2011-10-12 Yang TseOOM handling/cleanup slight adjustments
2011-10-04 Daniel Stenbergftp: improved the failed PORT host name resolved error...
2011-09-14 Yang Tseftp.c: add a couple of failure messages
2011-09-12 Yang Tseftp.c: fix socket leak torture tests detected 2011...
2011-09-10 Yang Tseftp.c: fix ftp active connects which got broken with...
2011-09-07 Daniel Stenbergftp_state_use_port: minor code indent fix
2011-09-05 Yang Tsefix bool variables checking and assignment
2011-09-03 Yang Tsefix a bunch of MSVC compiler warnings
2011-09-01 Yang Tseftp.c: fix some leaks torture tests detected 2011-08...
2011-08-31 Yang Tseftp.c: fix some leaks torture tests detected 2011-08...
2011-08-31 Yang Tsefix some leaks torture tests detected 2011-08-30
2011-08-30 Yang Tsefix some leaks torture tests detected 2011-08-30
2011-08-18 Daniel StenbergFTP: fix proxy connect race condition
2011-08-08 Daniel Stenbergftp_doing: bail out on error properly
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-07-04 Daniel Stenbergcode style: space between close paren and open brace
2011-06-04 Daniel StenbergCurl_socket_ready: make timeout a 'long'
2011-06-02 Yang Tsecompiler warning: fix
next