| Commit message (Expand) | Author | Age | Files | Lines |
| * | Grok 125 replies to passive RETR. This fixes an interoperability bug with | Dag-Erling Smørgrav | 2000-08-21 | 1 | -1/+2 |
| * | Don't fail if _ftp_stat() reports a protocol error, since that most likely | Dag-Erling Smørgrav | 2000-07-27 | 1 | -0/+1 |
| * | If the server reports the size as 0, treat it as unknown. This works around | Dag-Erling Smørgrav | 2000-07-25 | 1 | -3/+2 |
| * | Centralize the default port finding code. | Dag-Erling Smørgrav | 2000-07-25 | 1 | -17/+17 |
| * | The decision to use an HTTP proxy for FTP documents belongs in the FTP code | Dag-Erling Smørgrav | 2000-07-21 | 1 | -1/+24 |
| * | Don't send port number to proxy unless it's not the standard FTP port | Dag-Erling Smørgrav | 2000-07-21 | 1 | -2/+6 |
| * | Fix the case where the file name is preceded by a lone slash. | Dag-Erling Smørgrav | 2000-07-20 | 1 | -1/+1 |
| * | Don't take a failure to stat a file to mean that it doesn't exist, as it may | Dag-Erling Smørgrav | 2000-07-18 | 1 | -1/+5 |
| * | Introduce fetchXGet*(), which combine the functionalities of fetchGet*() and | Dag-Erling Smørgrav | 2000-07-17 | 1 | -94/+134 |
| * | Use a symbolic constant instead of hardcoding 999 | Dag-Erling Smørgrav | 2000-07-17 | 1 | -10/+11 |
| * | Use fetch_putln() | Dag-Erling Smørgrav | 2000-07-11 | 1 | -11/+5 |
| * | Clean up the debugging output | Dag-Erling Smørgrav | 2000-07-11 | 1 | -9/+1 |
| * | Make EPSV work again. Separate parsing code of 229 replies from | Hajimu UMEMOTO | 2000-07-10 | 1 | -7/+14 |
| * | Don't assume the remote address in a 227 reply is enclosed in parentheses. | Dag-Erling Smørgrav | 2000-07-08 | 1 | -2/+1 |
| * | Make restart work in active mode, too. | Dag-Erling Smørgrav | 2000-06-29 | 1 | -0/+5 |
| * | Handle multiline replies properly, instead of kinda-right. | Dag-Erling Smørgrav | 2000-06-28 | 1 | -7/+16 |
| * | Back out wes' commit with extreme prejudice. | Dag-Erling Smørgrav | 2000-06-20 | 1 | -143/+5 |
| * | Add implementation of fetchListFTP. | Wes Peters | 2000-06-20 | 1 | -5/+143 |
| * | Honor FTP_PASSIVE_MODE so caller doesn't need to. | Dag-Erling Smørgrav | 2000-05-26 | 1 | -0/+4 |
| * | Use $FTP_PASSWORD for FTP password. If $FTP_PASSWORD is not | Hajimu UMEMOTO | 2000-05-22 | 1 | -1/+11 |
| * | IPv6 support. | Hajimu UMEMOTO | 2000-05-20 | 1 | -35/+197 |
| * | Better handling of some boundary conditions. | Dag-Erling Smørgrav | 2000-05-19 | 1 | -4/+7 |
| * | Initialize the struct url_stat at the beginning of fetchStatFTP(). | Dag-Erling Smørgrav | 2000-05-15 | 1 | -0/+3 |
| * | Add workaround for ftpds with the Y2K MDTM bug | Dag-Erling Smørgrav | 2000-05-11 | 1 | -7/+22 |
| * | Implement restart. | Dag-Erling Smørgrav | 2000-05-07 | 1 | -14/+41 |
| * | Fix timestamp handling. | Dag-Erling Smørgrav | 2000-01-26 | 1 | -5/+7 |
| * | More old uncommitted patches: implement timeouts at the protocol level. | Dag-Erling Smørgrav | 2000-01-07 | 1 | -97/+119 |
| * | Patches I've had lying around for several months: | Dag-Erling Smørgrav | 2000-01-07 | 1 | -14/+43 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Implement and document file list retrieval. | Dag-Erling Smørgrav | 1998-12-21 | 1 | -1/+12 |
| * | Don't specify a language to compile_et. | Dag-Erling Smørgrav | 1998-12-18 | 1 | -3/+3 |
| * | Implement and document fetchStatFTP. | Dag-Erling Smørgrav | 1998-12-16 | 1 | -46/+129 |
| * | Remove unused header files. Fix a few shadowing bugs. Improve error reporting. | Dag-Erling Smørgrav | 1998-12-16 | 1 | -34/+21 |
| * | Add verbose flag, and support functions. | Dag-Erling Smørgrav | 1998-12-16 | 1 | -7/+8 |
| * | Second of a series of cleanups to libfetch. | Dag-Erling Smørgrav | 1998-11-06 | 1 | -11/+22 |
| * | First of a series of cleanups to libfetch. Changed files, in | Dag-Erling Smørgrav | 1998-11-05 | 1 | -40/+7 |
| * | Commit a bunch of patches that have been accumulating: | Dag-Erling Smørgrav | 1998-08-17 | 1 | -13/+12 |
| * | Base64 code (and the MIT copyright) moved to http.c | Dag-Erling Smørgrav | 1998-07-12 | 1 | -77/+62 |
| * | FTP retrieve works. | Dag-Erling Smørgrav | 1998-07-11 | 1 | -57/+143 |
| * | Too many changes to list. Basically, FTP is nearly there and error | Dag-Erling Smørgrav | 1998-07-11 | 1 | -95/+235 |
| * | Imported libfetch into the tree. It compiles, but there's still some | Dag-Erling Smørgrav | 1998-07-09 | 1 | -0/+250 |