]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/immutable/upload.py
Fix up the behavior of #778, per reviewers' comments
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / immutable / upload.py
2010-05-14 Kevan CarstensenFix up the behavior of #778, per reviewers' comments
2009-12-30 Kevan CarstensenAlter the error message when an upload fails, per some...
2009-12-05 Kevan CarstensenChange "UploadHappinessError" to "UploadUnhappinessError"
2009-11-23 Kevan CarstensenAlter the error message returned when peer selection...
2009-11-18 Kevan CarstensenEliminate overcounting iof servers_of_happiness in...
2009-11-16 Kevan CarstensenChange stray "shares_of_happiness" to "servers_of_happi...
2009-11-16 Kevan CarstensenAlter Tahoe2PeerSelector to make sure that it recognize...
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...