The Tahoe-LAFS decentralized secure filesystem.
Go to file
Brian Warner f95e9b5964 immutable/checker.py: trap ShareVersionIncompatible too. Also, use f.check
instead of examining the value returned by f.trap, because the latter appears
to squash exception types down into their base classes (i.e. since
ShareVersionIncompatible is a subclass of LayoutInvalid,
f.trap(Failure(ShareVersionIncompatible)) == LayoutInvalid).

All this resulted in 'incompatible' shares being misclassified as 'corrupt'.
2009-02-23 22:14:05 -07:00
bin trivial: whitespace 2009-02-11 11:19:35 -07:00
contrib wui/wapi: change the default port number from 8123 to 3456 to avoid conflict with TorButton 2008-11-25 17:57:37 -07:00
docs docs: move many specification-like documents into specifications/ 2009-02-21 23:40:54 -07:00
mac docs: add mac/README.txt to explain the first few basic facts about what the files are in this directory 2009-02-07 16:33:21 -07:00
misc misc/*: remove RuntimeError too 2009-02-22 17:34:01 -07:00
src/allmydata immutable/checker.py: trap ShareVersionIncompatible too. Also, use f.check 2009-02-23 22:14:05 -07:00
twisted/plugins reliability: switch to NumPy, since Numeric is deprecated 2009-02-19 01:44:35 -07:00
windows rollback change... move allmydatacontextmenu registration to installer.tmpl in tahoe-w32-client\installer 2008-11-03 15:36:47 -07:00
_auto_deps.py setup: remove attempt to automatically satisfy dependency on pywin32 2009-02-13 17:49:39 -07:00
.darcs-boringfile setup: from the perspective of darcs, src/allmydata/_appname.py is a very boring file, indeed 2009-02-11 17:31:08 -07:00
COPYING.GPL new licences, move details from README to doc/install-details.html 2008-01-04 12:27:42 -07:00
COPYING.TGPPL.html more introductory doc cleanup 2008-01-04 18:09:19 -07:00
CREDITS docs: CREDITS to Alberto Berti 2009-02-22 13:33:14 -07:00
ez_setup.py setup: require new bundled setuptools-0.6c12dev 2009-02-05 09:29:23 -07:00
Makefile Makefile: minor, add .PHONY declarations 2009-02-13 01:23:41 -07:00
NEWS NEWS: mention #625 (deep-repair breaks when it tries to repair a read-only directory) 2009-02-13 16:55:34 -07:00
README setup: update README to point to known_issues.txt 2008-07-21 18:02:29 -07:00
relnotes-short.txt docs: relnotes-short.txt 2009-02-15 10:35:10 -07:00
relnotes.txt doc: a few edits to docs made after the 1.3.0 release 2009-02-16 14:15:39 -07:00
setup.cfg setup: if you sdist_dsc (to produce the input files for dpkg-buildpackage) then run darcsver first 2009-02-16 14:15:58 -07:00
setup.py setup.py: fix pyflakes complaints 2009-02-19 01:36:43 -07:00
Tahoe.home rename bin/allmydata-tahoe to bin/tahoe. Closes #155. 2007-10-11 03:38:24 -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.

Finally, see docs/known_issues.txt for things that you need to know
about if you are relying on Tahoe to store your valuable data.

[1] http://allmydata.org