]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/immutable/upload.py
Let Uploader retain History instead of passing it into upload(). Fixes #1079.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / immutable / upload.py
2011-08-29 Brian WarnerLet Uploader retain History instead of passing it into...
2011-08-27 Brian WarnerMDMF: more writable/writeable consistentifications
2011-08-01 Brian Warnerremove nodeid from WriteBucketProxy classes and customers
2011-08-01 Brian Warnerreplace IServer.name() with get_name(), and get_longname()
2011-08-01 Zooko O'Whielacronxupload.py: apply David-Sarah's advice rename (un)contac...
2011-02-27 Brian Warnerimmutable/upload.py: reduce use of get_serverid()
2011-02-27 Brian Warnerupload.py: rearrange _make_trackers a bit, no behavior...
2011-02-27 Brian Warnerhappinessutil.py: finally rename merge_peers to merge_s...
2011-02-27 Brian Warnerupload.py: more tracker-vs-server cleanup
2011-02-27 Brian Warnerupload.py: fix var names to avoid confusion between...
2011-02-27 Brian Warnerrefactor: s/peer/server/ in immutable/upload, happiness...
2011-02-27 Brian Warnertest_client.py, upload.py:: remove KiB/MiB/etc constant...
2011-02-21 Brian WarnerRefactor StorageFarmBroker handling of servers
2010-08-04 Brian WarnerRewrite immutable downloader (#798). This patch rearran...
2010-08-02 Zooko O'Whielacronxupload: tidy up logging messages
2010-08-02 Zooko O'Whielacronximmutable: tidy-up some code by using a set instead...
2010-07-19 Zooko O'Whielacronximmutable: use PrefixingLogMixin to organize logging...
2010-07-19 Zooko O'Whielacronxtrivial: rename and add in-line doc to clarify "used_pe...
2010-07-19 david-sarahupload.py: fix #1118 by aborting newly-homeless buckets...
2010-07-18 Zooko O'Whielacronximmutable: test for #1118
2010-07-15 Kevan Carstensenimmutable/upload.py: abort buckets if peer selection...
2010-05-15 Kevan CarstensenHush pyflakes warnings
2010-05-14 Kevan CarstensenRemove a comment that no longer makes sense.
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...