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-11-27
initial code added to support EPSV (IPv6-style PASV)
Daniel Stenberg
2001-11-22
Eric fixed a wild write
Daniel Stenberg
2001-11-15
looks better on one line (testing the cvs diffing via mail, but I also think
Sterling Hughes
2001-11-13
corrected the ftp_getsize() usage, as the HPUX compiler warned on them
Daniel Stenberg
2001-11-13
uninitialized variable
Daniel Stenberg
2001-11-12
make sure to "read out" the server reply even if we didn't get any data from
Daniel Stenberg
2001-11-01
added comments and function headers
Daniel Stenberg
2001-11-01
Use Curl_tvdiff to compare times
Daniel Stenberg
2001-10-31
fixed FTPSENDF for ipv6 compiles
Daniel Stenberg
2001-10-31
major commit, now we check the return code on every invoke of Curl_ftpsendf
Daniel Stenberg
2001-10-11
looks nicer and is better compatible with older vim versions
Sterling Hughes
2001-10-04
getaddrinfo() cleanups
Daniel Stenberg
2001-10-02
major connecting updates
Daniel Stenberg
2001-10-01
sessionhandle->hp => hostaddr
Daniel Stenberg
2001-10-01
removed obsoletetd myalarm() calls
Daniel Stenberg
2001-09-28
removed the socket argument from some functions that always passed in the
Daniel Stenberg
2001-09-28
now compiles warning-free when IPv6-enabled
Daniel Stenberg
2001-09-28
moved the PORT and PASV code into separate smaller functions for readability
Daniel Stenberg
2001-09-28
more ipv6 cleanups to make smaller functions that are easier to read
Daniel Stenberg
2001-09-28
more transparant support for IPv6 name resolving
Daniel Stenberg
2001-09-23
test 119 proved a memory leak in the FTP parts when IPv6 is enabled and the
Daniel Stenberg
2001-09-14
modified error message when PWD fails
Daniel Stenberg
2001-09-13
minor informatinal output changes
Daniel Stenberg
2001-09-07
fix for emacs
Sterling Hughes
2001-09-05
Fix formatting when tabs and spaces got mixed up (if tabstop was not set to
Sterling Hughes
2001-08-30
a few more struct fixes
Daniel Stenberg
2001-08-30
Major rename and redesign of the internal "backbone" structs. Details will
Daniel Stenberg
2001-08-23
I want Sterling to be my friend, so I wasted some time on splitting up the
Daniel Stenberg
2001-08-18
<couldn't resist>
Sterling Hughes
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
[prev]
[next]