]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/immutable/upload.py
Alter 'immutable/encode.py' and 'immutable/upload.py' to use servers_of_happiness...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / immutable / upload.py
2009-11-04 Kevan CarstensenAlter 'immutable/encode.py' and 'immutable/upload.py...
2010-01-14 Brian Warnerhush pyflakes-0.4.0 warnings: remove trivial unused...
2009-11-21 david-sarahmake status of finished operations consistently "Finished"
2009-08-15 Brian WarnerOverhaul IFilesystemNode handling, to simplify tests...
2009-07-17 Brian Warnerupload: fix #758 recursion-loop in peer-selection when...
2009-06-25 Brian WarnerSplit out NoSharesError, stop adding attributes to...
2009-06-21 Brian Warnerclean up storage_broker interface: should fix #732
2009-06-02 Brian Warnermore storage_broker refactoring: downloader gets a...
2009-06-01 Brian Warnerremove plaintext-hashing code from the helper interface...
2009-06-01 Brian Warnerstart to factor server-connection-management into a...
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-02-18 Brian Warnerbreak storage.py into smaller pieces in storage/*.py...
2009-02-09 Brian Warnerupload: add a think-of-the-compatibility note to Upload...
2009-02-09 Brian Warnerhelper #609: uploading client should ignore old helper...
2009-01-14 Brian Warnerupload: move upload history into History object
2009-01-13 Brian Warnerupload: use WriteBucketProxy_v2 when uploading a large...
2009-01-12 Zooko O'Whielacronximmutable repairer
2009-01-10 Zooko O'Whielacronxtrivial: minor changes to in-line comments -- mark...
2009-01-10 Zooko O'Whielacronximmutable: redefine the "sharemap" member of the upload...
2009-01-07 Zooko O'Whielacronxtrivial: fix redefinition of name "log" in imports...
2009-01-07 Zooko O'Whielacronximmutable: refactor uploader to do just encoding-and...
2009-01-07 Zooko O'Whielacronxtrivial: whitespace and docstring tidyups
2008-11-22 Brian Warnerupload: when using a Helper, insist that it provide...
2008-11-22 Brian Warnerupload: don't use servers which can't support the share...
2008-11-22 Brian Warner#538: fetch version and attach to the rref. Make Introd...
2008-10-27 Brian Warnerinterfaces.py: promote immutable.encode.NotEnoughShares...
2008-10-10 Brian Warnerstorage: split WriteBucketProxy and ReadBucketProxy...
2008-10-03 Brian Warnerstop using 'as' as an identifier: as with 'with', ...
2008-07-16 Brian Warnermove encode/upload/download/checker.py into a new immut...