]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/storage/server.py
immutable: prevent clients from reading past the end of share data, which would allow...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / storage / server.py
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-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-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-19 Brian Warnerexpirer: clean up constructor args, add tahoe.cfg contr...
2009-03-19 Brian Warnerexpirer: change setup, config options, in preparation...
2009-03-17 Brian WarnerGC: add date-cutoff -based expiration, add proposed...
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 WarnerBucketCountingCrawler: store just the count, not cycle...
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-20 Brian Warnerweb/storage: make sure we can handle platforms without...
2009-02-20 Brian Warnerstorage: include reserved_space in stats
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...