freebsd-dev/lib/libfetch
2001-10-19 10:08:38 +00:00
..
common.c Back out part of previous commit which was gcc-centric 2001-10-19 10:08:05 +00:00
common.h Tons of type, style and warning fixes that have been rotting in my tree for 2001-10-18 08:29:26 +00:00
fetch.3 mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
fetch.c Add __FBSDID()s to libfetch 2001-09-30 21:36:09 +00:00
fetch.h Add rudimentary support for an authentication callback function. 2001-05-26 19:37:15 +00:00
file.c Add __FBSDID()s to libfetch 2001-09-30 21:36:09 +00:00
ftp.c Tons of type, style and warning fixes that have been rotting in my tree for 2001-10-18 08:29:26 +00:00
ftp.errors IPv6 support. 2000-05-20 18:23:51 +00:00
http.c Tons of type, style and warning fixes that have been rotting in my tree for 2001-10-18 08:29:26 +00:00
http.errors Add some error codes that were added in RFC2616. 2001-05-23 18:52:02 +00:00
Makefile Add NO_WERROR so the build won't die because of discarded qualifiers 2001-10-19 10:08:38 +00:00
README First of a series of cleanups to libfetch. Changed files, in 1998-11-05 19:48:17 +00:00

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)