summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/fetch.3
Commit message (Collapse)AuthorAgeFilesLines
* MFH (r267127): don't send User-Agent if HTTP_USER_AGENT is emptydes2014-08-241-0/+1
|
* Include an Accept header in requests.des2013-07-301-2/+11
| | | | | PR: kern/180917 MFC after: 1 week
* Implement certificate verification, and many other SSL-relateddes2013-07-261-3/+103
| | | | | | | | imrovements; complete details in the PR. PR: kern/175514 Submitted by: Michael Gmelin <freebsd@grem.de> MFC after: 1 week
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-1/+1
| | | | | | | Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days
* latin1 -> utf8des2011-10-191-1/+1
|
* Update copyright dates and strip my middle name.des2011-09-271-1/+1
|
* Bump date.des2011-09-271-1/+1
|
* Think first, commit second.des2011-09-271-4/+16
| | | | | | 1. Allow the caller to select active mode. 2. Fix the envar logic so it *always* overrides the caller's flags. 3. Document the change from active to passive.
* Document HTTP digest authentication support.des2010-01-261-8/+14
| | | | | | Mention some prominent past contributors: Hajimu Umemoto (ipv6), Henry Whincup (https), Jukka Ukkonen (if-modified-since) and Jean-François Dockes (digest auth)
* Add support for HTTP 1.1 If-Modified-Since behavior.murray2008-12-151-1/+24
| | | | | | | | | | | | | | 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
* s/MAXPATHLEN/PATH_MAX/ to reflect five-year old change to the code :)des2008-02-081-1/+1
| | | | | Submitted by: Joerg Sonnenberger <joerg@britannica.bec.de> MFC after: 2 weeks
* Document NO_PROXY / no_proxy.des2007-12-181-1/+17
| | | | MFC after: 3 weeks
* Enable FTP_COMBINE_CWDS.des2007-05-241-10/+0
|
* Add back the original behavior of changing the entire directory path atnjl2007-04-221-1/+11
| | | | | | | | | | once (CWD a/b/c vs. 3 CWDs). If an error occurs, we fall back to the default method of a single CWD per directory element. Since this is technically a violation of the basic FTP RFC, this behavior is under a compile-time option FTP_COMBINE_CWDS and is off by default. It should work with most Unix-based FTP daemons and can save latency. MFC after: 2 weeks
* Fix misspelling in Poul-Henning Kamp's email address under AUTHORS, fromtmclaugh2005-11-301-1/+1
| | | | | | pkh@ to phk@. Approved by: ade
* Expand contractions.ru2005-02-131-2/+2
|
* Expand *n't contractions.ru2005-02-131-1/+1
|
* Update copyright years.des2004-09-211-1/+2
|
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+1
|
* I don't normally use my middle name, so remove it from attributions indes2004-01-251-2/+2
| | | | | man pages (though not from copyright notices). While I'm here, add email addresses where appropriate.
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-4/+4
|
* Add an EXAMPLES section.trhodes2003-06-101-0/+22
| | | | | PR: 43899 Reviewed by: des, ru
* Assorted mdoc(7) fixes.ru2003-05-221-1/+1
| | | | Approved by: re (blanket)
* Add and document support for a FETCH_BIND_ADDRESS environment variabledes2003-03-031-1/+4
| | | | | | specifying a local address to bind sockets to. Caveat: lightly tested. PR: bin/37572
* Document .netrc support.des2003-01-221-0/+8
|
* english(4) police.schweikh2002-12-271-2/+2
|
* Implement and document support for an HTTP_REFERER environment variable.des2002-11-281-0/+5
| | | | | | | PR: 28171 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> Approved by: re (bmah) MFC after: 1 week
* Fix two typos.fenner2002-11-081-2/+2
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-3/+3
|
* Remove whitespace at EOL.dd2001-07-151-19/+19
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* mdoc(7) police: fixed markup and typo.ru2001-07-051-16/+16
|
* Implement a HTTP_USER_AGENT environment variable.des2001-05-271-0/+4
| | | | | PR: 27669 Submitted by: Eoin Lawless <eoin@maths.tcd.ie>
* Document the authentication callback interface.des2001-05-261-3/+42
| | | | Update RFC references (should have done that ages ago...)
* Apply 'const' liberally.archie2001-04-241-28/+28
| | | | Fix some other minor glitches.
* Grammar police: "its", not "it's", is the possessive form of "it".dd2001-04-151-1/+1
|
* Use high port range by default, and replace the 'h' option with an 'l' optiondes2001-03-241-3/+3
| | | | that forces the ftp code to use the low (default) port range instead.
* Support lower-case versions of the proxy environment variables.des2001-03-071-0/+8
| | | | PR: bin/25494
* mdoc(7) police: fixed broken references.ru2001-01-161-0/+1
|
* Prepare for mdoc(7)NG.ru2001-01-161-1/+1
|
* The user name for anonymous ftp is now "anonymous".des2001-01-081-10/+17
| | | | | Remove the period after the last man page reference. Add a reference to RFC1635, and sort the RFC references by number.
* Document FTP_LOGIN.des2000-12-221-0/+2
|
* Somewhere along the line, I misunderstood the whole FTP_PASSIVE_MODE debatedes2000-12-061-3/+3
| | | | | | | and had libfetch selecting passive mode even when FTP_PASSIVE_MODE was not set at all, which is really quite surprising unless you know about it. So change it to the agreed default behaviour of selecting passive mode if FTP_PASSIVE_MODE is set, but not "no".
* Remove some obsolete comments.des2000-12-011-13/+0
|
* logru2000-11-221-1/+2
|
* Spell the des's name correctly.ru2000-11-141-2/+2
|
* Use Fx macro wherever possible.ru2000-11-141-1/+3
|
* Document FTP_PASSIVE_MODE and FTP_PASSWORD.des2000-10-291-1/+8
| | | | | PR: docs/20626 Submitted by: nik
* Document recent changes in URL parsing and proxy handlingdes2000-10-121-10/+20
|
* Make the ENVIRONMENT section more legible, and mention that HTTP_AUTH isdes2000-10-121-4/+10
| | | | colon-separated.
OpenPOWER on IntegriCloud