From owner-cvs-all Thu May 11 6:31:10 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B41E937B890; Thu, 11 May 2000 06:31:03 -0700 (PDT) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA04738; Thu, 11 May 2000 06:31:02 -0700 (PDT) (envelope-from des@FreeBSD.org) Message-Id: <200005111331.GAA04738@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 11 May 2000 06:31:02 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch fetch.3 fetch.c fetch.h http.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG des 2000/05/11 06:31:02 PDT Modified files: lib/libfetch fetch.3 fetch.c fetch.h http.c Log: Reorganize some of the http code and split it into more functions. Implement fetchStatHTTP(). Unbungle struct url, and add fetchFreeURL(). Document it. Revision Changes Path 1.15 +26 -24 src/lib/libfetch/fetch.3 1.12 +22 -18 src/lib/libfetch/fetch.c 1.13 +8 -5 src/lib/libfetch/fetch.h 1.16 +151 -60 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message