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
2007-02-19
and fix warnings due to lack of protos
Daniel Stenberg
2007-02-19
- Robson Braga Araujo made passive FTP transfers work with SOCKS (both 4 and
Daniel Stenberg
2007-02-16
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling
Yang Tse
2007-02-16
- Duncan Mac-Vicar Prett and Michal Marek reported problems with resetting
Daniel Stenberg
2007-02-06
compiler warning fix
Yang Tse
2007-02-05
- Michael Wallner provided a patch that adds support for CURLOPT_TIMEOUT_MS
Daniel Stenberg
2007-02-01
compiler warning fix
Yang Tse
2007-02-01
compiler warning fix
Yang Tse
2007-01-24
Only shut down SSL if the CCC command succeeded.
Dan Fandrich
2007-01-16
- Armel Asselin improved libcurl to behave a lot better when an easy handle
Daniel Stenberg
2007-01-08
Correct error code for CCC/SSL shutdown failure
Linus Nielsen Feltzing
2007-01-05
- Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to
Daniel Stenberg
2006-12-22
- Robert Foreman provided a prime example snippet showing how libcurl would
Daniel Stenberg
2006-12-21
removed unused variables
Daniel Stenberg
2006-12-21
Robson Braga Araujo reported bug #1618359
Daniel Stenberg
2006-12-11
Alexey Simak found out that when doing FTP with the multi interface and
Daniel Stenberg
2006-12-05
Alexey Simak filed bug report #1600447
Daniel Stenberg
2006-10-17
Avoid typecasting a signed char to an int when using is*() functions, as that
Daniel Stenberg
2006-10-17
Explicit typecast for Curl_debug() size argument
Yang Tse
2006-10-11
Remove redundant __CYGWIN__ symbol check
Yang Tse
2006-10-02
removed more dead code that is unused since the removal of the third party
Daniel Stenberg
2006-09-30
Support for FTP third party transfers is now dropped
Daniel Stenberg
2006-09-21
(FTP) a failed upload does not invalidate the control connection
Daniel Stenberg
2006-09-16
Armel Asselin - When the easy handle is removed from the multi while libcurl
Daniel Stenberg
2006-09-12
Compiler warning fix
Yang Tse
2006-09-10
Compiler warning fix
Yang Tse
2006-09-09
Compiler warning fix
Yang Tse
2006-09-09
tab => space
Daniel Stenberg
2006-09-08
Peter Sylvester cleaned up and fixed the getsockname() uses in ftp.c. Some
Daniel Stenberg
2006-09-08
Compilation fix
Yang Tse
2006-09-07
Major overhaul introducing http pipelining support and shared connection
Daniel Stenberg
2006-09-03
Simplified #ifdef on WIN32; the statement
Gisle Vanem
2006-08-29
Avoid Metaware's High-C warning "'=' encountered where '==' may have been int...
Gisle Vanem
2006-08-22
Peter Sylvester pointed out a flaw in the AllowServerConnect() in the FTP
Daniel Stenberg
2006-08-19
Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE
Daniel Stenberg
2006-08-18
Armel Asselin fixed a crash in the FTP code when using SINGLECWD mode and
Daniel Stenberg
2006-08-08
Armel Asselin made the CURLOPT_PREQUOTE option work fine even when
Daniel Stenberg
2006-07-25
Dan Nelson added the CURLOPT_FTP_ALTERNATIVE_TO_USER libcurl option and curl
Daniel Stenberg
2006-07-20
Avoid warning 'port' might be used uninitialized in this function.
Gisle Vanem
2006-05-04
Roland Blom filed bug report #1481217
Daniel Stenberg
2006-04-26
David McCreedy brought line end conversions when doing FTP ASCII
Daniel Stenberg
2006-04-18
Robson Braga Araujo provided a patch that makes libcurl less eager to close
Daniel Stenberg
2006-04-10
First curl_multi_socket() commit. Should primarily be considered as an internal
Daniel Stenberg
2006-04-07
First commit of David McCreedy's EBCDIC and TPF changes.
Daniel Stenberg
2006-03-21
David McCreedy added CURLINFO_FTP_ENTRY_PATH to export the FTP entry path
Daniel Stenberg
2006-03-20
David McCreedy fixed libcurl to no longer ignore AUTH failures and now it
Daniel Stenberg
2006-03-13
David McCreedy found a missing return code assignment
Daniel Stenberg
2006-03-08
Peter Heuchert's correction for the clear control connection case
Daniel Stenberg
2006-03-07
Peter Heuchert made sure the CURLFTPSSL_CONTROL setting for CURLOPT_FTP_SSL
Daniel Stenberg
2006-03-03
Prevent uploading to a URL that has no file name part.
Daniel Stenberg
[next]