| Commit message (Expand) | Author | Age | Files | Lines |
* | $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 |
* | fetch(3) doesn't get asctime(3) format, wrong length assumed | cracauer | 1997-09-28 | 1 | -2/+2 |
* | Be consistent with other utilities in spelling "Kbytes". (Actually, | asami | 1997-08-19 | 1 | -3/+3 |
* | Add -t option which turns T/TCP off as workaround for some broken servers | ache | 1997-08-05 | 4 | -5/+28 |
* | Work around a brokenness in the HTTP spec by generating the Host header | wollman | 1997-07-26 | 1 | -2/+2 |
* | Fix the error message for when mirroring and restarting are rejected | wollman | 1997-07-26 | 1 | -11/+15 |
* | Implement HTTP 1.1's ``chunked'' Transfer-Encoding (ick). This hasn't | wollman | 1997-07-26 | 1 | -22/+126 |
* | Provide a new `-b' flag to work around some broken HTTP/TCP implementations | wollman | 1997-07-25 | 4 | -9/+25 |
* | One newline should be enough. | charnier | 1997-07-02 | 1 | -2/+2 |
* | Do not use argv[0] in usage(). | charnier | 1997-07-01 | 1 | -8/+8 |
* | Now understand password in ftp:// URLs | ache | 1997-05-31 | 1 | -25/+34 |
* | fix a bug in processing of FTP_TIMEOUT environment variable. | jmg | 1997-03-11 | 1 | -2/+2 |
* | fix restarting http transfers and understanding response from server. | jmg | 1997-03-06 | 1 | -4/+4 |
* | fix a couple problems with fetch: | jmg | 1997-03-06 | 1 | -3/+6 |
* | Fix FTP_PROXY to use user@host[@port] for FTP proxy and eliminate | fenner | 1997-03-05 | 3 | -70/+118 |
* | These man page will appear in 2.2, not 3.0. | wosch | 1997-02-22 | 1 | -3/+3 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 2 | -2/+2 |