From owner-cvs-all Wed Jun 5 5:19:13 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 61DAE37B403; Wed, 5 Jun 2002 05:19:08 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55CJ8Y55890; Wed, 5 Jun 2002 05:19:08 -0700 (PDT) (envelope-from des) Message-Id: <200206051219.g55CJ8Y55890@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Wed, 5 Jun 2002 05:19:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch common.c common.h ftp.c http.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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