summaryrefslogtreecommitdiffstats
path: root/usr.bin/fetch/fetch.1
Commit message (Collapse)AuthorAgeFilesLines
* MFH (r261233): fix whitespace and bump copyrightdes2014-02-271-3/+3
| | | | MFH (r261234): increase buffer size
* Include an Accept header in requests.des2013-07-301-1/+2
| | | | | PR: kern/180917 MFC after: 1 week
* Add Michael Gmelin's name to the copyright statement.des2013-07-301-1/+2
|
* Remove EOL whitespace.joel2013-07-281-1/+1
|
* Implement certificate verification, and many other SSL-relateddes2013-07-261-28/+137
| | | | | | | | imrovements; complete details in the PR. PR: kern/175514 Submitted by: Michael Gmelin <freebsd@grem.de> MFC after: 1 week
* mdoc nitdes2013-07-211-1/+2
|
* Revert r232274 - unauthorized, unnecessary and incorrect.des2012-05-261-7/+2
|
* General mdoc(7) and typo fixes.gjb2012-05-101-1/+1
| | | | | | PR: 167696 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days
* Document the 'URL' argument.obrien2012-02-281-2/+7
|
* latin1 -> utf8des2011-10-041-1/+1
|
* Document the fact that passive mode is now the default.des2011-09-271-7/+9
| | | | Update copyright dates and strip my middle name.
* Add support for HTTP 1.1 If-Modified-Since behavior.murray2008-12-151-1/+15
| | | | | | | | | | | | | | fetch(1) accepts a new argument -i <file> that if specified will cause the file to be downloaded only if it is more recent than the mtime of <file>. libfetch(3) accepts the mtime in the url structure and a flag to indicate when this behavior is desired. PR: bin/87841 Submitted by: Jukka A. Ukkonen <jau@iki.fi> (partially) Reviewed by: des, ru MFC after: 3 weeks
* Improve usage and sync SYNOPSIS with usage.ru2008-12-131-6/+12
|
* List all environment variables supported by libfetch, along with a referencedes2007-12-281-9/+19
| | | | | | to the fetch(3) man page. MFC after: 1 week
* Fix a typo.jkoshy2006-04-221-2/+2
| | | | | Submitted by: Pawel Worach <pawel.worach at gmail dot com> MFC after: 1 week
* Expand *n't contractions.ru2005-02-131-1/+1
|
* Sort sections.ru2005-01-181-8/+8
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* Update copyright years.des2004-09-211-1/+1
|
* Document the behaviour of the "-o file" option when "file" is a directorycperciva2004-07-301-0/+4
| | | | | | (downloaded file(s) are created inside the directory). MFC after: 3 days
* Restore part of the word that got (accidentally) removed.ru2004-05-191-2/+2
| | | | Removed whitespace at EOL.
* Remove EXAMPLES section which duplicates text in fetch(3).des2004-02-271-22/+0
|
* Remove the inadvertant HTML additions to this man page.wes2004-01-281-4/+4
| | | | | | These appear to have been inserted in the PR text by gnatsweb. Noticed by: des (maintainer)
* Revert changes of rev 1.55; replace with strong encouragement towes2004-01-261-87/+14
| | | | | | read fetch(3) as well. Requested by: des (maintainer)
* Previous commit did the reverse of what the log message said (and ofdes2004-01-261-1/+1
| | | | what I intended to do). Really remove my middle name.
* I don't normally use my middle name, so remove it from attributions indes2004-01-251-3/+3
| | | | | man pages (though not from copyright notices). While I'm here, add email addresses where appropriate.
* Document fetch(1) environment variables in fetch(1) man page, instead ofwes2004-01-231-12/+108
| | | | | | | taking lazy users on the arduous journey through SEE ALSO to fetch(3). PR: docs/61759 Submitted by: Christian S.J. Peron <maneo@bsdpro.com>
* Finish the reversion of rev. 1.52.ru2003-09-081-3/+2
|
* Revert 1.52. This should have been added to fetch.3.trhodes2003-06-101-29/+1
| | | | Discussed with: des, ru
* Add an EXAMPLES section.trhodes2003-05-171-1/+30
| | | | | | | Xref sh(1) as we use environment variables. PR: 43899 Reviewed by: des
* Clarify that -r implies -R.des2003-03-111-0/+2
|
* mdoc(7) police: Scheduled sweep.ru2003-02-241-1/+1
|
* Document netrc support.des2003-01-221-0/+11
|
* Use `The .Nm utility'charnier2002-04-191-2/+3
|
* Document fetch(1) reaction to SIGINFO.ru2002-01-161-0/+12
| | | | | | PR: docs/33640 Submitted by: Maxim Konovalov <maxim@macomnet.ru> Approved by: des
* Remove whitespace at EOL.dd2001-07-151-4/+4
|
* Now that libfetch uses the high port range by default, add a -U option todes2001-03-241-6/+7
| | | | make it use the low (default) port range instead.
* Fix a formatting bug (MFC candidate)des2001-03-071-1/+1
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-1/+1
|
* mdoc(7) police: do not split author names in the AUTHORS section.ru2000-11-221-0/+1
|
* Spell the des's name correctly.ru2000-11-141-1/+1
|
* * Remove description of obsolete -t option.ben2000-07-181-5/+2
| | | | | | * Insert newline before "and" in ".Fl c and". Approved by: des
* The description of the semantics of -v and -q has long since been OBE.des2000-07-171-10/+1
|
* Document the fact that -r and -m are mutually exclusive.des2000-07-171-0/+10
|
* Clarify the meaning of -m and -n (thanks to bde).des2000-07-081-6/+3
|
* Add MIT copyrightdes2000-07-051-0/+2
|
* Note that the -h, -c and -f options are deprecated, and remove note thatdes2000-06-291-12/+17
| | | | | incorrectly stated that they were not implemented. Document the -d option.
* New libfetch-based fetch.des2000-06-281-352/+147
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-3/+6
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Add the -F option. This is for forcing restarts with -r by inhibitinggreen1999-10-231-2/+10
| | | | transmission of the If-Range HTTP header field.
OpenPOWER on IntegriCloud