]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/storage.py
stabilize on 20-byte nodeids everywhere, printed with foolscap's base32
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / storage.py
2007-11-07 Brian Warnerstabilize on 20-byte nodeids everywhere, printed with...
2007-11-06 Brian Warnerstorage: rewrite slot API, now use testv_and_readv_and_...
2007-11-05 Brian Warnerstorage: add readv_slots: get data from all shares
2007-10-31 Brian Warnerstorage.py: fix tests, timestamps get updated when...
2007-10-31 Brian Warnerstorage.py: more test coverage, make sure leases surviv...
2007-10-31 Brian Warnerstorage.py: improve test coverage even more
2007-10-31 Brian Warnerstorage.py: more mutable-slot coverage, renewing/cancel...
2007-10-31 Brian Warnermutable slots: add some test coverage for lease-addition
2007-10-31 Brian Warnermutable slots: finish up basic coding on server-side...
2007-10-31 Brian Warnercheckpointing mutable-file work. Storage layer is 80...
2007-09-17 Brian Warnerstorage: fill alreadygot= with all known shares for...
2007-09-15 Brian Warnerstorage: remove the leftover incoming/XYZ/ directory...
2007-09-11 Brian Warnerstorage: always record lease expiration times as integers
2007-09-04 Brian Warnerstorage: add version number to share data. Closes #90.
2007-09-03 Brian Warnerstorage: don't add a duplicate lease, renew the old...
2007-09-02 Brian Warnerstorage: remove get_or_add_owner, since I don't know...
2007-09-02 Brian Warnerstorage: remove unused delete_bucket() method, lease...
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-29 Brian Warnerstorage: use sqlite from either python2.5's stdlib...
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-17 Brian Warnerclient.py: add a 'debug_no_storage' option to throw...
2007-07-14 Brian Warnerstorage.py: turn some assertions into preconditions
2007-07-14 Brian Warnerstorage.py: handle num_segments != power-of-two without...
2007-07-14 Brian Warnerrename storageserver.py to just storage.py, since it...