The Tahoe-LAFS decentralized secure filesystem.
Go to file
robk-tahoe 9ed5533760 added tweaked sibpath implementation
use of twisted.python.util.sibpath to find files relative to modules doesn't
work when those modules are bundled into a library by py2exe.  this provides
an alternative implementation (in allmydata.util.sibpath) which checks for
the existence of the file, and if it is not found, attempts to find it relative
to sys.executable instead.
2008-01-10 15:23:41 -07:00
bin setup: fix bin/tahoe to include .egg's from the source tree root dir as well 2008-01-01 01:51:28 -07:00
contrib User friendly error messages, and updates to use new URI formats. 2008-01-08 12:21:21 -07:00
docs docs: mention some tips of how to resolve a certain dependency on Dapper 2008-01-10 15:32:38 -07:00
misc tweaks to build process to support py2exe 2008-01-09 19:02:53 -07:00
src/allmydata added tweaked sibpath implementation 2008-01-10 15:23:41 -07:00
twisted/plugins change #!/usr/bin/python to #!/usr/bin/env python 2007-03-29 14:01:28 -07:00
windows add build dependencies to support py2exe's modulefinder 2008-01-09 19:25:38 -07:00
.darcs-boringfile setup: update the list of files that we think are boring when we are using darcs 2007-12-31 23:49:04 -07:00
calcdeps.py setup: remove the hack to determine if we can avoid the explicit setuptools-managed dependency on nevow (which was useful for building on dapper) 2008-01-10 13:58:00 -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 CREDITS for nejucomo 2008-01-08 10:54:17 -07:00
ez_setup.py setup: copy in the latest version of ez_setup.py, which works even if setuptools is already imported, or can be imported, into the current Python interpreter, but can't be imported into a new Python interpreter in a subprocess 2007-12-21 23:26:20 -07:00
Makefile resolve makefile conflicts 2008-01-09 21:21:15 -07:00
README docs: some documentation updates for 0.7.0 2008-01-08 10:32:41 -07:00
README.win32 short note about building cryptopp under cywin/native on win 2008-01-07 17:50:20 -07:00
relnotes.txt docs: relnotes for 0.7.0 2008-01-08 11:01:44 -07:00
roadmap.txt updated roadmap.txt to show things that are finished and add WebDAV 2008-01-03 17:57:06 -07:00
setup.py setup: require setuptools >= v0.6c6 on all platforms 2008-01-10 14:02:13 -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, a secure, decentralized, fault-tolerant
filesystem.  All of the source code is available under a Free Software, Open
Source licence.

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