freebsd-skq/lib/libfetch
2000-05-07 20:52:40 +00:00
..
common.c Use sizeof more consistently. 2000-05-07 20:02:52 +00:00
common.h
fetch_err.et
fetch.3 Introduce .Lb macro to libfetch manpage 2000-04-22 16:08:41 +00:00
fetch.c Use sizeof more consistently. 2000-05-07 20:02:52 +00:00
fetch.h While we're at it, add a length field too in case we want to fully implement 2000-05-07 20:52:40 +00:00
file.c Implement restart 2000-05-07 19:56:07 +00:00
ftp.c Implement restart. 2000-05-07 20:00:12 +00:00
ftp.errors
http.c Implement restart 2000-05-07 20:51:31 +00:00
http.errors
Makefile
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)