Date: Wed, 5 Jun 2002 05:19:08 -0700 (PDT) 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 ftp.c http.c Message-ID: <200206051219.g55CJ8Y55890@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2002/06/05 05:19:08 PDT Modified files: lib/libfetch common.c common.h ftp.c http.c Log: Wrap everything in struct connection, and enforce timeouts everywhere (except for DNS operations). Always use funopen() for HTTP, to support both timeouts and SSL. Revision Changes Path 1.27 +130 -61 src/lib/libfetch/common.c 1.21 +5 -4 src/lib/libfetch/common.h 1.78 +17 -15 src/lib/libfetch/ftp.c 1.57 +52 -33 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?200206051219.g55CJ8Y55890>