freebsd-dev/lib/libfetch
2001-03-27 17:27:19 +00:00
..
common.c Don't try to get the proxy port number from /etc/services. 2000-11-27 13:41:55 +00:00
common.h Use the documented (and historical) defaults. Centralize the decision logic 2000-11-10 08:43:40 +00:00
fetch.3 Use high port range by default, and replace the 'h' option with an 'l' option 2001-03-24 00:28:57 +00:00
fetch.c Avoid a segfault (due to an unitialized pointer) when parsing URLs that have 2000-12-13 11:21:09 +00:00
fetch.h Add SCHEME_HTTPS. 2000-12-01 11:04:43 +00:00
file.c Use CHECK_FLAG 2000-10-29 15:56:10 +00:00
ftp.c Use high port range by default, and replace the 'h' option with an 'l' option 2001-03-24 00:28:57 +00:00
ftp.errors IPv6 support. 2000-05-20 18:23:51 +00:00
http.c Support lower-case versions of the proxy environment variables. 2001-03-07 04:45:55 +00:00
http.errors
Makefile MAN[1-9] -> MAN. 2001-03-27 17:27:19 +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)