]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/immutable/filenode.py
Merge pull request #236 from daira/2725.timezone-test.0
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / immutable / filenode.py
2014-03-20 Daira HopwoodRemove 'needs-rebalancing' and add 'count-happiness... 1784-2105-checker-results
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-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 Warnerswitch UploadResults to use getters, hide internal...
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...
2011-11-01 Brian WarnerRewrite download-status-timeline visualizer ('viz'...
2011-08-07 Kevan Carstensenimmutable/filenode: fix pyflakes warnings
2011-08-02 Kevan Carstensenimmutable/filenode: implement unified filenode interface
2011-06-29 Brian Warnerprepare for viz: improve DownloadStatus events
2011-02-21 Brian WarnerRefactor StorageFarmBroker handling of servers
2010-08-09 Brian Warnerimmutable/filenode.py: put off DownloadStatus creation...
2010-08-04 Brian Warnerlazily create DownloadNode upon first read()/get_segment()
2010-08-04 Brian WarnerRewrite immutable downloader (#798). This patch rearran...
2010-02-22 david-sarahChange direct accesses to an_uri.storage_index to calls...
2010-01-27 david-sarahPrevent mutable objects from being retrieved from an...
2009-12-01 Brian WarnerSimplify immutable download API: use just filenode...
2009-11-20 Brian Warnerinterface name cleanups: IFileNode, IImmutableFileNode...
2009-11-20 Brian Warnerclass name cleanups: s/FileNode/ImmutableFileNode/
2009-11-18 Brian Warnermake get_size/get_current_size consistent for all IFile...
2009-11-11 Brian Warnerclean up uri-vs-cap terminology, emphasize cap instance...
2009-08-15 Brian WarnerOverhaul IFilesystemNode handling, to simplify tests...
2009-07-08 Zooko O'Whielacronximmutable: base32-encode the keys to generate cache...
2009-07-08 Zooko O'Whielacronxdirectories: make initialization of the download cache...
2009-06-21 Brian Warnerclean up storage_broker interface: should fix #732
2009-05-22 Brian Warnerswitch all foolscap imports to use foolscap.api or...
2009-02-18 Brian Warneradd --add-lease to 'tahoe check', 'tahoe deep-check...
2009-02-18 Brian WarnerCLI #590: convert 'tahoe deep-check' to streaming form...
2009-01-23 Brian Warnerfilenode: add get_repair_cap(), which uses the read...
2009-01-14 Brian Warnerimmutable/download.py move recent-downloads history...
2009-01-13 Brian Warnerdeep-check-and-repair: improve results and their HTML...
2009-01-12 Zooko O'Whielacronximmutable repairer
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-06 Zooko O'Whielacronxrename "checker results" to "check results", because...
2009-01-06 Zooko O'Whielacronxtrivial: fix a bunch of pyflakes complaints
2009-01-06 Zooko O'Whielacronximmutable: new checker and verifier
2008-12-08 Zooko O'Whielacronxrename "get_verifier()" to "get_verify_cap()"
2008-12-05 Zooko O'Whielacronxdownload: refactor handling of URI Extension Block...
2008-11-04 Brian Warnerimmutable: tolerate filenode.read() with a size= that...
2008-10-30 Brian Warner#527: expire the cached files that are used to support...
2008-10-30 Brian Warnerweb: add 'Repair' button to checker results when they...
2008-10-29 Brian Warner#527: respond to GETs with early ranges quickly, withou...
2008-10-28 Brian Warner#527: support HTTP 'Range:' requests, using a cachefile...
2008-10-22 Brian Warnerimmutable/filenode.py: add TODO note about the #514...
2008-10-22 Brian Warnermore #514: pass a Monitor to all checker operations...
2008-10-06 Brian Warnertest_system: add test coverage for immutable download...
2008-10-06 Brian Warnerftp server: initial implementation. Still needs unit...
2008-09-25 Zooko O'Whielacronxsetup: remove a few minimal unit tests from test_fileno...
2008-09-23 Zooko O'Whielacronximmutable: remove unused imports (thanks, pyflakes)
2008-09-23 Zooko O'Whielacronximmutable: refactor immutable filenodes and comparison...
2008-09-10 Brian Warnerdisallow deep-check on non-directories, simplifies...
2008-09-09 Brian Warnerchecker: add tests, add stub for immutable check_and_repair
2008-09-07 Brian Warnerchecker: overhaul checker results, split check/check_an...
2008-08-12 Brian WarnerIFilesystemNode: add get_storage_index(), it makes...
2008-07-17 Brian Warnerdeep-check: add webapi, add 'DEEP-CHECK' button to...
2008-07-17 Brian Warnerfirst pass at deep-checker, no webapi yet, probably...
2008-07-16 Brian Warnermove encode/upload/download/checker.py into a new immut...