]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/storage
web/status.py: minor renaming to hush pyflakes
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / storage /
2014-11-23 Leif Rygeadd "Available" column to welcome page (#648)
2014-06-23 Brian Warnerhush current pyflakes warnings (list comprehensions)
2014-02-24 Daira HopwoodRename 'constant_time_compare' to 'timing_safe_compare...
2012-07-02 david-sarahFailing to load a crawler state pickle uses default...
2012-06-22 david-sarahChange the maximum mutable share size to 69105 TB,...
2012-03-14 Brian Warnernew introducer: signed extensible dictionary-based...
2011-09-12 Zooko O'Whielacronxstorage: more paranoid handling of bounds and palimpses...
2011-09-12 Zooko O'Whielacronximmutable: prevent clients from reading past the end...
2011-09-12 Zooko O'Whielacronxstorage: remove the storage server's "remote_cancel_lea...
2011-09-01 Brian Warnerimprove the storage/mutable.py asserts even more
2011-09-01 wilcoxjgstorage/mutable.py: special characters in struct.foo...
2011-07-19 david-sarahsrc/allmydata/storage/server.py: use the filesystem...
2011-05-27 wilcoxjgserver.py: get_latencies now reports percentiles _only...
2010-09-10 Zooko O'Whielacronxstorage: use fileutil's version of get_disk_stats(...
2010-07-19 Zooko O'Whielacronximmutable: use PrefixingLogMixin to organize logging...
2010-07-15 Kevan Carstensenstorage/immutable.py: make remote_abort btell the stora...
2010-02-26 david-sarahChange relative imports to absolute
2010-01-14 Brian Warnerhush pyflakes-0.4.0 warnings: remove trivial unused...
2009-12-01 Brian Warnerserver.py: undo my bogus 'correction' of David-Sarah...
2009-11-30 Brian Warnerstorage.py: update comment
2009-11-21 david-sarahstorage server: detect disk space usage on Windows...
2009-05-22 Brian Warnerswitch all foolscap imports to use foolscap.api or...
2009-03-23 Brian Warnerstorage: use constant-time comparison for write-enabler...
2009-03-20 Brian Warnerexpirer: tolerate empty buckets, refactor bucketsize...
2009-03-19 Brian Warnerexpirer: clean up constructor args, add tahoe.cfg contr...
2009-03-19 Brian Warnerexpirer: change setup, config options, in preparation...
2009-03-18 Brian Warnerexpirer: track mutable-vs-immutable sharecounts and...
2009-03-17 Brian Warnerexpirer: add mode to expire only-mutable or only-immuta...
2009-03-17 Brian WarnerGC: add date-cutoff -based expiration, add proposed...
2009-03-09 Brian Warnerexpirer: fix prediction math, thanks to Zandr for the...
2009-03-09 Brian Warnerstorage.expirer: oops, fix upgrade-handler code
2009-03-09 Brian Warnerstorage.expirer: handle upgrades better
2009-03-09 Brian Warnerexpirer: tolerate corrupt shares, add them to the state...
2009-03-09 Brian Warnerstorage/immutable: raise a specific error upon seeing...
2009-03-09 Brian Warnerstorage/mutable: raise a specific error upon seeing...
2009-03-07 Brian Warnerexpirer: make web display a bit more consistent
2009-03-07 Brian Warnerstorage: add a lease-checker-and-expirer crawler, plus...
2009-03-05 Zooko O'Whielacronxtrivial: remove unused import detected by pyflakes...
2009-02-22 Zooko O'Whielacronxtrivial: use more specific function for ascii-encoding...
2009-02-27 Brian Warnercrawler: add ETA to get_progress()
2009-02-21 Brian Warnercrawler: fix performance problems: only save state...
2009-02-21 Brian Warnercrawler: tolerate low-resolution system clocks (i.e...
2009-02-21 Brian WarnerBucketCountingCrawler: store just the count, not cycle...
2009-02-21 Brian Warnercrawler: load state from the pickle in init, rather...
2009-02-21 Brian WarnerBucketCountingCrawler: rename status and state keys...
2009-02-21 Brian Warnerstorage: also report space-free-for-root and space...
2009-02-21 Brian Warnerstorage: add bucket-counting share crawler, add its...
2009-02-21 Brian Warnerstorage: move si_b2a/si_a2b/storage_index_to_dir out...
2009-02-21 Brian Warnercrawler: add get_progress, clean up get_state
2009-02-20 Brian Warnerweb/storage: make sure we can handle platforms without...
2009-02-20 Brian Warnercrawler: provide for one-shot crawlers, which stop...
2009-02-20 Brian Warnerstorage: include reserved_space in stats
2009-02-20 Brian Warnercrawler: modify API to support upcoming bucket-counting...
2009-02-19 Brian Warnercrawler: use fileutil.move_info_place in preference...
2009-02-19 Brian Warnercrawler: fix problems on windows and our slow cygwin...
2009-02-19 Brian Warner#633: first version of a rate-limited interruptable...
2009-02-18 Brian Warnerchange StorageServer to take nodeid in the constructor...
2009-02-18 Brian Warnerbreak storage.py into smaller pieces in storage/*.py...