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
2001-08-17
modified to use the renamed kerberos functions with Curl_ prefix
Daniel Stenberg
2001-08-15
const fixes
Daniel Stenberg
2001-08-15
removed one compiler error and two "unused variable" warnings
Daniel Stenberg
2001-08-15
more _ftp_cwd
Sterling Hughes
2001-08-15
ftp_cwd() abstraction
Sterling Hughes
2001-08-15
This can be used in another place (Curl_ftp_done :)...
Sterling Hughes
2001-08-15
must merge before commit
Sterling Hughes
2001-08-15
begin abstraction process...
Sterling Hughes
2001-08-14
exchanged the second and third argument to fwrite(), as that makes it look
Daniel Stenberg
2001-08-14
corrected the size_t weirdness. Expect size_t to be unsigned. Moved most
Daniel Stenberg
2001-08-06
Nico's fixes for VMS, most of these are fixes for bad uses of size_t that
Daniel Stenberg
2001-06-19
better treatment of truly aborted transfers
Daniel Stenberg
2001-05-14
Jun-ichiro itojun Hagino fixed FTP PORT for IPv6-enabled libcurl
Daniel Stenberg
2001-05-12
Uses the Curl_SSLConnect() according to the new return type
Daniel Stenberg
2001-05-11
when asking for a resumed FTP transfer, even though the entire file has
Daniel Stenberg
2001-05-08
when getting a FTP file with NOBODY, we will no longer return error if
Daniel Stenberg
2001-04-26
Curl_GetFTPResponse() is rewritten to read all incoming data in large
Daniel Stenberg
2001-04-18
Remade resume stuff to keep data in the connectdata struct instead of the
Daniel Stenberg
2001-04-17
Frederic Lepied's ftp download resume fix
Daniel Stenberg
2001-04-03
better error checks for failure conditions (based on Puneet Pawaia's reports)
Daniel Stenberg
2001-03-29
ftps:// support added
Daniel Stenberg
2001-03-14
removed a bunch of warnings for IPv6-compiles
Daniel Stenberg
2001-03-09
accept() and getsockname() now use socklen_t types, as that was just added
Daniel Stenberg
2001-03-05
enable persistant connections by default
Daniel Stenberg
2001-03-02
remade the port number stuff so that following locations work and doing
Daniel Stenberg
2001-03-02
removed the slist -functions from here
Daniel Stenberg
2001-02-22
moved the dynamicly set pointers to the connectdata struct
Daniel Stenberg
2001-02-21
IPv6-adjustments
Daniel Stenberg
2001-02-20
multiple connection support initial commit
Daniel Stenberg
2001-02-13
better english timeouted => timed out, as suggested by Larry Fahnoe
Daniel Stenberg
2001-02-13
moved the protocol-specific free to allow easier multiple transfers
Daniel Stenberg
2001-02-09
Added a failf() call in the error-check just added
Daniel Stenberg
2001-02-08
today's FTP response check fix
Daniel Stenberg
2001-02-07
7.6.1-pre3
Daniel Stenberg
2001-02-05
adjusted the IPv6 stuff to compile and build on Linux as well
Daniel Stenberg
2001-02-05
Jun-ichiro itojun Hagino's IPv6 adjustments
Daniel Stenberg
2001-01-31
curl_read() and Curl_read() now have ssize_t in the last argument
Daniel Stenberg
2001-01-25
Get get-ftp-response function is now using Curl_read() for reading from a
Daniel Stenberg
2001-01-17
Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.h
Daniel Stenberg
2001-01-08
Added mprintf #include
Daniel Stenberg
2001-01-08
Loic Dachary's makefile/dist/rpm fixes
Daniel Stenberg
2001-01-05
Internal symbols that aren't static are now prefixed with 'Curl_'
Daniel Stenberg
2001-01-03
dual-license fix
Daniel Stenberg
2000-12-19
fixed a leaked file descriptor when PORT failed
Daniel Stenberg
2000-12-18
fixed accept() for memory debugging
Daniel Stenberg
2000-12-16
changed the return code checker in the quote command send to only fail
Daniel Stenberg
2000-11-30
added a typecast to shut up a VC++ warning when converting from long
Daniel Stenberg
2000-11-29
removed #if 0 sections
Daniel Stenberg
2000-11-22
document time fixes
Daniel Stenberg
2000-11-22
GetLastResponse() modified to return ftp code as integer
Daniel Stenberg
[prev]
[next]