freebsd-dev/lib/libfetch
Dag-Erling Smørgrav f5f109a068 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.
2000-01-07 10:59:12 +00:00
..
common.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
common.h $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
fetch_err.et $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
fetch.3 Patches I've had lying around for several months: 2000-01-07 10:59:12 +00:00
fetch.c $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
fetch.h $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
file.c Patches I've had lying around for several months: 2000-01-07 10:59:12 +00:00
ftp.c Patches I've had lying around for several months: 2000-01-07 10:59:12 +00:00
ftp.errors $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
http.c Patches I've had lying around for several months: 2000-01-07 10:59:12 +00:00
http.errors $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
Makefile $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
README First of a series of cleanups to libfetch. Changed files, in 1998-11-05 19:48:17 +00:00

This is the new fetch(3) library, which is to replace the ftpio(3)
library and provide a new, unified backend for all fetch(1),
pkg_add(1) and sysinstall(8).

Note that this is very much work in progress. It compiles (with a few
warnings), but there is much left to be implemented. Comments, patches
etc. of all kinds are welcome, but please don't commit anything
without talking to me first.

		-- Dag-Erling C. Smørgrav (des@FreeBSD.org)