From owner-cvs-usrbin Sun Aug 3 11:55:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA08737 for cvs-usrbin-outgoing; Sun, 3 Aug 1997 11:55:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA08694; Sun, 3 Aug 1997 11:54:59 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA10715; Sun, 3 Aug 1997 11:53:24 -0700 (PDT) Date: Sun, 3 Aug 1997 11:53:24 -0700 (PDT) Message-Id: <199708031853.LAA10715@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/fetch fetch.1 fetch.h ftp.c http.c main.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/08/03 11:53:24 PDT Modified files: (Branch: RELENG_2_2) usr.bin/fetch fetch.1 fetch.h ftp.c http.c main.c Log: YAMFC. Most notable changes are beter ftp:// parsing, the -b (linux_bug) switch, and chunked encoding support. A side effect of the linux TCP bug workaround is that it stops the half-close that confuses squid (a bug in squid on systems using select() instead of poll() - the cache->fetch throughput slows to 409.6 bytes/sec). Revision Changes Path 1.9.2.5 +12 -2 src/usr.bin/fetch/fetch.1 1.3.2.1 +2 -1 src/usr.bin/fetch/fetch.h 1.3.2.3 +34 -25 src/usr.bin/fetch/ftp.c 1.4.2.2 +143 -35 src/usr.bin/fetch/http.c 1.26.2.6 +8 -3 src/usr.bin/fetch/main.c