]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/immutable
Merge pull request #236 from daira/2725.timezone-test.0
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / immutable /
2014-06-23 Brian Warnerhush current pyflakes warnings (list comprehensions)
2014-03-20 Daira HopwoodRemove 'needs-rebalancing' and add 'count-happiness... 1784-2105-checker-results
2013-05-02 Brian Warnerminor changes to hush newer pyflakes
2013-04-18 Daira HopwoodAdd comments and a caveat in webapi.rst indicating...
2013-02-07 Zooko O'Whielacronxdo not cache and re-use imm filenodes in nodemaker 30/head
2012-11-29 Zooko O'Whielacronxremove unnecessary request from upload-helper
2012-07-24 david-sarahCosmetic changes to match cloud backend branch.
2012-06-19 david-sarahAdd assertions to make sure that set_default_encoding_p...
2012-06-12 Brian Warneroffloaded.py: don't drop the Deferred
2012-06-02 Brian WarnerCheckResults corrupt/incompatible shares now return... 10/head
2012-06-02 Brian WarnerCheckResults.get_servers_responding() now returns IServers
2012-06-02 Brian WarnerCheckResults.get_sharemap() now returns IServers
2012-06-02 Brian WarnerCheckResults: pass IServer to corrupt/incompatible...
2012-06-02 Brian WarnerCheckResults: pass IServer to servers_responding=,...
2012-06-02 Brian WarnerCheckResults: pass IServer to sharemap=, but get_sharem...
2012-06-02 Brian WarnerCheckResults: privatize remaining attributes
2012-06-02 Brian WarnerCheckResults: use fat init, add type-checking assertions
2012-06-02 Brian Warneruse the new CheckResult getters almost everywhere
2012-06-02 Brian Warnerchange CheckResults to use a fat set_data()
2012-06-02 Brian WarnerCheckResults: start hiding .data, first step to clean...
2012-06-02 Brian Warnerimmutable.CiphertextFileNode.check_and_repair: simplify...
2012-05-22 Brian Warnerchange UploadResults to return IServers, update users... 8/head
2012-05-22 Brian WarnerUploadResults: store IServers internally, but still...
2012-05-22 Brian Warnerswitch UploadResults to use get_uri(), hide internal...
2012-05-22 Brian Warnerswitch UploadResults to use getters, hide internal...
2012-05-22 Brian Warnerconvert UploadResults to a fat init
2012-05-22 Brian Warneradd HelperUploadResults
2012-05-22 Brian WarnerUploader cleanup: create results at end, not beginning
2012-05-22 Brian Warnerclean up Helper to make later changes easier
2012-05-22 Brian Warnerhelper: remove timings["existence_check"], aka "Already...
2012-05-16 david-sarahSince we now require Python 2.5, we can use os.SEEK_END.
2012-05-16 Brian Warnerimmutable repairer: populate servers-responding properly
2012-05-13 Brian WarnerDoc updates and cosmetic fixes for #1115 patch.
2012-05-13 Andrew MillerFixed an error in previous commit where an empty server...
2012-05-13 Andrew MillerAdded tests for count-good-share-hosts under check...
2012-04-04 Brian Warnerchecker.py: minor simplifications
2011-11-01 Brian WarnerRewrite download-status-timeline visualizer ('viz'...
2011-11-01 Brian WarnerIServer refactoring: pass IServer instances around...
2011-10-03 david-sarahimmutable/literal.py: add pauseProducing method to...
2011-09-09 Brian Warnermove DownloadStopped from download.common to interfaces
2011-08-29 Brian WarnerLet Uploader retain History instead of passing it into...
2011-08-27 Brian WarnerMDMF: more writable/writeable consistentifications
2011-08-07 Kevan Carstensenimmutable/filenode: fix pyflakes warnings
2011-08-02 Kevan Carstensenimmutable/filenode: implement unified filenode interface
2011-08-02 Kevan Carstensenimmutable/literal.py: Implement interface changes in...
2011-08-02 david-sarahverifier: correct a bug introduced in changeset [5106...
2011-08-02 Zooko O'Whielacronxverifier: serialize the fetching of blocks within a...
2011-08-01 Brian Warnerremove nodeid from WriteBucketProxy classes and customers
2011-08-01 Brian Warnerremove get_serverid() from ReadBucketProxy and customer...
2011-08-01 Zooko O'Whielacronxremove get_serverid from DownloadStatus.add_dyhb_reques...
2011-08-01 Zooko O'Whielacronxremove get_serverid from DownloadStatus.add_block_reque...
2011-08-01 Brian WarnerDownloadStatus.add_known_share wants to be used by...
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-08-01 Brian WarnerCoalesce multiple Share.loop() calls, make downloads...
2011-06-29 Brian Warneradd more download-status data, fix tests
2011-06-29 Brian Warnerprepare for viz: improve DownloadStatus events
2011-02-27 Brian Warnerimmutable/downloader/fetcher.py: remove all get_serveri...
2011-02-27 Brian Warnerimmutable/downloader/fetcher.py: fix diversity bug...
2011-02-27 Brian Warnerimmutable/downloader/share.py: reduce get_serverid...
2011-02-27 Brian Warnerimmutable/downloader/finder.py: reduce use of get_serve...
2011-02-27 Brian Warnerimmutable/offloaded.py: reduce use of get_serverid...
2011-02-27 Brian Warnerimmutable/upload.py: reduce use of get_serverid()
2011-02-27 Brian Warnerimmutable/checker.py: remove some uses of s.get_serveri...
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-10-29 Brian Warnerfix #1223, crash+inefficiency during repair due to...
2010-09-27 Kevan Carstensenimmutable/repairer.py: don't use the default happiness...
2010-09-10 Brian Warnerimmutable download: have the finder inform its share...
2010-09-02 Zooko O'Whielacronxdownload status: fix bug from me committing the wrong...
2010-09-02 francoisDownloadStatus: show active immutable downloads in...
2010-09-01 Brian WarnerSegmentFetcher: use new diversity-seeking share-selecti...
2010-09-01 Brian WarnerShare: drop received data after each block finishes...
2010-08-10 Brian WarnerDownloadStatus: put real numbers in progress/status...
2010-08-09 Brian Warnerimmutable/filenode.py: put off DownloadStatus creation...
2010-08-09 Brian WarnerShare: hush log entries in the main loop() after the...
2010-08-06 Brian Warnerdownloader.Segmentation: unregisterProducer when asked...
2010-08-05 Brian WarnerDownloadNode: fix lost-progress in fetch_failed, tolera...
2010-08-04 Brian WarnerOne fix for bug #1154: webapi GETs with a 'Range' heade...
2010-08-04 Brian Warnerfetcher.py: improve comments
2010-08-04 Brian Warnerlazily create DownloadNode upon first read()/get_segment()
2010-08-04 Brian WarnerShareFinder: add 10s OVERDUE timer, send new requests...
2010-08-04 Brian WarnerRewrite immutable downloader (#798). This patch rearran...
2010-08-04 Brian WarnerRewrite immutable downloader (#798). This patch adds...
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...
next