| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove defunct SSLv2 support from fetch(1) and fetch(3). | jkim | 2015-03-25 | 1 | -15/+10 |
* | Increase the default (and minimum) buffer size from 4 kB to 16 kB. Also, | des | 2014-01-28 | 1 | -1/+2 |
* | whitespace and bump copyright | des | 2014-01-28 | 1 | -3/+3 |
* | Implement certificate verification, and many other SSL-related | des | 2013-07-26 | 1 | -7/+136 |
* | Correct check to see if file changes. | eadler | 2013-06-02 | 1 | -1/+1 |
* | Fix bandwidth reporting when doing a restarted download with "-r". | andre | 2012-12-09 | 1 | -1/+1 |
* | Add check for failure of mkstemp and setenv. | eadler | 2012-12-08 | 1 | -2/+6 |
* | Change fetch(1) to: | andre | 2012-11-16 | 1 | -11/+25 |
* | More -Wmissing-variable-declarations fixes. | ed | 2012-10-19 | 1 | -41/+41 |
* | Fix two issues related to the use of SIGINFO in fetch(1) to display | des | 2012-01-18 | 1 | -7/+12 |
* | Document the fact that passive mode is now the default. | des | 2011-09-27 | 1 | -1/+1 |
* | Use fseeko() instead of fseek(). The rest of the code is off_t-aware, | des | 2011-09-27 | 1 | -2/+2 |
* | Followup to r225599: the fseek() was a no-op since the file was opened | des | 2011-09-27 | 1 | -8/+8 |
* | When resuming an HTTP download, we failed to verify that the range | des | 2011-09-15 | 1 | -0/+14 |
* | Treat an empty argument as an error, instead of fetching the | ru | 2009-12-30 | 1 | -0/+5 |
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 1 | -0/+1 |
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 1 | -1/+0 |
* | 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 |