freebsd-dev/lib/libfetch
des d8951f60e7 Ignore environment variables that are set but empty.
Sort out the size / length confusion.  Always try to report the *real* file
size in the url_stat structure, no matter how much of it is actually being
sent, and try to detect inconsistencies between sizes.

Rearrange the request loop to avoid having to add meaningless code just to
silence compiler warnings.

Switch to a more sensible and consistent interface for the _http_parse*()
functions.
2000-07-21 11:02:43 +00:00
..
common.c Introduce the (undocumented) variable fetchRestartCalls, which controls whether 2000-07-17 20:49:39 +00:00
common.h Add _fetch_putln() 2000-07-11 23:50:08 +00:00
fetch.3 Document the proxy support better. 2000-07-21 10:57:15 +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 The decision to use an HTTP proxy for FTP documents belongs in the FTP code 2000-07-21 10:46:22 +00:00
ftp.errors IPv6 support. 2000-05-20 18:23:51 +00:00
http.c Ignore environment variables that are set but empty. 2000-07-21 11:02:43 +00:00
http.errors Add error codes for protocol errors. 2000-01-07 12:56:27 +00:00
Makefile Dump com_err, it's a stinking crock of shit. 2000-05-25 16:24:31 +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)