Brian Warner 94e619c1f6 overhaul checker invocation
Removed the Checker service, removed checker results storage (both in-memory
and the tiny stub of sqlite-based storage). Added ICheckable, all
check/verify is now done by calling the check() method on filenodes and
dirnodes (immutable files, literal files, mutable files, and directory
instances).

Checker results are returned in a Results instance, with an html() method for
display. Checker results have been temporarily removed from the wui directory
listing until we make some other fixes.

Also fixed client.create_node_from_uri() to create LiteralFileNodes properly,
since they have different checking behavior. Previously we were creating full
FileNodes with LIT uris inside, which were downloadable but not checkable.
2008-07-15 17:23:25 -07:00
2008-07-15 17:23:25 -07:00
2008-06-10 19:05:47 -07:00
2008-06-11 12:51:40 -07:00
2008-06-19 12:26:19 -07:00

Welcome to the Tahoe project [1], a secure, decentralized, fault-tolerant
filesystem.  All of the source code is available under a Free Software, Open
Source licence (or two).

Please see docs/about.html for an introduction, docs/install.html for install
instructions, docs/running.html for usage instructions.

[1] http://allmydata.org
Description
The Tahoe-LAFS decentralized secure filesystem.
Readme 91 MiB
Languages
Python 98.1%
HTML 0.9%
Nix 0.3%
Shell 0.3%
Makefile 0.2%
Other 0.1%