Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Aug 1997 11:53:24 -0700 (PDT)
From:      Peter Wemm <peter@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
Message-ID:  <199708031853.LAA10715@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708031853.LAA10715>