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-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
2005-10-05
CURL_TIMECOND_IFMODSINCE actually requires that the remote document has been
Daniel Stenberg
2005-09-27
TJ Saunders of the proftpd project identified and pointed out problems with
Daniel Stenberg
2005-09-16
keep 'socktype' in the connectdata struct and make sure we use that for all
Daniel Stenberg
2005-09-14
oops, return error if an error did occur!
Daniel Stenberg
2005-09-04
Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ip
Daniel Stenberg
2005-08-19
Norbert Novotny had problems with FTPS and he helped me work out a patch
Daniel Stenberg
2005-07-21
Fixed some typos in output messages.
Dan Fandrich
2005-07-03
Andrew Bushnell provided enough info for me to tell that we badly needed to
Daniel Stenberg
2005-05-24
Now allow TYPE responses to be any 2xx code, and log if it isn't 200.
Daniel Stenberg
2005-05-17
check if getsockname() returns failure before using the address it provides
Daniel Stenberg
2005-05-17
reduced typecasts, from two to one
Daniel Stenberg
2005-05-14
Some patches for (a stricter/smarter) gcc 4.0 and
Gisle Vanem
[prev]
[next]