From owner-cvs-all Sat Jul 11 11:56:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA02096 for cvs-all-outgoing; Sat, 11 Jul 1998 11:56:15 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA02091; Sat, 11 Jul 1998 11:56:14 -0700 (PDT) (envelope-from des@FreeBSD.org) From: "Dag-Erling C. Sm\xf8rgrav" Received: (from des@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA03730; Sat, 11 Jul 1998 11:56:03 -0700 (PDT) Date: Sat, 11 Jul 1998 11:56:03 -0700 (PDT) Message-Id: <199807111856.LAA03730@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libfetch Makefile fetch.c fetch.h ftp.c http.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1998/07/11 11:56:02 PDT Modified files: lib/libfetch Makefile fetch.c fetch.h ftp.c http.c Log: Too many changes to list. Basically, FTP is nearly there and error reporting is kinda sorted out. Now HTTP needs to catch up... Revision Changes Path 1.2 +4 -4 src/lib/libfetch/Makefile 1.2 +36 -1 src/lib/libfetch/fetch.c 1.2 +8 -5 src/lib/libfetch/fetch.h 1.2 +237 -97 src/lib/libfetch/ftp.c 1.2 +19 -33 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message