freebsd-dev/lib/libfetch
Dag-Erling Smørgrav 3c4b4d83f7 Don't build with NDEBUG.
PR:		bin/32615
MFC after:	1 week
2001-12-09 15:06: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 Introduce a fetchDebug global. Change the DEBUG macro so it only runs the 2001-12-09 15:05:19 +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 Introduce a fetchDebug global. Change the DEBUG macro so it only runs the 2001-12-09 15:05:19 +00:00
fetch.h Introduce a fetchDebug global. Change the DEBUG macro so it only runs the 2001-12-09 15:05:19 +00:00
file.c Add __FBSDID()s to libfetch 2001-09-30 21:36:09 +00:00
ftp.c Reorganize to reduce code duplication. 2001-12-04 01:09:19 +00:00
ftp.errors IPv6 support. 2000-05-20 18:23:51 +00:00
http.c Conditionalize some debugging code that didn't use the DEBUG macro. 2001-12-09 15:05:58 +00:00
http.errors Add some error codes that were added in RFC2616. 2001-05-23 18:52:02 +00:00
Makefile Don't build with NDEBUG. 2001-12-09 15:06: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)