]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Change deep-size/stats/check/manifest to a start+poll model instead of a single long...
authorBrian Warner <warner@lothar.com>
Wed, 22 Oct 2008 00:03:07 +0000 (17:03 -0700)
committerBrian Warner <warner@lothar.com>
Wed, 22 Oct 2008 00:03:07 +0000 (17:03 -0700)
commitad3d9207a93ee7e731628ce05ed537f161e8c2af
tree7d2b509cfd1afeb051a98f5cf9889522db4bf5cf
parentce42244382e5949e6b42e7e4699da89e1a6ab324
Change deep-size/stats/check/manifest to a start+poll model instead of a single long-running synchronous operation. No cancel or handle-expiration yet. #514.
20 files changed:
NEWS
docs/webapi.txt
src/allmydata/dirnode.py
src/allmydata/interfaces.py
src/allmydata/monitor.py [new file with mode: 0644]
src/allmydata/test/common.py
src/allmydata/test/test_dirnode.py
src/allmydata/test/test_system.py
src/allmydata/test/test_web.py
src/allmydata/web/checker_results.py
src/allmydata/web/common.py
src/allmydata/web/deep-check-and-repair-results.xhtml
src/allmydata/web/deep-check-results.xhtml
src/allmydata/web/directory.py
src/allmydata/web/info.py
src/allmydata/web/introweb.py
src/allmydata/web/manifest.xhtml
src/allmydata/web/operations.py [new file with mode: 0644]
src/allmydata/web/root.py
src/allmydata/webish.py