| Commit message (Expand) | Author | Age | Files | Lines |
* | MFH (r261233): fix whitespace and bump copyright | des | 2014-02-27 | 2 | -7/+8 |
* | Include an Accept header in requests. | des | 2013-07-30 | 1 | -1/+2 |
* | Add Michael Gmelin's name to the copyright statement. | des | 2013-07-30 | 1 | -1/+2 |
* | Remove EOL whitespace. | joel | 2013-07-28 | 1 | -1/+1 |
* | Implement certificate verification, and many other SSL-related | des | 2013-07-26 | 2 | -35/+273 |
* | mdoc nit | des | 2013-07-21 | 1 | -1/+2 |
* | 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 |
* | Use libmd if and only if OpenSSL is not available. | des | 2012-09-14 | 1 | -3/+4 |
* | Revert r232274 - unauthorized, unnecessary and incorrect. | des | 2012-05-26 | 1 | -7/+2 |
* | General mdoc(7) and typo fixes. | gjb | 2012-05-10 | 1 | -1/+1 |
* | Document the 'URL' argument. | obrien | 2012-02-28 | 1 | -2/+7 |
* | Fix two issues related to the use of SIGINFO in fetch(1) to display | des | 2012-01-18 | 1 | -7/+12 |
* | latin1 -> utf8 | des | 2011-10-04 | 1 | -1/+1 |
* | Document the fact that passive mode is now the default. | des | 2011-09-27 | 2 | -8/+10 |
* | 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 |
* | Fixed static linkage. | ru | 2010-02-26 | 1 | -2/+2 |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -1/+0 |
* | 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 | 2 | -5/+40 |
* | Improve usage and sync SYNOPSIS with usage. | ru | 2008-12-13 | 2 | -10/+17 |
* | 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 |
* | List all environment variables supported by libfetch, along with a reference | des | 2007-12-28 | 1 | -9/+19 |
* | Try to preserve ownership and permissions when replacing an existing file. | des | 2006-11-10 | 1 | -0/+2 |
* | Fix a typo. | jkoshy | 2006-04-22 | 1 | -2/+2 |
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 1 | -1/+3 |
* | 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 |
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
* | Sort sections. | ru | 2005-01-18 | 1 | -8/+8 |
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+1 |
* | NOCRYPT -> NO_CRYPT | ru | 2004-12-21 | 1 | -1/+1 |
* | Fix buffer overflow. This is FreeBSD-SA-04:16.fetch. | cperciva | 2004-11-18 | 1 | -1/+2 |
* | Update copyright years. | des | 2004-09-21 | 2 | -2/+2 |
* | 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 |
* | Join the 21st century: Cryptography is no longer an optional component | cperciva | 2004-08-06 | 1 | -1/+0 |
* | Document the behaviour of the "-o file" option when "file" is a directory | cperciva | 2004-07-30 | 1 | -0/+4 |
* | Don't strip trailing linear whitespace from passwords. | des | 2004-07-27 | 1 | -5/+5 |
* | Style nits. | des | 2004-07-27 | 1 | -5/+4 |