| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Restore part of the word that got (accidentally) removed. | ru | 2004-05-19 | 1 | -2/+2 |
* | Workaround for servers that ignore byte ranges when using chunked | des | 2004-04-06 | 1 | -1/+1 |
* | Remove EXAMPLES section which duplicates text in fetch(3). | des | 2004-02-27 | 1 | -22/+0 |
* | 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 |
* | Remove the inadvertant HTML additions to this man page. | wes | 2004-01-28 | 1 | -4/+4 |
* | Revert changes of rev 1.55; replace with strong encouragement to | wes | 2004-01-26 | 1 | -87/+14 |
* | Previous commit did the reverse of what the log message said (and of | des | 2004-01-26 | 1 | -1/+1 |
* | I don't normally use my middle name, so remove it from attributions in | des | 2004-01-25 | 1 | -3/+3 |
* | Document fetch(1) environment variables in fetch(1) man page, instead of | wes | 2004-01-23 | 1 | -12/+108 |
* | Finish the reversion of rev. 1.52. | ru | 2003-09-08 | 1 | -3/+2 |
* | Make sure the crypto versions of libfetch and fetch(1) appear in | ru | 2003-07-22 | 1 | -0/+1 |
* | Revert 1.52. This should have been added to fetch.3. | trhodes | 2003-06-10 | 1 | -29/+1 |
* | Retire the useless NOSECURE knob. | des | 2003-05-19 | 1 | -1/+1 |
* | Add an EXAMPLES section. | trhodes | 2003-05-17 | 1 | -1/+30 |
* | Mark fetch(1) as c99- and WARNS6-clean. | des | 2003-05-01 | 1 | -1/+2 |
* | 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 |