freebsd-dev/lib/libfetch
Dag-Erling Smørgrav 5aea254ff0 Implement and document fetchStatFTP.
Update description of struct url_stat in the man page.
Clean up error handling in ftp.c.
1998-12-16 15:29:03 +00:00
..
common.c Add verbose flag, and support functions. 1998-12-16 10:24:55 +00:00
common.h Add verbose flag, and support functions. 1998-12-16 10:24:55 +00:00
fetch_err.et Add verbose flag, and support functions. 1998-12-16 10:24:55 +00:00
fetch.3 Implement and document fetchStatFTP. 1998-12-16 15:29:03 +00:00
fetch.c Add verbose flag, and support functions. 1998-12-16 10:24:55 +00:00
fetch.h Add verbose flag, and support functions. 1998-12-16 10:24:55 +00:00
file.c Add verbose flag, and support functions. 1998-12-16 10:24:55 +00:00
ftp.c Implement and document fetchStatFTP. 1998-12-16 15:29:03 +00:00
ftp.errors Second of a series of cleanups to libfetch. 1998-11-06 22:14:08 +00:00
http.c Remove unused header files. Fix a few shadowing bugs. Improve error reporting. 1998-12-16 11:44:31 +00:00
http.errors Second of a series of cleanups to libfetch. 1998-11-06 22:14:08 +00:00
Makefile Add verbose flag, and support functions. 1998-12-16 10:24:55 +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)