freebsd_amp_hwpstate/lib/libfetch
Dag-Erling Smørgrav 893980ad29 Make restart work in active mode, too.
PR:		bin/18688
Submitted by:	Rudolf Cejka <cejkar@dcse.fee.vutbr.cz>
2000-06-29 10:44:10 +00:00
..
Makefile Dump com_err, it's a stinking crock of shit. 2000-05-25 16:24:31 +00:00
README
common.c Output newline after debugging message 2000-05-25 16:50:08 +00:00
common.h Dump com_err, it's a stinking crock of shit. 2000-05-25 16:24:31 +00:00
fetch.3 Add (and document) fetchMakeURL() 2000-05-25 16:46:09 +00:00
fetch.c Add (and document) fetchMakeURL() 2000-05-25 16:46:09 +00:00
fetch.h Add (and document) fetchMakeURL() 2000-05-25 16:46:09 +00:00
file.c Initialize the struct url_stat at the beginning of _fetch_stat_file(). 2000-05-15 08:33:58 +00:00
ftp.c Make restart work in active mode, too. 2000-06-29 10:44:10 +00:00
ftp.errors IPv6 support. 2000-05-20 18:23:51 +00:00
http.c Don't incorrectly report a protocol error when we get a 302 and redirects 2000-06-21 09:49:51 +00:00
http.errors Add error codes for protocol errors. 2000-01-07 12:56:27 +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)