| Commit message (Expand) | Author | Age | Files | Lines |
* | The FTP_TIMEOUT and HTTP_TIMEOUT environment variables were ignored because | des | 2009-01-17 | 1 | -3/+4 |
* | 1. Update fetch to consistently return 1 on error, as the man page states, | murray | 2008-12-17 | 1 | -6/+5 |
* | Add support for HTTP 1.1 If-Modified-Since behavior. | murray | 2008-12-15 | 1 | -4/+25 |
* | Improve usage and sync SYNOPSIS with usage. | ru | 2008-12-13 | 1 | -4/+5 |
* | Apply the same defaults to https as to http. | des | 2008-12-11 | 1 | -2/+3 |
* | Use the SCHEME_ knobs rather than knowing what they expand to. | obrien | 2008-08-21 | 1 | -2/+2 |
* | Try to preserve ownership and permissions when replacing an existing file. | des | 2006-11-10 | 1 | -0/+2 |
* | Only clear sb.st_size if it is clearly wrong or meaningless. This fixes | des | 2005-12-30 | 1 | -5/+5 |
* | Reflect progress in process title. | des | 2005-12-30 | 1 | -0/+4 |
* | Fix buffer overflow. This is FreeBSD-SA-04:16.fetch. | cperciva | 2004-11-18 | 1 | -1/+2 |
* | Update copyright years. | des | 2004-09-21 | 1 | -1/+1 |
* | The check for r_flag was accidentally removed in the previous commit. | des | 2004-08-26 | 1 | -1/+1 |
* | Fix a couple of edge cases in which sb.st_size may be incorrect or | des | 2004-08-15 | 1 | -5/+16 |
* | Don't strip trailing linear whitespace from passwords. | des | 2004-07-27 | 1 | -5/+5 |
* | Style nits. | des | 2004-07-27 | 1 | -5/+4 |
* | Truncate long file names in stat_display(), as was originally intended. | des | 2004-07-05 | 1 | -1/+1 |
* | The description of the -S option in the man page says we won't fail if the | des | 2004-06-24 | 1 | -1/+0 |
* | Fix integer overflow in the file size output when dealing with | le | 2004-05-19 | 1 | -3/+3 |
* | Workaround for servers that ignore byte ranges when using chunked | des | 2004-04-06 | 1 | -1/+1 |
* | Use %zu for size_t, like God intended. | des | 2004-02-18 | 1 | -1/+1 |
* | Fix printf() format bug in previous commit (size_t != int). | des | 2004-02-18 | 1 | -17/+19 |
* | Revamp the statistics code, and switch to a much more compact display | des | 2004-02-18 | 1 | -48/+56 |
* | Use floating point arithmetic to compute the ETA to avoid integer overflow | des | 2003-03-11 | 1 | -1/+1 |
* | Clean up the ETA logic a bit and make sure it works for restarted transfers. | des | 2003-03-11 | 1 | -7/+8 |
* | Slight cleanup of the ETA / BPS code. Avoid a division by zero. | des | 2003-01-23 | 1 | -14/+12 |
* | Add -N option to specify a netrc file. | des | 2003-01-22 | 1 | -29/+66 |
* | Use the URL instead of the output file name when reporting errors relating | des | 2002-11-27 | 1 | -6/+6 |
* | Don't set atime / mtime if we don't have an output file, which can happen | des | 2002-11-13 | 1 | -2/+2 |
* | Don't divide by zero to calculate the ETA, even if we haven't gotten | fenner | 2002-11-12 | 1 | -1/+1 |
* | Don't exit with success after timeout during authentication. | fenner | 2002-11-07 | 1 | -0/+4 |
* | Don't complain about not knowing the remote file size when working in | des | 2002-10-27 | 1 | -1/+1 |
* | Whitespace and indentation cleanup. | des | 2002-10-27 | 1 | -12/+12 |
* | Forgot to disable alarms after fetchXGet() in previous commit. | des | 2002-10-27 | 1 | -0/+2 |
* | Add an ETA timer that kicks in after 30 seconds. | des | 2002-10-27 | 1 | -16/+45 |
* | s/optarg/s/ (cut'n'paste braino) | des | 2002-08-27 | 1 | -6/+4 |
* | Use strtol(3) instead of a home-grown version, and fix a "possibly | des | 2002-07-28 | 1 | -36/+24 |
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 1 | -1/+1 |
* | Restored the part of 1.45 that was clobbered in rev.1.46: | bde | 2002-03-27 | 1 | -0/+1 |
* | Add FBSDID. Remove unused include. Getopt returns -1 not EOF. | charnier | 2002-03-26 | 1 | -5/+5 |
* | #include <sys/time.h> instead of depending on namespace pollution in | bde | 2002-02-25 | 1 | -2/+2 |
* | If downloading to a temporary file, set the timestamp on the temp file, not | des | 2002-02-16 | 1 | -2/+2 |
* | Set fetchDebug if v_level is 3 or more. | des | 2001-12-09 | 1 | -0/+2 |
* | Remove an extraneous argument to fprintf that -Wformat noticed. | iedowse | 2001-11-10 | 1 | -1/+1 |
* | Remove a debugging warnx() that got committed by mistake. | des | 2001-11-03 | 1 | -1/+0 |
* | Don't print running stats unless we're the foreground process. | des | 2001-09-23 | 1 | -0/+11 |
* | Add a cast to silence a warning (error because of WARNS=2) on Alpha. | mike | 2001-09-10 | 1 | -1/+1 |
* | If the local file does not exist, or is a regular file, and we're not trying | des | 2001-09-08 | 1 | -27/+71 |
* | Remove a blank line that snuck in with the previous commit. | des | 2001-08-18 | 1 | -1/+1 |
* | Add some comments. | des | 2001-08-17 | 1 | -3/+26 |
* | Include value of command line argument that causes an error message or | se | 2001-07-28 | 1 | -6/+9 |