#
06b533d3 |
| 26-May-2001 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Document the authentication callback interface. Update RFC references (should have done that ages ago...)
|
#
38c7e4a6 |
| 24-Apr-2001 |
Archie Cobbs <archie@FreeBSD.org> |
Apply 'const' liberally.
Fix some other minor glitches.
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
5e75e35c |
| 15-Apr-2001 |
Dima Dorfman <dd@FreeBSD.org> |
Grammar police: "its", not "it's", is the possessive form of "it".
|
#
d5f175ce |
| 24-Mar-2001 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Use high port range by default, and replace the 'h' option with an 'l' option that forces the ftp code to use the low (default) port range instead.
|
#
4cee73c8 |
| 07-Mar-2001 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Support lower-case versions of the proxy environment variables.
PR: bin/25494
|
#
98849115 |
| 16-Jan-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
mdoc(7) police: fixed broken references.
|
#
32f6256a |
| 16-Jan-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Prepare for mdoc(7)NG.
|
#
c86c6f74 |
| 08-Jan-2001 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
The user name for anonymous ftp is now "anonymous". Remove the period after the last man page reference. Add a reference to RFC1635, and sort the RFC references by number.
|
#
659e0d5e |
| 22-Dec-2000 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Document FTP_LOGIN.
|
#
6c81eb52 |
| 06-Dec-2000 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Somewhere along the line, I misunderstood the whole FTP_PASSIVE_MODE debate and had libfetch selecting passive mode even when FTP_PASSIVE_MODE was not set at all, which is really quite surprising unl
Somewhere along the line, I misunderstood the whole FTP_PASSIVE_MODE debate 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".
show more ...
|
#
79aad71d |
| 01-Dec-2000 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Remove some obsolete comments.
|
#
725ab628 |
| 22-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
log
|
Revision tags: release/4.2.0 |
|
#
b82f5db0 |
| 14-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
Spell the des's name correctly.
|
#
b5c508fb |
| 14-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
Use Fx macro wherever possible.
|
#
91c51046 |
| 29-Oct-2000 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Document FTP_PASSIVE_MODE and FTP_PASSWORD.
PR: docs/20626 Submitted by: nik
|
#
1df2031c |
| 13-Oct-2000 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Document recent changes in URL parsing and proxy handling
|
#
89d755e1 |
| 12-Oct-2000 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Make the ENVIRONMENT section more legible, and mention that HTTP_AUTH is colon-separated.
|
Revision tags: release/4.1.1_cvs |
|
#
2e83f638 |
| 31-Aug-2000 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Document the FTP_PROXY and HTTP_PROXY variables better.
|
Revision tags: release/4.1.0 |
|
#
e0a9ca38 |
| 21-Jul-2000 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Document the proxy support better.
|
#
1a5faa10 |
| 17-Jul-2000 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Introduce fetchXGet*(), which combine the functionalities of fetchGet*() and fetchStat*(). In most cases, either fetchGet*() or fetchXGet*() is a wrapper around the other; in all cases, calling fetc
Introduce fetchXGet*(), which combine the functionalities of fetchGet*() and 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.
show more ...
|
#
98f5573f |
| 12-Jul-2000 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Fully document the HTTP authorization feature. Update the BUGS section to reflect the HTTP rewrite.
|
#
bc2a5e68 |
| 11-Jul-2000 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Document that basic authorization now kinda works.
|
Revision tags: release/3.5.0_cvs |
|
#
9a964d6a |
| 25-May-2000 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Add (and document) fetchMakeURL()
|
#
ba101983 |
| 25-May-2000 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Dump com_err, it's a stinking crock of shit.
|
#
40ac2845 |
| 15-May-2000 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Document struct url. Document the default values for fetchStat*().
|