freebsd-dev/lib/libfetch
Dag-Erling Smørgrav 40ac28454e Document struct url.
Document the default values for fetchStat*().
2000-05-15 08:34:42 +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_err.et
fetch.3 Document struct url. 2000-05-15 08:34:42 +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
file.c Initialize the struct url_stat at the beginning of _fetch_stat_file(). 2000-05-15 08:33:58 +00:00
ftp.c Initialize the struct url_stat at the beginning of fetchStatFTP(). 2000-05-15 08:24:58 +00:00
ftp.errors
http.c Remove unused 'verbose'. 2000-05-15 08:24:29 +00:00
http.errors
Makefile Bump major number, since struct url has changed. 2000-05-11 15:29:26 +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)