summaryrefslogtreecommitdiff
path: root/usr.bin/fetch
Commit message (Expand)AuthorAgeFilesLines
* MFH (r241737): staticize option variablesDag-Erling Smørgrav2014-05-252-49/+51
* Merge r253680,253805 from head:Gleb Smirnoff2013-10-102-36/+276
* MFC r243147:Andre Oppermann2013-07-051-11/+25
* MFC r244037:Eitan Adler2012-12-201-2/+6
* MFH r236110: revert unauthorized, unnecessary and incorrect commitDag-Erling Smørgrav2012-11-051-7/+2
* MFH r240496: use libmd if and only if OpenSSL is not availableDag-Erling Smørgrav2012-11-051-3/+4
* MFC: r232274: Document fetch(1)'s 'URL' argument.David E. O'Brien2012-07-021-2/+7
* MFC r235211:Glen Barber2012-05-181-1/+1
* MFH r230307: fix SIGINFO-related data corruption bugBaptiste Daroussin2012-02-091-7/+12
* MFH r225815: document that passive mode is the defaultDag-Erling Smørgrav2011-10-042-8/+10
* MFH r225805: use fseeko(2) instead of fseek(2).Dag-Erling Smørgrav2011-09-271-2/+2
* MFH r225800: finally fix resume mode with non-cooperating server.Dag-Erling Smørgrav2011-09-271-8/+8
* When resuming an HTTP download, we failed to verify that the rangeDag-Erling Smørgrav2011-09-151-0/+14
* Fixed static linkage.Ruslan Ermilov2010-02-261-2/+2
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* Treat an empty argument as an error, instead of fetching theRuslan Ermilov2009-12-301-0/+5
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* The FTP_TIMEOUT and HTTP_TIMEOUT environment variables were ignored becauseDag-Erling Smørgrav2009-01-171-3/+4
* 1. Update fetch to consistently return 1 on error, as the man page states,Murray Stokely2008-12-171-6/+5
* Add support for HTTP 1.1 If-Modified-Since behavior.Murray Stokely2008-12-152-5/+40
* Improve usage and sync SYNOPSIS with usage.Ruslan Ermilov2008-12-132-10/+17
* Apply the same defaults to https as to http.Dag-Erling Smørgrav2008-12-111-2/+3
* Use the SCHEME_ knobs rather than knowing what they expand to.David E. O'Brien2008-08-211-2/+2
* List all environment variables supported by libfetch, along with a referenceDag-Erling Smørgrav2007-12-281-9/+19
* Try to preserve ownership and permissions when replacing an existing file.Dag-Erling Smørgrav2006-11-101-0/+2
* Fix a typo.Joseph Koshy2006-04-221-2/+2
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
* Only clear sb.st_size if it is clearly wrong or meaningless. This fixesDag-Erling Smørgrav2005-12-301-5/+5
* Reflect progress in process title.Dag-Erling Smørgrav2005-12-301-0/+4
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Sort sections.Ruslan Ermilov2005-01-181-8/+8
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* NOCRYPT -> NO_CRYPTRuslan Ermilov2004-12-211-1/+1
* Fix buffer overflow. This is FreeBSD-SA-04:16.fetch.Colin Percival2004-11-181-1/+2
* Update copyright years.Dag-Erling Smørgrav2004-09-212-2/+2
* The check for r_flag was accidentally removed in the previous commit.Dag-Erling Smørgrav2004-08-261-1/+1
* Fix a couple of edge cases in which sb.st_size may be incorrect orDag-Erling Smørgrav2004-08-151-5/+16
* Join the 21st century: Cryptography is no longer an optional componentColin Percival2004-08-061-1/+0
* Document the behaviour of the "-o file" option when "file" is a directoryColin Percival2004-07-301-0/+4
* Don't strip trailing linear whitespace from passwords.Dag-Erling Smørgrav2004-07-271-5/+5
* Style nits.Dag-Erling Smørgrav2004-07-271-5/+4
* Truncate long file names in stat_display(), as was originally intended.Dag-Erling Smørgrav2004-07-051-1/+1
* The description of the -S option in the man page says we won't fail if theDag-Erling Smørgrav2004-06-241-1/+0
* Fix integer overflow in the file size output when dealing withLukas Ertl2004-05-191-3/+3
* Restore part of the word that got (accidentally) removed.Ruslan Ermilov2004-05-191-2/+2
* Workaround for servers that ignore byte ranges when using chunkedDag-Erling Smørgrav2004-04-061-1/+1
* Remove EXAMPLES section which duplicates text in fetch(3).Dag-Erling Smørgrav2004-02-271-22/+0
* Use %zu for size_t, like God intended.Dag-Erling Smørgrav2004-02-181-1/+1
* Fix printf() format bug in previous commit (size_t != int).Dag-Erling Smørgrav2004-02-181-17/+19