freebsd-nq/lib/libfetch
2000-11-27 13:41:55 +00:00
..
common.c Don't try to get the proxy port number from /etc/services. 2000-11-27 13:41:55 +00:00
common.h Use the documented (and historical) defaults. Centralize the decision logic 2000-11-10 08:43:40 +00:00
fetch.3 log 2000-11-22 09:23:54 +00:00
fetch.c Use CHECK_FLAG 2000-10-29 15:56:10 +00:00
fetch.h Add macros for the names of the URL schemes we support. 2000-10-12 21:59:22 +00:00
file.c Use CHECK_FLAG 2000-10-29 15:56:10 +00:00
ftp.c Don't go haywire if the server closes the connection in the middle of a 2000-11-22 14:50:46 +00:00
ftp.errors
http.c Use the documented (and historical) defaults. Centralize the decision logic 2000-11-10 08:43:40 +00:00
http.errors
Makefile Install per function manpages so one doesn't mistakenly think we don't 2000-10-28 20:32:39 +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)