index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ftp.c
Age
Commit message (
Expand
)
Author
2015-06-17
FTP: do the HTTP CONNECT for data connection blocking
Daniel Stenberg
2015-05-20
read_callback: move to SessionHandle from connectdata
Daniel Stenberg
2015-05-08
FTP: fix dangling conn->ip_addr dereference on verbose EPSV.
Patrick Monnerat
2015-05-08
FTP: Make EPSV use the control IP address rather than the original host.
Patrick Monnerat
2015-03-17
checksrc: use space after comma
Daniel Stenberg
2015-03-17
checksrc: use space before paren in "return (expr);"
Daniel Stenberg
2015-03-16
free: instead of Curl_safefree()
Daniel Stenberg
2015-03-16
Bug #149: Deletion of unnecessary checks before calls of the function "free"
Markus Elfring
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2015-02-11
ftp: accept all 2xx responses to the PORT command
Patrick Monnerat
2015-01-08
FTP: if EPSV fails on IPV6 connections, bail out
Daniel Stenberg
2015-01-08
FTP: fix IPv6 host using link-local address
Daniel Stenberg
2014-12-27
code/docs: Use correct case for IPv4 and IPv6
Steve Holme
2014-12-16
IPV6: address scope != scope id
Patrick Monnerat
2014-12-13
ftp.c: Fixed compilation warning when no verbose string support
Steve Holme
2014-12-06
ftp.c: Fixed compilation warnings when proxy support disabled
Steve Holme
2014-10-24
code cleanup: we prefer 'CURLcode result'
Daniel Stenberg
2014-10-04
nonblock: call with (void) to show we ignore the return code
Daniel Stenberg
2014-09-07
Ensure progress.size_dl/progress.size_ul are always >= 0
Brandon Casey
2014-05-22
bits.close: introduce connection close tracking
Daniel Stenberg
2014-04-26
INFILESIZE: fields in UserDefined must not be changed run-time
Daniel Stenberg
2014-04-23
handler: make 'protocol' always specified as a single bit
Daniel Stenberg
2014-04-03
ftp: in passive data connect wait for happy eyeballs sockets
Daniel Stenberg
2013-12-31
mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU
Steve Holme
2013-12-20
vtls: renamed sslgen.[ch] to vtls.[ch]
Daniel Stenberg
2013-12-20
vtls: created subdir, moved sslgen.[ch] there, updated all include lines
Daniel Stenberg
2013-11-10
connect: Close temporary sockets in conn_free()
Björn Stenberg
2013-11-04
connect: Add connection delay to Happy Eyeballs.
Björn Stenberg
2013-10-27
Add "Happy Eyeballs" for IPv4/IPv6.
Björn Stenberg
2013-10-27
ftp: Fixed compiler warning
Steve Holme
2013-10-26
FTP: make the data connection work when going through proxy
Daniel Stenberg
2013-09-25
ftp.c: Fixed compilation warning
Steve Holme
2013-08-29
FTP: fix getsock during DO_MORE state
Daniel Stenberg
2013-08-26
security.h: rename to curl_sec.h to avoid name collision
Daniel Stenberg
2013-08-25
FTP: remove krb4 support
Daniel Stenberg
2013-08-14
ftp: convert state names to a global array
Daniel Stenberg
2013-08-14
ftp_domore_getsock: when passive mode, the second conn is already there
Daniel Stenberg
2013-08-12
SessionHandle: the protocol specific pointer is now a void *
Daniel Stenberg
2013-08-12
urldata: clean up the use of the protocol specific structs
Daniel Stenberg
2013-08-09
comments: remove old and wrong multi/easy interface statements
Daniel Stenberg
2013-08-08
FTP: renamed several local functions
Daniel Stenberg
2013-08-06
FTP: when EPSV gets a 229 but fails to connect, retry with PASV
Daniel Stenberg
2013-07-24
string formatting: fix too many arguments for format
Yang Tse
2013-07-24
string formatting: fix 25+ printf-style format strings
Yang Tse
2013-07-19
ftp_do_more: consider DO_MORE complete when server connects back
Daniel Stenberg
2013-04-26
ftp_state_pasv_resp: connect through proxy also when set by env
Daniel Stenberg
2013-04-12
FTP: handle a 230 welcome response
Daniel Stenberg
2013-04-12
FTP: access files in root dir correctly
Daniel Stenberg
2013-04-09
FTP: handle "rubbish" in front of directory name in 257 responses
Bill Middlecamp
2013-04-06
ftp.c: Added missing brackets around ABOR command logic
Marc Hoersken
[next]