freebsd-dev/lib/libfetch
2000-08-31 15:13:22 +00:00
..
common.c Introduce the (undocumented) variable fetchRestartCalls, which controls whether 2000-07-17 20:49:39 +00:00
common.h Centralize the default port finding code. 2000-07-25 11:45:38 +00:00
fetch.3 Document the FTP_PROXY and HTTP_PROXY variables better. 2000-08-31 15:13:22 +00:00
fetch.c The decision to use an HTTP proxy for FTP documents belongs in the FTP code 2000-07-21 10:46:22 +00:00
fetch.h Introduce fetchXGet*(), which combine the functionalities of fetchGet*() and 2000-07-17 21:25:00 +00:00
file.c Introduce fetchXGet*(), which combine the functionalities of fetchGet*() and 2000-07-17 21:25:00 +00:00
ftp.c Grok 125 replies to passive RETR. This fixes an interoperability bug with 2000-08-21 07:18:31 +00:00
ftp.errors
http.c Fix signedness bogon. 2000-08-02 11:25:21 +00:00
http.errors
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)