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 (
Collapse
)
Author
2000-08-23
Albert Chin-A-Young's fixes
Daniel Stenberg
2000-08-18
increased the buffer size used for name lookups
Daniel Stenberg
2000-08-17
Fred Noz fixed the gethostbyaddr_() call
Daniel Stenberg
2000-08-04
Fixed to use the new HAVE_GETHOSTBYxxxx_R_x defines, now trying to support
Daniel Stenberg
the AIX-style as well. The AIX-stuff is *NOT* verified to work.
2000-07-25
The "get ftp command response" function now uses select() on the socket and
Daniel Stenberg
thus enables timeout if the server doesn't respond within the proper time.
2000-07-25
Code 250 is okay as well as the previous 226-code after a successful file
Daniel Stenberg
transfer
2000-06-20
haxx.nu => haxx.se
Daniel Stenberg
2000-06-20
Rich Gray fixed the PORT command line with the missing \r!
Daniel Stenberg
2000-05-30
Adjusted to the GETHOSTBYADDR_R_NARGS style
Daniel Stenberg
2000-05-29
David LeBlanc's fixes!
Daniel Stenberg
2000-05-22
moved here from the newlib branch
Daniel Stenberg
2000-03-16
cleaned up some #ifdef mess, now uses data->fwrite() to write headers
Daniel Stenberg
2000-02-14
updated to use the new set of progress-functions
Daniel Stenberg
2000-02-01
removed #include "upload.h"
Daniel Stenberg
2000-02-01
Adjusted to use the new Transfer() instead of the old Download()
Daniel Stenberg
2000-01-10
syncing with local edit
Daniel Stenberg
1999-12-29
Initial revision
Daniel Stenberg