]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_storage.py
immutable: test whether the server allows clients to read past the end of share data...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_storage.py
2007-09-04 Brian Warnerstorage: add version number to share data. Closes #90.
2007-09-02 Brian Warnerstorage: handle simultanous uploads: add a lease for...
2007-09-02 Brian Warnerstorage: replace sqlite with in-share lease records
2007-08-28 Brian Warnerdeletion phase3: add a sqlite database to track renew...
2007-08-28 Brian Warnerdeletion phase1: send renew/cancel-lease secrets, but...
2007-07-14 Brian Warnerrename storageserver.py to just storage.py, since it...
2007-07-13 Brian Warnerstorage: we must truncate short segments. Now most...
2007-07-13 Brian Warnermore #85 work, system test still fails
2007-07-13 Brian Warnerstorage: use one file per share instead of 7 (#85)...
2007-07-04 Brian Warnerstorageserver: include metadata in the sizelimit, at...
2007-07-04 Brian Warnerstorageserver: implement size limits. No code to enable...
2007-04-18 Brian Warnertest_storage: test StorageServer code too: allocation...
2007-04-18 Brian Warnerstorageserver: assert that blocks are written in-order...
2007-04-18 Brian Warnertest_storage: add (failing) test of the BucketWriter...
2007-03-30 Brian Warnerfinish making the new encoder/decoder/upload/download...
2007-03-08 Brian Warnerrearrange service startup a bit, now Node.startService...
2007-01-15 Brian Warneradd simple metadata (a single string) to the storage...
2006-12-14 Brian Warnermove all packages into src/, fix allmydata.Crypto build...