]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Implementation, tests and docs for blacklists. This version allows listing directorie...
authordavid-sarah <david-sarah@jacaranda.org>
Wed, 24 Aug 2011 15:59:28 +0000 (08:59 -0700)
committerdavid-sarah <david-sarah@jacaranda.org>
Wed, 24 Aug 2011 15:59:28 +0000 (08:59 -0700)
commit3d7a32647c4313856a92b0ac556e7706022cb97d
tree56e39455b055c863f252209bd5fcc31a5d244743
parent505ebeb353206243cd826d9b8726ec4a00048193
Implementation, tests and docs for blacklists. This version allows listing directories containing a blacklisted child. Inclusion of blacklist.py fixed. fixes #1425
docs/configuration.rst
docs/frontends/webapi.rst
src/allmydata/blacklist.py [new file with mode: 0644]
src/allmydata/client.py
src/allmydata/interfaces.py
src/allmydata/nodemaker.py
src/allmydata/test/test_web.py
src/allmydata/web/common.py
src/allmydata/web/directory.py
src/allmydata/web/filenode.py
src/allmydata/webish.py