tahoe-lafs/src/allmydata/storage
Leif Ryge 335c2ed06a add "Available" column to welcome page (#648)
add get_available_space() to NativeStorageServer

It uses a new 'available-space' key in the server's v1 version dict, or falls
back to 'maximum-immutable-share-size' (which presently always has the same
value but could have a different meaning in the future).

This is a squash merge of 9773555bb87fab71145ad7a0e84785a4e92d11f7
2014-11-23 06:03:00 +00:00
..
__init__.py break storage.py into smaller pieces in storage/*.py . No behavioral changes. 2009-02-18 14:46:55 -07:00
common.py storage/immutable: raise a specific error upon seeing a bad version number, instead of using assert. Also wrap to 80cols. 2009-03-08 20:07:32 -07:00
crawler.py Failing to load a crawler state pickle uses default values, but the exception clause to detect this failure is too narrow; it can also fail with EOFError or KeyError for example. 2012-07-02 18:18:47 +00:00
expirer.py hush current pyflakes warnings (list comprehensions) 2014-06-23 13:54:07 -07:00
immutable.py Rename 'constant_time_compare' to 'timing_safe_compare'. refs #2165 2014-02-24 20:43:23 +00:00
lease.py storage: add a lease-checker-and-expirer crawler, plus web status page. 2009-03-06 22:45:17 -07:00
mutable.py Rename 'constant_time_compare' to 'timing_safe_compare'. refs #2165 2014-02-24 20:43:23 +00:00
server.py add "Available" column to welcome page (#648) 2014-11-23 06:03:00 +00:00
shares.py Change relative imports to absolute 2010-02-26 01:14:33 -07:00