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
2004-03-25
include the strerror.h file without curl_ prefix
Daniel Stenberg
2004-03-24
Gisle Vanem's fix to replace the bad use of strerror(). This introduces
Daniel Stenberg
2004-03-17
Günter Knauf's NetWare changes.
Daniel Stenberg
2004-03-11
Gisle Vanem's fixes to use CURL_SOCKET_BAD more instead of -1 for sockets.
Daniel Stenberg
2004-03-10
Use more curl_off_t variables when doing the progress meter calculations and
Daniel Stenberg
2004-03-10
turn niflags into a define named NIFLAGS
Daniel Stenberg
2004-03-09
Use curl_socket_t instead of int for holding sockets. The typedefs and
Daniel Stenberg
2004-03-05
clearly tell that these are ftp response timeouts
Daniel Stenberg
2004-03-03
more variable type cleanups
Daniel Stenberg
2004-03-03
our timeout values are longs while 'tv_sec' is int
Daniel Stenberg
2004-03-02
Yet another curl_off_t printf format attempt, we now exclude the %-letter from
Daniel Stenberg
2004-03-02
use FORMAT_OFF_T instead of CURL_FORMAT_OFF_T to reduce the complexity of
Daniel Stenberg
2004-03-01
Use CURL_FORMAT_OFF_T for printf()inf curl_off_t variables.
Daniel Stenberg
2004-03-01
Only attempt to send the FTP QUIT command if we actually have a FTP struct.
Daniel Stenberg
2004-02-27
Joe Halpin made the FTP code send 'QUIT' on the control connection before
Daniel Stenberg
2004-02-26
Clear up int/long/size_t/ssize_t usage a bit
Daniel Stenberg
2004-02-13
Tor Arntsen's fix for the bad (64bit wise) typecast when using gmtime()
Daniel Stenberg
2004-02-09
Tor Arntsen's patch for working around a notorious bug in the AIX5
Daniel Stenberg
2004-02-05
use the timeout options when waiting for the server to connect when using
Daniel Stenberg
2004-02-03
the unused quit-function didn't pass a correct variable type to the
Daniel Stenberg
2004-01-29
Dan Fandrich's cleanup patch to make pedantic compiler options cause less
Daniel Stenberg
2004-01-22
use curl_off_t instead of off_t!
Daniel Stenberg
2004-01-21
use the proper timecond defines, not the obsolete ones I've removed! ;-)
Daniel Stenberg
2004-01-07
updated year in the copyright string
Daniel Stenberg
2004-01-05
David J Meyer's large file support.
Daniel Stenberg
2003-12-08
better human error message when a FTP response can't be read
Daniel Stenberg
2003-12-03
my contentlength adjustment broke the ftp download range stuff, this makes
Daniel Stenberg
2003-12-02
fix compiler warnings
Daniel Stenberg
2003-12-02
use the HAVE_KRB4 define instead of just KRB4
Daniel Stenberg
2003-12-02
fixes from Gisle Vanem to try 'AUTH SSL' before 'AUTH TLS', edited by me
Daniel Stenberg
2003-12-01
FTPS now works with active ftp and uploads too.
Daniel Stenberg
2003-11-24
adjusted code to the new socket fields in the sessionhandle struct
Daniel Stenberg
2003-11-24
FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe it
Daniel Stenberg
2003-11-19
If a partial file has been read or written, force a closure the existing
Daniel Stenberg
2003-11-10
After Sébastien Willemijns' bug report, we now check the separators properly
Daniel Stenberg
2003-10-31
assume that MDTM returns the timestamp as UTC
Daniel Stenberg
2003-10-30
when getting headers only, stop pretending the reported time is GMT, as it
Daniel Stenberg
2003-10-24
if malloc fails, we must bail out nicely
Daniel Stenberg
2003-10-18
gcc -Wshadow complaints fixed
Daniel Stenberg
2003-10-17
Dominick Meglio implemented CURLOPT_MAXFILESIZE and --max-filesize.
Daniel Stenberg
2003-10-17
made the code deal with empty name and password
Daniel Stenberg
2003-10-14
Gisle Vanem's IPv6-on-Windows patch applied!
Daniel Stenberg
2003-10-04
Jon Turner mentioned this bug fix to correct how libcurl deals with paths
Daniel Stenberg
2003-09-11
don't use a blank proxy
Daniel Stenberg
2003-09-03
Early Ehlinger's CURLOPT_FTP_RESPONSE_TIMEOUT patch applied.
Daniel Stenberg
2003-09-03
minor fix to make better bail-out check
Daniel Stenberg
2003-08-22
have cwd_and_mkd prefixed with ftp_ to make it appear as a ftp-only
Daniel Stenberg
2003-08-20
store the FTP response code in the httpcode variable
Daniel Stenberg
2003-08-10
don't claim the PASV connect is connected unless it *really* is!
Daniel Stenberg
2003-08-08
re-arranged the cwd/mkd stuff a bit
Daniel Stenberg
[next]