freebsd_amp_hwpstate/lib/libfetch
Dag-Erling Smørgrav ea63a39cef Add some error codes that were added in RFC2616. 2001-05-23 18:52:02 +00:00
..
Makefile MAN[1-9] -> MAN. 2001-03-27 17:27:19 +00:00
README
common.c Apply 'const' liberally. 2001-04-24 00:06:21 +00:00
common.h Apply 'const' liberally. 2001-04-24 00:06:21 +00:00
fetch.3 Apply 'const' liberally. 2001-04-24 00:06:21 +00:00
fetch.c Apply 'const' liberally. 2001-04-24 00:06:21 +00:00
fetch.h Apply 'const' liberally. 2001-04-24 00:06:21 +00:00
file.c Apply 'const' liberally. 2001-04-24 00:06:21 +00:00
ftp.c Apply 'const' liberally. 2001-04-24 00:06:21 +00:00
ftp.errors
http.c Apply 'const' liberally. 2001-04-24 00:06:21 +00:00
http.errors Add some error codes that were added in RFC2616. 2001-05-23 18:52:02 +00:00

README

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)