summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/fetch.3
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Document the FTP_PROXY and HTTP_PROXY variables better.des2000-08-311-0/+4
|
* Document the proxy support better.des2000-07-211-2/+15
|
* Introduce fetchXGet*(), which combine the functionalities of fetchGet*() anddes2000-07-171-3/+39
| | | | | | fetchStat*(). In most cases, either fetchGet*() or fetchXGet*() is a wrapper around the other; in all cases, calling fetchGet*() is identical to calling fetchXGet*() with the second argument set to NULL.
* Fully document the HTTP authorization feature.des2000-07-121-12/+18
| | | | Update the BUGS section to reflect the HTTP rewrite.
* Document that basic authorization now kinda works.des2000-07-111-16/+20
|
* Add (and document) fetchMakeURL()des2000-05-251-1/+8
|
* Dump com_err, it's a stinking crock of shit.des2000-05-251-16/+6
|
* Document struct url.des2000-05-151-0/+32
| | | | Document the default values for fetchStat*().
* Fix hard sentence break.des2000-05-111-2/+2
| | | | Submitted by: sheldonh
* Reorganize some of the http code and split it into more functions.des2000-05-111-23/+25
| | | | | | Implement fetchStatHTTP(). Unbungle struct url, and add fetchFreeURL(). Document it.
* Supply only one author name per instance of %A, as per mdoc.samples(7).sheldonh2000-05-101-3/+10
| | | | | PR: 18465 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
* Introduce .Lb macro to libfetch manpagephantom2000-04-221-6/+8
| | | | | | Sort .Nm values Change first column width in errors list (table look much better now) Remove redundant comma
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-19/+38
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Patches I've had lying around for several months:des2000-01-071-1/+29
| | | | | | | * Add the 'h' ftp flag (allocate local port in high range) * Add the 'd' flag (use direct connection even if proxy is defined) * Make sure flags != NULL before calling strchr(). * Minor changes to some comments.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
OpenPOWER on IntegriCloud