~bzr-pqm/bzr/bzr.dev

  • Committer: Eric Holmberg
  • Date: 2008-05-06 15:02:27 UTC
  • Revision ID: eholmberg@arrow.com-20080506150227-l3arq1yntdvnoxum
Fix for Bug #215426 in which bzr can cause a MemoryError in socket.recv while
downloading large packs over http.  This patch limits the request size for
socket.recv to avoid this problem.

Changes:
Added mock file object bzrlib.tests.file_utils.
Added new parameters to bzrlib.osutils.pumpfile.
Added unit tests for bzrlib.osutils.pumpfile.
Added usage of bzrlib.osutils.pumpfile to bzrlib.transport.http.response.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 2241.1.4 17 years ago Martin Pool Moved old weave-based repository formats into bzrl 763 bytes Diff Download File
knitrepo.py 3399.3.2 16 years ago Jelmer Vernooij Change recommended replacement for Repository.revi 23 KB Diff Download File
pack_repo.py 3316.2.3 16 years ago Robert Collins Remove manual notification of transaction finishin 99.6 KB Diff Download File
weaverepo.py 3349.1.3 16 years ago Aaron Bentley Merge bzr.dev 25.6 KB Diff Download File