]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Add the 'vdrive' service, for clients to access the public/private root dirs.
authorBrian Warner <warner@allmydata.com>
Thu, 28 Jun 2007 00:11:06 +0000 (17:11 -0700)
committerBrian Warner <warner@allmydata.com>
Thu, 28 Jun 2007 00:11:06 +0000 (17:11 -0700)
commitb06c74c2a10c6b3d3cc2bbf166e2c4b88bb77853
tree92eb978d7a8634eb038e22fad7e836958a964fd3
parent1d86cd161beab42fa1d40bbf6e4d4d8f59e02153
Add the 'vdrive' service, for clients to access the public/private root dirs.

These allow client-side code to conveniently retrieve the IDirectoryNode
instances for both the global shared public root directory, and the per-user
private root directory.
docs/codemap.txt
src/allmydata/client.py
src/allmydata/interfaces.py
src/allmydata/test/test_system.py
src/allmydata/vdrive.py [new file with mode: 0644]
src/allmydata/webish.py