| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement and document support for an HTTP_REFERER environment variable. | Dag-Erling Smørgrav | 2002-11-28 | 1 | -0/+5 |
| * | Fix two typos. | Bill Fenner | 2002-11-08 | 1 | -2/+2 |
| * | mdoc(7) police: Use the new .In macro for #include statements. | Ruslan Ermilov | 2001-10-01 | 1 | -3/+3 |
| * | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -19/+19 |
| * | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | Dima Dorfman | 2001-07-09 | 1 | -1/+0 |
| * | mdoc(7) police: fixed markup and typo. | Ruslan Ermilov | 2001-07-05 | 1 | -16/+16 |
| * | Implement a HTTP_USER_AGENT environment variable. | Dag-Erling Smørgrav | 2001-05-27 | 1 | -0/+4 |
| * | Document the authentication callback interface. | Dag-Erling Smørgrav | 2001-05-26 | 1 | -3/+42 |
| * | Apply 'const' liberally. | Archie Cobbs | 2001-04-24 | 1 | -28/+28 |
| * | Grammar police: "its", not "it's", is the possessive form of "it". | Dima Dorfman | 2001-04-15 | 1 | -1/+1 |
| * | Use high port range by default, and replace the 'h' option with an 'l' option | Dag-Erling Smørgrav | 2001-03-24 | 1 | -3/+3 |
| * | Support lower-case versions of the proxy environment variables. | Dag-Erling Smørgrav | 2001-03-07 | 1 | -0/+8 |
| * | mdoc(7) police: fixed broken references. | Ruslan Ermilov | 2001-01-16 | 1 | -0/+1 |
| * | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2001-01-16 | 1 | -1/+1 |
| * | The user name for anonymous ftp is now "anonymous". | Dag-Erling Smørgrav | 2001-01-08 | 1 | -10/+17 |
| * | Document FTP_LOGIN. | Dag-Erling Smørgrav | 2000-12-22 | 1 | -0/+2 |
| * | Somewhere along the line, I misunderstood the whole FTP_PASSIVE_MODE debate | Dag-Erling Smørgrav | 2000-12-06 | 1 | -3/+3 |
| * | Remove some obsolete comments. | Dag-Erling Smørgrav | 2000-12-01 | 1 | -13/+0 |
| * | log | Ruslan Ermilov | 2000-11-22 | 1 | -1/+2 |
| * | Spell the des's name correctly. | Ruslan Ermilov | 2000-11-14 | 1 | -2/+2 |
| * | Use Fx macro wherever possible. | Ruslan Ermilov | 2000-11-14 | 1 | -1/+3 |
| * | Document FTP_PASSIVE_MODE and FTP_PASSWORD. | Dag-Erling Smørgrav | 2000-10-29 | 1 | -1/+8 |
| * | Document recent changes in URL parsing and proxy handling | Dag-Erling Smørgrav | 2000-10-12 | 1 | -10/+20 |
| * | Make the ENVIRONMENT section more legible, and mention that HTTP_AUTH is | Dag-Erling Smørgrav | 2000-10-12 | 1 | -4/+10 |
| * | Document the FTP_PROXY and HTTP_PROXY variables better. | Dag-Erling Smørgrav | 2000-08-31 | 1 | -0/+4 |
| * | Document the proxy support better. | Dag-Erling Smørgrav | 2000-07-21 | 1 | -2/+15 |
| * | Introduce fetchXGet*(), which combine the functionalities of fetchGet*() and | Dag-Erling Smørgrav | 2000-07-17 | 1 | -3/+39 |
| * | Fully document the HTTP authorization feature. | Dag-Erling Smørgrav | 2000-07-12 | 1 | -12/+18 |
| * | Document that basic authorization now kinda works. | Dag-Erling Smørgrav | 2000-07-11 | 1 | -16/+20 |
| * | Add (and document) fetchMakeURL() | Dag-Erling Smørgrav | 2000-05-25 | 1 | -1/+8 |
| * | Dump com_err, it's a stinking crock of shit. | Dag-Erling Smørgrav | 2000-05-25 | 1 | -16/+6 |
| * | Document struct url. | Dag-Erling Smørgrav | 2000-05-15 | 1 | -0/+32 |
| * | Fix hard sentence break. | Dag-Erling Smørgrav | 2000-05-11 | 1 | -2/+2 |
| * | Reorganize some of the http code and split it into more functions. | Dag-Erling Smørgrav | 2000-05-11 | 1 | -23/+25 |
| * | Supply only one author name per instance of %A, as per mdoc.samples(7). | Sheldon Hearn | 2000-05-10 | 1 | -3/+10 |
| * | Introduce .Lb macro to libfetch manpage | Alexey Zelkin | 2000-04-22 | 1 | -6/+8 |
| * | Remove single-space hard sentence breaks. These degrade the quality | Sheldon Hearn | 2000-03-02 | 1 | -19/+38 |
| * | Patches I've had lying around for several months: | Dag-Erling Smørgrav | 2000-01-07 | 1 | -1/+29 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Fixed prototype for fetchParseURL(). | Bruce Evans | 1999-03-05 | 1 | -2/+2 |
| * | Implement and document file list retrieval. | Dag-Erling Smørgrav | 1998-12-21 | 1 | -2/+41 |
| * | Implement and document fetchStatFTP. | Dag-Erling Smørgrav | 1998-12-16 | 1 | -3/+3 |
| * | Add verbose flag, and support functions. | Dag-Erling Smørgrav | 1998-12-16 | 1 | -1/+3 |
| * | Second of a series of cleanups to libfetch. | Dag-Erling Smørgrav | 1998-11-06 | 1 | -38/+124 |
| * | First of a series of cleanups to libfetch. Changed files, in | Dag-Erling Smørgrav | 1998-11-05 | 1 | -11/+26 |
| * | Bring the man page more or less up to date with the code. | Dag-Erling Smørgrav | 1998-09-26 | 1 | -23/+54 |
| * | Imported libfetch into the tree. It compiles, but there's still some | Dag-Erling Smørgrav | 1998-07-09 | 1 | -0/+233 |