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
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
2006-02-11
Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options that
Daniel Stenberg
2006-01-24
Michal Marek provided a patch for FTP that makes libcurl continue to try PASV
Daniel Stenberg
2006-01-19
Duane Cathey was one of our friends who reported that curl -P [IP]
Daniel Stenberg
2006-01-19
Jon Turner pointed out that doing -P [hostname] with curl (built ipv4-only)
Daniel Stenberg
2006-01-12
Fixed FTP_SKIP_PASV_IP and FTP_USE_EPSV to "do right" when used on FTP thru
Daniel Stenberg
2006-01-12
Michael Jahn fixed ftp over CONNECT
Daniel Stenberg
2006-01-10
When using a bad path over FTP, as in when libcurl couldn't CWD into all
Daniel Stenberg
2005-12-11
Undo last changes
Yang Tse
2005-12-11
Avoid generation of additional warnings
Yang Tse
2005-12-11
Fix compiler warning and compatibility issue with the type of the parameter u...
Yang Tse
2005-12-05
Another Yang Tse warning cleanup raid!
Daniel Stenberg
2005-11-28
new experimental "ftp method" code
Daniel Stenberg
2005-11-14
Jan Kunder's debian bug report
Daniel Stenberg
2005-11-12
Reversed the logic for sockaddr_storage and made our own Curl_sockaddr_storage
Daniel Stenberg
2005-11-11
Moved the sockaddr_storage definition to lib/sockaddr.h and only include that
Daniel Stenberg
2005-11-10
David Lang: if there is no sockaddr_storage, make up our own and use that
Daniel Stenberg
[next]