]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/immutable/filenode.py
clean up uri-vs-cap terminology, emphasize cap instances instead of URI strings
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / immutable / filenode.py
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...