freebsd-dev/lib/libfetch
Dag-Erling Smørgrav fc6e9e6539 More old uncommitted patches: implement timeouts at the protocol level.
Currently only supported for ftp connections.
2000-01-07 12:58:40 +00:00
..
common.c More old uncommitted patches: implement timeouts at the protocol level. 2000-01-07 12:58:40 +00:00
common.h More old uncommitted patches: implement timeouts at the protocol level. 2000-01-07 12:58:40 +00:00
fetch_err.et Add error codes for protocol errors. 2000-01-07 12:56:27 +00:00
fetch.3
fetch.c More old uncommitted patches: implement timeouts at the protocol level. 2000-01-07 12:58:40 +00:00
fetch.h More old uncommitted patches: implement timeouts at the protocol level. 2000-01-07 12:58:40 +00:00
file.c
ftp.c More old uncommitted patches: implement timeouts at the protocol level. 2000-01-07 12:58:40 +00:00
ftp.errors Add error codes for protocol errors. 2000-01-07 12:56:27 +00:00
http.c
http.errors Add error codes for protocol errors. 2000-01-07 12:56:27 +00:00
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)