~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 3302.5.1 16 years ago Vincent Ladeuil Give better IDs to doctests. * bzrlib/doc/api/__i 1.6 KB Diff Download File
branch.txt 1996.3.18 18 years ago John Arbash Meinel Now that mkdtemp and rmtree are lazy, they should 988 bytes Diff Download File
transport.txt 1711.7.23 18 years ago John Arbash Meinel The api doc tests were using invalid paths on win3 769 bytes Diff Download File