#
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*().
|
#
9364c532 |
| 11-May-2000 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Fix hard sentence break.
Submitted by: sheldonh
|
#
60245e42 |
| 11-May-2000 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Reorganize some of the http code and split it into more functions. Implement fetchStatHTTP(). Unbungle struct url, and add fetchFreeURL(). Document it.
|
#
0f5fcaa3 |
| 10-May-2000 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Supply only one author name per instance of %A, as per mdoc.samples(7).
PR: 18465 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
|
#
15efcd39 |
| 22-Apr-2000 |
Alexey Zelkin <phantom@FreeBSD.org> |
Introduce .Lb macro to libfetch manpage Sort .Nm values Change first column width in errors list (table look much better now) Remove redundant comma
|
Revision tags: release/4.0.0_cvs |
|
#
c6ff3a1b |
| 02-Mar-2000 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
Remove single-space hard sentence breaks. These degrade the quality of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
|
#
f5f109a0 |
| 07-Jan-2000 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Patches I've had lying around for several months: * 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 !
Patches I've had lying around for several months: * 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.
show more ...
|
Revision tags: release/3.4.0_cvs, release/3.3.0_cvs |
|
#
7f3dea24 |
| 28-Aug-1999 |
Peter Wemm <peter@FreeBSD.org> |
$Id$ -> $FreeBSD$
|
Revision tags: release/3.2.0 |
|
#
e7720fa8 |
| 05-Mar-1999 |
Bruce Evans <bde@FreeBSD.org> |
Fixed prototype for fetchParseURL().
|
Revision tags: release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
ce71b736 |
| 21-Dec-1998 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Implement and document file list retrieval.
|