| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rework the stats code for the nth time. Much cleaner now. | des | 2000-07-12 | 1 | -98/+62 |
* | Now that the HTTP code supports timeouts, we don't need to use alarm() | des | 2000-07-12 | 1 | -16/+29 |
* | Rework the stats code to avoid code duplication. | des | 2000-07-12 | 1 | -13/+16 |
* | Don't segfault if given an invalid URL (doh!) | des | 2000-07-09 | 1 | -1/+2 |
* | Clarify the meaning of -m and -n (thanks to bde). | des | 2000-07-08 | 1 | -6/+3 |
* | Straighten out the behvaiour of -m and -n (thanks to bde). | des | 2000-07-08 | 1 | -6/+12 |
* | Add MIT copyright | des | 2000-07-05 | 1 | -0/+2 |
* | Note that the -h, -c and -f options are deprecated, and remove note that | des | 2000-06-29 | 1 | -12/+17 |
* | Implement the -c option | des | 2000-06-29 | 1 | -3/+8 |
* | Don't forget to delete the output file if the request fails. | des | 2000-06-29 | 1 | -1/+3 |
* | New libfetch-based fetch. | des | 2000-06-28 | 10 | -3845/+798 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -2/+2 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -2/+2 |
* | Print a warning and exit with != 0 when at least one downloaded file | cracauer | 2000-03-08 | 4 | -22/+44 |
* | Remove single-space hard sentence breaks. These degrade the quality | sheldonh | 2000-03-01 | 1 | -3/+6 |
* | Add the -F option. This is for forcing restarts with -r by inhibiting | green | 1999-10-23 | 4 | -7/+22 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 8 | -8/+8 |
* | "transfered" -> "transferred" | green | 1999-07-02 | 2 | -4/+4 |
* | This fixes the problem of cancelling an FTP transfer resulting in | green | 1999-06-21 | 2 | -3/+6 |
* | make md5 checksums actually work instead of simply calculating the length | jmg | 1999-05-18 | 1 | -3/+7 |
* | Restore \n at end of usage message. | wollman | 1999-03-08 | 1 | -2/+2 |
* | Improve error message wording when attempting to link to a non-existent | alex | 1999-03-02 | 1 | -2/+2 |
* | Deal with broken Web sites which return 302 responses rather than 404 | wollman | 1999-02-23 | 3 | -17/+38 |
* | Remove the FTP_PASSIVE_MODE "fix"; libftpio handles this. | fenner | 1999-02-05 | 1 | -3/+1 |
* | Warn about collapsing multiple slashes into 1 in ftp URL's. | fenner | 1999-02-03 | 2 | -4/+34 |
* | Don't try to parse a colon in a URL as a port | fenner | 1999-02-03 | 1 | -2/+2 |
* | Fix logic error in RFC 850 kluge. | wollman | 1999-01-15 | 1 | -3/+4 |
* | For RFC 850 dates received in HTTP responses, implement the century pivot | wollman | 1999-01-15 | 2 | -4/+48 |
* | Add -s option, just report size of file that would be fetched. | cracauer | 1998-12-08 | 5 | -8/+67 |
* | main.c: | des | 1998-11-08 | 2 | -12/+13 |
* | If we know the content-length, only read that number of bytes from | fenner | 1998-10-26 | 1 | -2/+13 |
* | Add -S flag; this is benign since fetch's behavior is unchanged if you | jkh | 1998-09-20 | 5 | -8/+55 |
* | DTRT for file: URLs when output file is "-". | des | 1998-09-17 | 1 | -1/+17 |
* | Fix proxy authorization code: | se | 1998-07-12 | 1 | -8/+8 |
* | Fix my last change: the .Fx macro doesn't do anything useful without an | wollman | 1998-05-09 | 1 | -2/+2 |
* | Documentation fix: delete references to T/TCP as they are not relevant | wollman | 1998-05-09 | 2 | -12/+36 |
* | Arrggghhhh... forgot to strip the / after outputting %2f | des | 1998-05-09 | 1 | -3/+6 |
* | Map a leading / in -c argument to %2f instead of dropping it silently. | des | 1998-05-09 | 1 | -9/+4 |
* | Describe absolute paths in FTP URL's. This patch has been sitting | fenner | 1998-05-09 | 1 | -3/+16 |
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -3/+6 |
* | gcc wants to see long long variables passed to %q printf formats, so | jb | 1998-02-20 | 2 | -9/+9 |
* | time() needs a pointer to a time_t, but tv_sec in a timeval is a | jb | 1998-02-20 | 1 | -2/+4 |
* | Suggest using "-b" or "-t" if the connection is reset (typical symptom | fenner | 1997-11-22 | 1 | -1/+5 |
* | Add missing arguments detected by "-Wformat". | jdp | 1997-11-18 | 1 | -3/+4 |
* | style-police got me. :-) | obrien | 1997-11-12 | 1 | -5/+9 |
* | If "-l" is given, make sure the target of the link exist. | obrien | 1997-11-08 | 1 | -2/+6 |
* | Change diags to see what part of url actually parsed, see | ache | 1997-11-01 | 1 | -4/+4 |
* | Don't search for ':' port in ?# params part | ache | 1997-10-31 | 1 | -8/+20 |
* | Interpret multiple slashes as a single slash in ftp: URL's. This | fenner | 1997-10-08 | 1 | -2/+12 |
* | Use the RFC1738 interpretation of ftp: URL's, i.e. CWD to each | fenner | 1997-10-06 | 1 | -10/+68 |