Date: Wed, 27 Nov 2002 07:41:24 -0800 (PST) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch common.c common.h fetch.3 fetch.c file.c ftp.c ftp.errors http.c Message-ID: <200211271541.gARFfOV8080659@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2002/11/27 07:41:24 PST Modified files: (Branch: RELENG_4) lib/libfetch common.c common.h fetch.3 fetch.c file.c ftp.c ftp.errors http.c Log: MFC: synch with -CURRENT (except for Makefile). This adds SSL capability but does not enable it. It also fixes a number of bugs, particularly ones concerned with error detection and reporting, timeouts, short reads, and connection cacheing. Last but not least, it whacks the libfetch source into KNF submission. Revision Changes Path 1.7.2.9 +459 -242 src/lib/libfetch/common.c 1.7.2.9 +45 -11 src/lib/libfetch/common.h 1.11.2.25 +2 -2 src/lib/libfetch/fetch.3 1.10.2.12 +218 -218 src/lib/libfetch/fetch.c 1.6.2.7 +75 -75 src/lib/libfetch/file.c 1.16.2.28 +700 -693 src/lib/libfetch/ftp.c 1.4.2.3 +2 -1 src/lib/libfetch/ftp.errors 1.13.2.20 +786 -741 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211271541.gARFfOV8080659>