| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix fetch so that all status information is sent to stderr, prevents | jmg | 1997-02-17 | 1 | -11/+10 |
* | Modified the display() function to recognize when the output it going to a | jmg | 1997-02-14 | 1 | -14/+18 |
* | Fix remote request for HTTP proxies. Should close PR#2670. | wollman | 1997-02-11 | 2 | -5/+15 |
* | Fix PR#2700: report correct transmission speed, and restart transfers | wollman | 1997-02-10 | 2 | -4/+6 |
* | Fix off-by-one error in proxy host:port parser. | wollman | 1997-02-07 | 1 | -2/+1 |
* | Some bug-fixes, clean-ups, and one new feature: | wollman | 1997-02-05 | 6 | -63/+503 |
* | Null-terminate the string in percent_decode() so that we don't depend on | bde | 1997-02-02 | 1 | -1/+2 |
* | Some fixes for HTTP: | wollman | 1997-01-31 | 4 | -46/+293 |
* | Here is my long-threatened revamping of fetch. Jean-Marc probably won't | wollman | 1997-01-30 | 9 | -761/+2428 |
* | Handle timeouts in a slightly less baroque way. | jkh | 1997-01-17 | 1 | -22/+22 |
* | Sort cross references. | wosch | 1997-01-15 | 1 | -2/+2 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 2 | -2/+2 |
* | Report net connection error via hstrerror(h_errno) now instead of | ache | 1996-11-14 | 1 | -2/+3 |
* | Change to new ftpLogin interface | ache | 1996-11-14 | 1 | -4/+8 |
* | Cosmetic bugfix. fetch was modifying it's argv[] strings in place, which | peter | 1996-11-10 | 1 | -2/+6 |
* | bin/1933: don't print negative % for huge files (80Mb) | phk | 1996-10-31 | 1 | -2/+4 |
* | old host:/filename syntax was broken | adam | 1996-10-24 | 1 | -5/+8 |
* | The -h flag implies ftp = 1. | jmz | 1996-10-06 | 1 | -1/+2 |
* | add missing comma(s) in .Xr macros | wosch | 1996-09-23 | 1 | -2/+2 |
* | Attempt to untangle the timeout code a bit, also make the default ftp | peter | 1996-09-19 | 2 | -20/+35 |
* | Make fetch 64-bit safe, corresponding to libftpio changes. | peter | 1996-09-19 | 1 | -26/+31 |
* | Remove the code which has restart looking at the modtime. That's just | jkh | 1996-09-10 | 1 | -2/+2 |
* | Allow proper ftp verbosity with a new -v flag. | jkh | 1996-08-31 | 2 | -8/+13 |
* | Don't make -l warn when it's not used, so we can potentially set it | jkh | 1996-08-23 | 1 | -4/+1 |