1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/lib/libfetch
Dag-Erling Smørgrav e24f60e74f Back out the previous commit, and fix the bug rather than try to hide its
symptoms: make timeouts and short transfers fatal, and set errno to an
appropriate value (ETIMEDOUT for a timeout, EPIPE for a short transfer).

MFC after:	2 weeks
2002-10-27 15:08:21 +00:00
..
common.c Back out the previous commit, and fix the bug rather than try to hide its 2002-10-27 15:08:21 +00:00
common.h
fetch.3
fetch.c
fetch.h
file.c
ftp.c The FTP connection caching needs a better interface -- connections are 2002-10-25 01:17:32 +00:00
ftp.errors
http.c HTTP authentication got broken in rev. 1.49. 2002-10-03 10:42:19 +00:00
http.errors
Makefile Use a warns setting we can catch regressions with. 2002-10-20 23:50:28 +00:00