freebsd-dev/lib/libfetch
Dag-Erling Smørgrav 98b8c4cb10 Use fseeko() instead of fseek() (u->offset is already an off_t), and mark
some function arguments as unused.
2001-09-05 12:22:28 +00:00
..
common.c
common.h
fetch.3
fetch.c
fetch.h
file.c Use fseeko() instead of fseek() (u->offset is already an off_t), and mark 2001-09-05 12:22:28 +00:00
ftp.c Handle snprintf() returning < 0 (not just -1) 2001-08-20 15:44:17 +00:00
ftp.errors
http.c
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)