aboutsummaryrefslogtreecommitdiff
path: root/lib/ftp.c
AgeCommit message (Expand)Author
2001-01-03dual-license fixDaniel Stenberg
2000-12-19fixed a leaked file descriptor when PORT failedDaniel Stenberg
2000-12-18fixed accept() for memory debuggingDaniel Stenberg
2000-12-16changed the return code checker in the quote command send to only failDaniel Stenberg
2000-11-30added a typecast to shut up a VC++ warning when converting from longDaniel Stenberg
2000-11-29removed #if 0 sectionsDaniel Stenberg
2000-11-22document time fixesDaniel Stenberg
2000-11-22GetLastResponse() modified to return ftp code as integerDaniel Stenberg
2000-11-21bad directory name extractor fixed, now always free the file and directoryDaniel Stenberg
2000-11-21when using PORT, we now free the host name buffer properlyDaniel Stenberg
2000-11-21includes http.h for the proxytunnel stuffDaniel Stenberg
2000-11-10set type before checking --head size, as the type may cause the serverDaniel Stenberg
2000-11-10doing an ftp upload append that was already completed resulted in aDaniel Stenberg
2000-10-30new urldata ssl layout and T. Bharath brought the new SSL cert verify functionDaniel Stenberg
2000-10-11free the FTP struct already in the _done() functionDaniel Stenberg
2000-10-09added memory debugging include fileDaniel Stenberg
2000-09-25krb4 transfers get a sec_fflush_fd() to get uploads to workDaniel Stenberg
2000-09-21krb4 support added, new GetHost() usageDaniel Stenberg
2000-09-15bugfixed the proxytunnelDaniel Stenberg
2000-09-15more "anything through http proxy tunnel" fixesDaniel Stenberg
2000-09-14introduced 'tunnel through http proxy' for ftpDaniel Stenberg
2000-08-31made -I (size info only) work for ftp againDaniel Stenberg
2000-08-24inet_ntoa_r() usage made more portableDaniel Stenberg
2000-08-23Albert Chin-A-Young's fixesDaniel Stenberg
2000-08-18increased the buffer size used for name lookupsDaniel Stenberg
2000-08-17Fred Noz fixed the gethostbyaddr_() callDaniel Stenberg
2000-08-04Fixed to use the new HAVE_GETHOSTBYxxxx_R_x defines, now trying to supportDaniel Stenberg
2000-07-25The "get ftp command response" function now uses select() on the socket andDaniel Stenberg
2000-07-25Code 250 is okay as well as the previous 226-code after a successful fileDaniel Stenberg
2000-06-20haxx.nu => haxx.seDaniel Stenberg
2000-06-20Rich Gray fixed the PORT command line with the missing \r!Daniel Stenberg
2000-05-30Adjusted to the GETHOSTBYADDR_R_NARGS styleDaniel Stenberg
2000-05-29David LeBlanc's fixes!Daniel Stenberg
2000-05-22moved here from the newlib branchDaniel Stenberg
2000-03-16cleaned up some #ifdef mess, now uses data->fwrite() to write headersDaniel Stenberg
2000-02-14updated to use the new set of progress-functionsDaniel Stenberg
2000-02-01removed #include "upload.h"Daniel Stenberg
2000-02-01Adjusted to use the new Transfer() instead of the old Download()Daniel Stenberg
2000-01-10syncing with local editDaniel Stenberg
1999-12-29Initial revisionDaniel Stenberg