freebsd-dev/lib/libfetch
Dag-Erling Smørgrav b5e1214546 When restarting a transfer that has already completed, the server will
reply with a 416 error code (requested range not satisfiable) because
we ask it to start at the end of the file.  Handle this gracefully by
considering a 416 reply a success if the requested offset exactly
matches the length of the file and the requested length is zero.
2004-02-11 09:31:39 +00:00
..
common.c preparation for RFC3493. EAI_NODATA was deprecated. 2003-10-23 13:50:01 +00:00
common.h Add and document support for a FETCH_BIND_ADDRESS environment variable 2003-03-03 12:35:03 +00:00
fetch.3 I don't normally use my middle name, so remove it from attributions in 2004-01-25 11:39:42 +00:00
fetch.c style(9): add parentheses to sizeof even when not strictly required. 2003-01-28 08:04:40 +00:00
fetch.h Surround prototypes with __BEGIN_DECLS / __END_DECLS. 2002-07-22 16:11:39 +00:00
file.c style(9): add parentheses to sizeof even when not strictly required. 2003-01-28 08:04:40 +00:00
ftp.c Don't close a FILE * which we know is bogus. 2003-08-29 15:54:12 +00:00
ftp.errors Recognize the (incorrect) error code a MediaHawk server sends in reply to 2002-10-30 06:06:16 +00:00
http.c When restarting a transfer that has already completed, the server will 2004-02-11 09:31:39 +00:00
http.errors Add some error codes that were added in RFC2616. 2001-05-23 18:52:02 +00:00
Makefile Make sure the crypto versions of libfetch and fetch(1) appear in 2003-07-22 13:54:31 +00:00