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
2005-03-14
silence compiler warnings for mingw win32 builds --enable-debug
Daniel Stenberg
2005-03-14
Removed security.h since it shadows an include file mingw needs when building
Daniel Stenberg
2005-03-08
Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTP
Daniel Stenberg
2005-03-04
Added test case 235 that makes a resumed upload of a file that isn't present
Daniel Stenberg
2005-02-11
Fixed bad krb4 code. It always tried to use krb4 if built enabled.
Daniel Stenberg
2005-02-11
Removed all uses of strftime() since it uses the localised version of the
Daniel Stenberg
2005-02-10
typecast assign to ftpport from int to prevent warnings
Daniel Stenberg
2005-02-09
Use CURL_SOCKET_BAD.
Gisle Vanem
2005-02-09
Handle CURLE_LOGIN_DENIED in strerror.c.
Gisle Vanem
2005-02-09
FD_SET can be big macro, use braces
Daniel Stenberg
2005-02-09
FTP code turned into state machine. Not completely yet, but a good start.
Daniel Stenberg
2005-02-08
Don't free too much in freedirs() if realloc() fails.
Gisle Vanem
2005-02-04
Eric Vergnaud found a use of an uninitialized variable
Daniel Stenberg
2005-01-29
conn->ip_addr MUST NOT be used on re-used connections
Daniel Stenberg
2005-01-28
Stephen More pointed out that CURLOPT_FTPPORT and the -P option didn't work
Daniel Stenberg
2005-01-25
Ian Ford asked about support for the FTP command ACCT, and I discovered it is
Daniel Stenberg
2005-01-21
FTP third transfer support overhaul. See CHANGES for details.
Daniel Stenberg
2005-01-19
Stephan Bergmann made libcurl return CURLE_URL_MALFORMAT if an FTP URL
Daniel Stenberg
2004-12-17
avoid an extra malloc
Daniel Stenberg
2004-12-17
fixed minor memory leak when running out of memory
Daniel Stenberg
2004-12-17
oops, add missing return keyword
Daniel Stenberg
2004-12-16
Based on Gisle Vanem's patch: make sure the directory re-use works even when
Daniel Stenberg
2004-12-16
reduced the number of sub-blocks
Daniel Stenberg
2004-12-15
Make some arrays of pointers const, too.
Dan Fandrich
2004-12-11
modified to use the current error code name, not the obsolete one
Daniel Stenberg
2004-12-07
CURLFTPSSL_ALL should make sure that the transfer fails if the data connection
Daniel Stenberg
2004-12-05
Richard Atterer fixed libcurl's way of dealing with the EPSV
Daniel Stenberg
2004-11-29
As reported in Mandrake's bug tracker bug 12285
Daniel Stenberg
2004-11-27
typecast the coversion from long to int
Daniel Stenberg
2004-11-26
removed no longer used variable
Daniel Stenberg
2004-11-25
FTP improvements:
Daniel Stenberg
2004-11-19
David Phillips' FD_SETSIZE fix
Daniel Stenberg
2004-11-02
Paul Nolan fix to make libcurl build nicely on Windows CE
Daniel Stenberg
2004-10-21
Dan Fandrich's better ifdef for include fix
Daniel Stenberg
2004-10-16
Alexander Krasnostavsky made the CURLOPT_FTP_CREATE_MISSING_DIRS option work
Daniel Stenberg
2004-10-06
removed tabs and trailing whitespace from source
Daniel Stenberg
2004-10-01
Aleksandar Milivojevic reported a problem in the Redhat bugzilla (see
Daniel Stenberg
2004-09-29
Fixed an error message: we use CWD, we don't cd into dirs with FTP
Daniel Stenberg
2004-09-16
Added CURLOPT_FTPSSLAUTH
Daniel Stenberg
2004-09-13
revert the change for the new date parser, as the new one can deal with
Daniel Stenberg
2004-09-11
Minor adjustment needed for the new date parser to succeed. ifdef'ed out
Daniel Stenberg
2004-08-11
include the server response in the error message when an FTP server gives
Daniel Stenberg
2004-08-10
more typecasts to please picky compilers
Daniel Stenberg
2004-07-04
make sure the 3rd argument passed to bind() is a socklen_t
Daniel Stenberg
2004-07-04
typecast the conversion from long to int to prevent picky compiler warnings
Daniel Stenberg
2004-07-01
variable type cleanup to fix picky compiler warnings
Daniel Stenberg
2004-06-30
I think 1024 bytes is enough for even most ipv6 addresses :-)
Daniel Stenberg
2004-06-24
Replaced all uses of sprintf() with the safer snprintf(). It is just a
Daniel Stenberg
2004-06-24
Source cleanups. The major one being that we now _always_ use a Curl_addrinfo
Daniel Stenberg
2004-06-09
Alexander Krasnostavsky's fix to make libcurl build fine with configure
Daniel Stenberg
[next]