| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: revert to old behavior of deleting the output file when interrupted. | Dag-Erling Smørgrav | 2000-07-26 | 1 | -2/+4 |
| * | MFC: don't print summary in quiet mode (cosmetic) | Dag-Erling Smørgrav | 2000-07-21 | 1 | -0/+3 |
| * | MFC: Sync with -CURRENT (most notably, fix resume and proxy problems) | Dag-Erling Smørgrav | 2000-07-21 | 2 | -15/+11 |
| * | MFC: fix bugs related to resumed HTTP transfers. | Dag-Erling Smørgrav | 2000-07-20 | 1 | -20/+26 |
| * | MFC: don't force passive mode | Dag-Erling Smørgrav | 2000-07-19 | 1 | -1/+1 |
| * | MFC: remove description of -t, don't mark the word "and" as a flag. | Ben Smithurst | 2000-07-18 | 1 | -5/+2 |
| * | MFC: everything since the last one. | Dag-Erling Smørgrav | 2000-07-17 | 2 | -35/+94 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2000-07-17 | 1 | -0/+645 |
| * | MFC: libfetch-based fetch(1) | Dag-Erling Smørgrav | 2000-07-16 | 9 | -3845/+157 |
| * | Prettify, add $FreeBSD$ and claim maintainership | Dag-Erling Smørgrav | 2000-06-29 | 1 | -5/+6 |
| * | Print a warning and exit with != 0 when at least one downloaded file | Martin Cracauer | 2000-03-08 | 4 | -22/+44 |
| * | Remove single-space hard sentence breaks. These degrade the quality | Sheldon Hearn | 2000-03-01 | 1 | -3/+6 |
| * | Add the -F option. This is for forcing restarts with -r by inhibiting | Brian Feldman | 1999-10-23 | 4 | -7/+22 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 8 | -8/+8 |
| * | "transfered" -> "transferred" | Brian Feldman | 1999-07-02 | 2 | -4/+4 |
| * | This fixes the problem of cancelling an FTP transfer resulting in | Brian Feldman | 1999-06-21 | 2 | -3/+6 |
| * | make md5 checksums actually work instead of simply calculating the length | John-Mark Gurney | 1999-05-18 | 1 | -3/+7 |
| * | Restore \n at end of usage message. | Garrett Wollman | 1999-03-08 | 1 | -2/+2 |
| * | Improve error message wording when attempting to link to a non-existent | Alexander Langer | 1999-03-02 | 1 | -2/+2 |
| * | Deal with broken Web sites which return 302 responses rather than 404 | Garrett Wollman | 1999-02-23 | 3 | -17/+38 |
| * | Remove the FTP_PASSIVE_MODE "fix"; libftpio handles this. | Bill Fenner | 1999-02-05 | 1 | -3/+1 |
| * | Warn about collapsing multiple slashes into 1 in ftp URL's. | Bill Fenner | 1999-02-03 | 2 | -4/+34 |
| * | Don't try to parse a colon in a URL as a port | Bill Fenner | 1999-02-03 | 1 | -2/+2 |
| * | Fix logic error in RFC 850 kluge. | Garrett Wollman | 1999-01-15 | 1 | -3/+4 |
| * | For RFC 850 dates received in HTTP responses, implement the century pivot | Garrett Wollman | 1999-01-15 | 2 | -4/+48 |
| * | Add -s option, just report size of file that would be fetched. | Martin Cracauer | 1998-12-08 | 5 | -8/+67 |
| * | main.c: | Dag-Erling Smørgrav | 1998-11-08 | 2 | -12/+13 |
| * | If we know the content-length, only read that number of bytes from | Bill Fenner | 1998-10-26 | 1 | -2/+13 |
| * | Add -S flag; this is benign since fetch's behavior is unchanged if you | Jordan K. Hubbard | 1998-09-20 | 5 | -8/+55 |
| * | DTRT for file: URLs when output file is "-". | Dag-Erling Smørgrav | 1998-09-17 | 1 | -1/+17 |
| * | Fix proxy authorization code: | Stefan Eßer | 1998-07-12 | 1 | -8/+8 |
| * | Fix my last change: the .Fx macro doesn't do anything useful without an | Garrett Wollman | 1998-05-09 | 1 | -2/+2 |
| * | Documentation fix: delete references to T/TCP as they are not relevant | Garrett Wollman | 1998-05-09 | 2 | -12/+36 |
| * | Arrggghhhh... forgot to strip the / after outputting %2f | Dag-Erling Smørgrav | 1998-05-09 | 1 | -3/+6 |
| * | Map a leading / in -c argument to %2f instead of dropping it silently. | Dag-Erling Smørgrav | 1998-05-09 | 1 | -9/+4 |
| * | Describe absolute paths in FTP URL's. This patch has been sitting | Bill Fenner | 1998-05-09 | 1 | -3/+16 |
| * | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | Philippe Charnier | 1998-03-23 | 1 | -3/+6 |
| * | gcc wants to see long long variables passed to %q printf formats, so | John Birrell | 1998-02-20 | 2 | -9/+9 |
| * | time() needs a pointer to a time_t, but tv_sec in a timeval is a | John Birrell | 1998-02-20 | 1 | -2/+4 |
| * | Suggest using "-b" or "-t" if the connection is reset (typical symptom | Bill Fenner | 1997-11-22 | 1 | -1/+5 |
| * | Add missing arguments detected by "-Wformat". | John Polstra | 1997-11-18 | 1 | -3/+4 |
| * | style-police got me. :-) | David E. O'Brien | 1997-11-12 | 1 | -5/+9 |
| * | If "-l" is given, make sure the target of the link exist. | David E. O'Brien | 1997-11-08 | 1 | -2/+6 |
| * | Change diags to see what part of url actually parsed, see | Andrey A. Chernov | 1997-11-01 | 1 | -4/+4 |
| * | Don't search for ':' port in ?# params part | Andrey A. Chernov | 1997-10-31 | 1 | -8/+20 |
| * | Interpret multiple slashes as a single slash in ftp: URL's. This | Bill Fenner | 1997-10-08 | 1 | -2/+12 |
| * | Use the RFC1738 interpretation of ftp: URL's, i.e. CWD to each | Bill Fenner | 1997-10-06 | 1 | -10/+68 |
| * | fetch(3) doesn't get asctime(3) format, wrong length assumed | Martin Cracauer | 1997-09-28 | 1 | -2/+2 |
| * | Be consistent with other utilities in spelling "Kbytes". (Actually, | Satoshi Asami | 1997-08-19 | 1 | -3/+3 |
| * | Add -t option which turns T/TCP off as workaround for some broken servers | Andrey A. Chernov | 1997-08-05 | 4 | -5/+28 |