freebsd-src/lib/libfetch
2000-05-11 16:01:03 +00:00
..
common.c Use sizeof more consistently. 2000-05-07 20:02:52 +00:00
common.h More old uncommitted patches: implement timeouts at the protocol level. 2000-01-07 12:58:40 +00:00
fetch.3 Fix hard sentence break. 2000-05-11 15:22:52 +00:00
fetch.c Reorganize some of the http code and split it into more functions. 2000-05-11 13:31:02 +00:00
fetch.h Reorganize some of the http code and split it into more functions. 2000-05-11 13:31:02 +00:00
fetch_err.et Add error codes for protocol errors. 2000-01-07 12:56:27 +00:00
file.c Implement restart 2000-05-07 19:56:07 +00:00
ftp.c Add workaround for ftpds with the Y2K MDTM bug 2000-05-11 16:01:03 +00:00
ftp.errors Add error codes for protocol errors. 2000-01-07 12:56:27 +00:00
http.c Reorganize some of the http code and split it into more functions. 2000-05-11 13:31:02 +00:00
http.errors Add error codes for protocol errors. 2000-01-07 12:56:27 +00:00
Makefile Bump major number, since struct url has changed. 2000-05-11 15:29:26 +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)