]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/immutable/download.py
switch to using RemoteException instead of 'wrapped' RemoteReferences. Should fix...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / immutable / download.py
2009-05-22 Brian Warnerswitch to using RemoteException instead of 'wrapped...
2009-05-22 Brian Warnerswitch all foolscap imports to use foolscap.api or...
2009-03-04 Brian Warneradd more information to NotEnoughSharesError, split...
2009-01-14 Brian Warnerdownload: tiny cleanup of history code
2009-01-14 Brian Warnerimmutable/download.py move recent-downloads history...
2009-01-12 Brian Warnerhush pyflakes by removing unused imports
2009-01-12 Zooko O'Whielacronximmutable repairer
2009-01-08 Zooko O'Whielacronximmutable: add a monitor API to CiphertextDownloader...
2009-01-08 Zooko O'Whielacronxnaming: Rename a few things which I touched or changed...
2009-01-08 Zooko O'Whielacronximmutable: refactor download to do only download-and...
2009-01-08 Zooko O'Whielacronximmutable: Make more parts of download use logging...
2009-01-08 Zooko O'Whielacronxtrivial: M-x whitespace-cleanup on src/immutable/downlo...
2009-01-08 Zooko O'Whielacronximmutable: ValidatedExtendedURIProxy computes and store...
2009-01-08 Zooko O'Whielacronximmutable: fix error in validation of ciphertext hash...
2009-01-08 Zooko O'Whielacronximmutable: do not catch arbitrary exceptions/failures...
2009-01-08 Zooko O'Whielacronxdownload: make sure you really get all the crypttext...
2009-01-06 Zooko O'Whielacronximmutable: handle another form of share corruption...
2009-01-05 Zooko O'Whielacronximmutable: refactor downloader to be more reusable...
2009-01-02 Zooko O'Whielacronximmutable: add more detailed tests of download, includi...
2009-01-02 Zooko O'Whielacronxtrivial: a few improvements to in-line doc and code...
2009-01-02 Zooko O'Whielacronximmutable: fix name change from BadOrMissingShareHash...
2009-01-02 Zooko O'Whielacronximmutable: download.py: Raise the appropriate type...
2009-01-02 Zooko O'Whielacronximmutable: ValidatedExtendedURIProxy computes and store...
2008-12-22 Zooko O'Whielacronximmutable: don't catch all exception when downloading...
2008-12-22 Zooko O'Whielacronximmutable: invent download.BadOrMissingHashError which...
2008-12-21 Zooko O'Whielacronximmutable, checker, and tests: improve docstrings,...
2008-12-20 Zooko O'Whielacronximmutable: when downloading an immutable file, use...
2008-12-19 Zooko O'Whielacronxtrivial: remove unused import (thanks, pyflakes)
2008-12-17 Zooko O'Whielacronximmutable: use new logging mixins to simplify logging
2008-12-17 Zooko O'Whielacronximmutable: refactor ReadBucketProxy a little
2008-12-08 Zooko O'Whielacronxrename "get_verifier()" to "get_verify_cap()"
2008-12-05 Zooko O'Whielacronxminor: fix unused imports -- thanks, pyflakes
2008-12-05 Zooko O'Whielacronxdownload: refactor handling of URI Extension Block...
2008-10-28 Brian Warner#527: support HTTP 'Range:' requests, using a cachefile...
2008-10-27 Brian Warnerinterfaces.py: promote immutable.encode.NotEnoughShares...
2008-10-10 Brian Warnerstorage: split WriteBucketProxy and ReadBucketProxy...
2008-10-06 Brian Warnertest_system: add test coverage for immutable download...
2008-10-06 Brian Warnerftp server: initial implementation. Still needs unit...
2008-08-26 Brian Warnerlogging: add 'unique-message-ids' (or 'umids') to each...
2008-08-26 Brian Warnerlogging cleanups: lower DeadReferenceError from WEIRD...
2008-07-28 Brian Warnerdownload.py: set up self._paused before registering...
2008-07-21 Zooko O'Whielacronximmutable file download: make the ciphertext hash tree...
2008-07-16 Brian Warnerimmutable download: remove dead LiteralDownloader,...
2008-07-16 Brian Warnermove encode/upload/download/checker.py into a new immut...