| Commit message (Expand) | Author | Age | Files | Lines |
* | Print a warning and exit with != 0 when at least one downloaded file | cracauer | 2000-03-08 | 1 | -19/+35 |
* | Add the -F option. This is for forcing restarts with -r by inhibiting | green | 1999-10-23 | 1 | -2/+6 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | "transfered" -> "transferred" | green | 1999-07-02 | 1 | -2/+2 |
* | Restore \n at end of usage message. | wollman | 1999-03-08 | 1 | -2/+2 |
* | Deal with broken Web sites which return 302 responses rather than 404 | wollman | 1999-02-23 | 1 | -5/+11 |
* | Add -s option, just report size of file that would be fetched. | cracauer | 1998-12-08 | 1 | -3/+8 |
* | main.c: | des | 1998-11-08 | 1 | -4/+4 |
* | Add -S flag; this is benign since fetch's behavior is unchanged if you | jkh | 1998-09-20 | 1 | -3/+14 |
* | 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 |
* | gcc wants to see long long variables passed to %q printf formats, so | jb | 1998-02-20 | 1 | -6/+6 |
* | 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 | 1 | -2/+6 |
* | Provide a new `-b' flag to work around some broken HTTP/TCP implementations | wollman | 1997-07-25 | 1 | -3/+8 |
* | 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 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | 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 PR#2700: report correct transmission speed, and restart transfers | wollman | 1997-02-10 | 1 | -2/+4 |
* | Some bug-fixes, clean-ups, and one new feature: | wollman | 1997-02-05 | 1 | -1/+1 |
* | Some fixes for HTTP: | wollman | 1997-01-31 | 1 | -19/+23 |
* | Here is my long-threatened revamping of fetch. Jean-Marc probably won't | wollman | 1997-01-30 | 1 | -690/+225 |
* | Handle timeouts in a slightly less baroque way. | jkh | 1997-01-17 | 1 | -22/+22 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | 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 |
* | Attempt to untangle the timeout code a bit, also make the default ftp | peter | 1996-09-19 | 1 | -16/+29 |
* | 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 | 1 | -7/+10 |
* | Don't make -l warn when it's not used, so we can potentially set it | jkh | 1996-08-23 | 1 | -4/+1 |
* | Print the correct thing when interrupted by a signal. | jkh | 1996-08-22 | 1 | -8/+7 |
* | 1. Understand file:/path style URLs. | jkh | 1996-08-22 | 1 | -513/+583 |
* | Fix a small potential bogon I noticed here with restarts. | jkh | 1996-08-21 | 1 | -2/+2 |
* | Add support for HTTP proxies, fix some bugs with http transfers. | jkh | 1996-08-14 | 1 | -4/+49 |
* | Fix broken modtime preservation code. *Now* it preserves the modtime | jkh | 1996-08-12 | 1 | -17/+25 |
* | Defer to fashion. | jkh | 1996-08-07 | 1 | -10/+10 |
* | Suppress the messages from the server after login (ftpVerbose(ftp,0)). Errors | jmz | 1996-08-04 | 1 | -1/+3 |
* | Adapt to new libftpio. [jkh] | jkh | 1996-08-03 | 1 | -9/+9 |
* | Whups - update the usage message too. | jkh | 1996-07-18 | 1 | -2/+2 |
* | Add -n flag to use the current modtime rather than preserving it. | jkh | 1996-07-18 | 1 | -3/+8 |
* | Back out previous commit: do not use read(), but fread (). Change BUFFER_SIZE | jmz | 1996-07-05 | 1 | -11/+11 |
* | Use read(fileno(fp), ...) instead of fread(..., fp) to avoid buffered input. | jmz | 1996-07-02 | 1 | -2/+2 |
* | Make GET request and response parsing HTTP/1.0 compatible | ache | 1996-06-25 | 1 | -7/+7 |