aboutsummaryrefslogtreecommitdiff
path: root/lib/libfetch/fetch.3
Commit message (Expand)AuthorAgeFilesLines
* Document HTTP digest authentication support.Dag-Erling Smørgrav2010-01-261-8/+14
* Add support for HTTP 1.1 If-Modified-Since behavior.Murray Stokely2008-12-151-1/+24
* s/MAXPATHLEN/PATH_MAX/ to reflect five-year old change to the code :)Dag-Erling Smørgrav2008-02-081-1/+1
* Document NO_PROXY / no_proxy.Dag-Erling Smørgrav2007-12-181-1/+17
* Enable FTP_COMBINE_CWDS.Dag-Erling Smørgrav2007-05-241-10/+0
* Add back the original behavior of changing the entire directory path atNate Lawson2007-04-221-1/+11
* Fix misspelling in Poul-Henning Kamp's email address under AUTHORS, fromTom McLaughlin2005-11-301-1/+1
* Expand contractions.Ruslan Ermilov2005-02-131-2/+2
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Update copyright years.Dag-Erling Smørgrav2004-09-211-1/+2
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
* I don't normally use my middle name, so remove it from attributions inDag-Erling Smørgrav2004-01-251-2/+2
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-4/+4
* Add an EXAMPLES section.Tom Rhodes2003-06-101-0/+22
* Assorted mdoc(7) fixes.Ruslan Ermilov2003-05-221-1/+1
* Add and document support for a FETCH_BIND_ADDRESS environment variableDag-Erling Smørgrav2003-03-031-1/+4
* Document .netrc support.Dag-Erling Smørgrav2003-01-221-0/+8
* english(4) police.Jens Schweikhardt2002-12-271-2/+2
* Implement and document support for an HTTP_REFERER environment variable.Dag-Erling Smørgrav2002-11-281-0/+5
* Fix two typos.Bill Fenner2002-11-081-2/+2
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-3/+3
* Remove whitespace at EOL.Dima Dorfman2001-07-151-19/+19
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
* mdoc(7) police: fixed markup and typo.Ruslan Ermilov2001-07-051-16/+16
* Implement a HTTP_USER_AGENT environment variable.Dag-Erling Smørgrav2001-05-271-0/+4
* Document the authentication callback interface.Dag-Erling Smørgrav2001-05-261-3/+42
* Apply 'const' liberally.Archie Cobbs2001-04-241-28/+28
* Grammar police: "its", not "it's", is the possessive form of "it".Dima Dorfman2001-04-151-1/+1
* Use high port range by default, and replace the 'h' option with an 'l' optionDag-Erling Smørgrav2001-03-241-3/+3
* Support lower-case versions of the proxy environment variables.Dag-Erling Smørgrav2001-03-071-0/+8
* mdoc(7) police: fixed broken references.Ruslan Ermilov2001-01-161-0/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
* The user name for anonymous ftp is now "anonymous".Dag-Erling Smørgrav2001-01-081-10/+17
* Document FTP_LOGIN.Dag-Erling Smørgrav2000-12-221-0/+2
* Somewhere along the line, I misunderstood the whole FTP_PASSIVE_MODE debateDag-Erling Smørgrav2000-12-061-3/+3
* Remove some obsolete comments.Dag-Erling Smørgrav2000-12-011-13/+0
* logRuslan Ermilov2000-11-221-1/+2
* Spell the des's name correctly.Ruslan Ermilov2000-11-141-2/+2
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-1/+3
* Document FTP_PASSIVE_MODE and FTP_PASSWORD.Dag-Erling Smørgrav2000-10-291-1/+8
* Document recent changes in URL parsing and proxy handlingDag-Erling Smørgrav2000-10-121-10/+20
* Make the ENVIRONMENT section more legible, and mention that HTTP_AUTH isDag-Erling Smørgrav2000-10-121-4/+10
* Document the FTP_PROXY and HTTP_PROXY variables better.Dag-Erling Smørgrav2000-08-311-0/+4
* Document the proxy support better.Dag-Erling Smørgrav2000-07-211-2/+15
* Introduce fetchXGet*(), which combine the functionalities of fetchGet*() andDag-Erling Smørgrav2000-07-171-3/+39
* Fully document the HTTP authorization feature.Dag-Erling Smørgrav2000-07-121-12/+18
* Document that basic authorization now kinda works.Dag-Erling Smørgrav2000-07-111-16/+20
* Add (and document) fetchMakeURL()Dag-Erling Smørgrav2000-05-251-1/+8
* Dump com_err, it's a stinking crock of shit.Dag-Erling Smørgrav2000-05-251-16/+6
* Document struct url.Dag-Erling Smørgrav2000-05-151-0/+32