]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
mutable/layout: Define MDMF share format, write tools for working with MDMF share...
authorKevan Carstensen <kevan@isnotajoke.com>
Tue, 2 Aug 2011 02:11:20 +0000 (19:11 -0700)
committerKevan Carstensen <kevan@isnotajoke.com>
Tue, 2 Aug 2011 02:11:20 +0000 (19:11 -0700)
commitb1b77d3b89cd7a6cc467e17c62d5d53750559a24
treee188f2822c69a29e30f43a0c0277fd8f28f66b5a
parentedf9858fb844100ea7fd3c9156f55554ee9e947b
mutable/layout: Define MDMF share format, write tools for working with MDMF share format

The changes in layout.py are mostly concerned with the MDMF share
format. In particular, we define read and write proxy objects used by
retrieval, publishing, and other code to write and read the MDMF share
format. We create equivalent proxies for SDMF objects so that these
objects can be suitably general.
src/allmydata/mutable/layout.py
src/allmydata/test/test_storage.py