| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFH r230307: fix SIGINFO-related data corruption bug | Baptiste Daroussin | 2012-02-09 | 1 | -7/+12 |
| * | MFH r225982: fix name in copyright statements | Dag-Erling Smørgrav | 2011-10-19 | 2 | -2/+2 |
| * | MFH r225599,225800,225805: improve handling of resumed http transfers | Dag-Erling Smørgrav | 2011-10-19 | 1 | -1/+15 |
| * | Partially revert previous commit - WARNS does not default to 6 as in head. | Dag-Erling Smørgrav | 2011-05-11 | 1 | -0/+1 |
| * | Sync with head: WARNS, static linking. | Dag-Erling Smørgrav | 2011-05-11 | 1 | -3/+2 |
| * | MFC r201290: Treat an empty argument as an error, instead of | Ruslan Ermilov | 2010-01-06 | 1 | -0/+5 |
| * | The FTP_TIMEOUT and HTTP_TIMEOUT environment variables were ignored because | Dag-Erling Smørgrav | 2009-01-17 | 1 | -3/+4 |
| * | 1. Update fetch to consistently return 1 on error, as the man page states, | Murray Stokely | 2008-12-17 | 1 | -6/+5 |
| * | Add support for HTTP 1.1 If-Modified-Since behavior. | Murray Stokely | 2008-12-15 | 2 | -5/+40 |
| * | Improve usage and sync SYNOPSIS with usage. | Ruslan Ermilov | 2008-12-13 | 2 | -10/+17 |
| * | Apply the same defaults to https as to http. | Dag-Erling Smørgrav | 2008-12-11 | 1 | -2/+3 |
| * | Use the SCHEME_ knobs rather than knowing what they expand to. | David E. O'Brien | 2008-08-21 | 1 | -2/+2 |
| * | List all environment variables supported by libfetch, along with a reference | Dag-Erling Smørgrav | 2007-12-28 | 1 | -9/+19 |
| * | Try to preserve ownership and permissions when replacing an existing file. | Dag-Erling Smørgrav | 2006-11-10 | 1 | -0/+2 |
| * | Fix a typo. | Joseph Koshy | 2006-04-22 | 1 | -2/+2 |
| * | Reimplementation of world/kernel build options. For details, see: | Ruslan Ermilov | 2006-03-17 | 1 | -1/+3 |
| * | Only clear sb.st_size if it is clearly wrong or meaningless. This fixes | Dag-Erling Smørgrav | 2005-12-30 | 1 | -5/+5 |
| * | Reflect progress in process title. | Dag-Erling Smørgrav | 2005-12-30 | 1 | -0/+4 |
| * | Expand *n't contractions. | Ruslan Ermilov | 2005-02-13 | 1 | -1/+1 |
| * | Sort sections. | Ruslan Ermilov | 2005-01-18 | 1 | -8/+8 |
| * | Added the EXIT STATUS section where appropriate. | Ruslan Ermilov | 2005-01-17 | 1 | -1/+1 |
| * | NOCRYPT -> NO_CRYPT | Ruslan Ermilov | 2004-12-21 | 1 | -1/+1 |
| * | Fix buffer overflow. This is FreeBSD-SA-04:16.fetch. | Colin Percival | 2004-11-18 | 1 | -1/+2 |
| * | Update copyright years. | Dag-Erling Smørgrav | 2004-09-21 | 2 | -2/+2 |
| * | The check for r_flag was accidentally removed in the previous commit. | Dag-Erling Smørgrav | 2004-08-26 | 1 | -1/+1 |
| * | Fix a couple of edge cases in which sb.st_size may be incorrect or | Dag-Erling Smørgrav | 2004-08-15 | 1 | -5/+16 |
| * | Join the 21st century: Cryptography is no longer an optional component | Colin Percival | 2004-08-06 | 1 | -1/+0 |
| * | Document the behaviour of the "-o file" option when "file" is a directory | Colin Percival | 2004-07-30 | 1 | -0/+4 |
| * | Don't strip trailing linear whitespace from passwords. | Dag-Erling Smørgrav | 2004-07-27 | 1 | -5/+5 |
| * | Style nits. | Dag-Erling Smørgrav | 2004-07-27 | 1 | -5/+4 |
| * | Truncate long file names in stat_display(), as was originally intended. | Dag-Erling Smørgrav | 2004-07-05 | 1 | -1/+1 |
| * | The description of the -S option in the man page says we won't fail if the | Dag-Erling Smørgrav | 2004-06-24 | 1 | -1/+0 |
| * | Fix integer overflow in the file size output when dealing with | Lukas Ertl | 2004-05-19 | 1 | -3/+3 |
| * | Restore part of the word that got (accidentally) removed. | Ruslan Ermilov | 2004-05-19 | 1 | -2/+2 |
| * | Workaround for servers that ignore byte ranges when using chunked | Dag-Erling Smørgrav | 2004-04-06 | 1 | -1/+1 |
| * | Remove EXAMPLES section which duplicates text in fetch(3). | Dag-Erling Smørgrav | 2004-02-27 | 1 | -22/+0 |
| * | Use %zu for size_t, like God intended. | Dag-Erling Smørgrav | 2004-02-18 | 1 | -1/+1 |
| * | Fix printf() format bug in previous commit (size_t != int). | Dag-Erling Smørgrav | 2004-02-18 | 1 | -17/+19 |
| * | Revamp the statistics code, and switch to a much more compact display | Dag-Erling Smørgrav | 2004-02-18 | 1 | -48/+56 |
| * | Remove the inadvertant HTML additions to this man page. | Wes Peters | 2004-01-28 | 1 | -4/+4 |
| * | Revert changes of rev 1.55; replace with strong encouragement to | Wes Peters | 2004-01-26 | 1 | -87/+14 |
| * | Previous commit did the reverse of what the log message said (and of | Dag-Erling Smørgrav | 2004-01-26 | 1 | -1/+1 |
| * | I don't normally use my middle name, so remove it from attributions in | Dag-Erling Smørgrav | 2004-01-25 | 1 | -3/+3 |
| * | Document fetch(1) environment variables in fetch(1) man page, instead of | Wes Peters | 2004-01-23 | 1 | -12/+108 |
| * | Finish the reversion of rev. 1.52. | Ruslan Ermilov | 2003-09-08 | 1 | -3/+2 |
| * | Make sure the crypto versions of libfetch and fetch(1) appear in | Ruslan Ermilov | 2003-07-22 | 1 | -0/+1 |
| * | Revert 1.52. This should have been added to fetch.3. | Tom Rhodes | 2003-06-10 | 1 | -29/+1 |
| * | Retire the useless NOSECURE knob. | Dag-Erling Smørgrav | 2003-05-19 | 1 | -1/+1 |
| * | Add an EXAMPLES section. | Tom Rhodes | 2003-05-17 | 1 | -1/+30 |
| * | Mark fetch(1) as c99- and WARNS6-clean. | Dag-Erling Smørgrav | 2003-05-01 | 1 | -1/+2 |