The Tahoe-LAFS decentralized secure filesystem.
Go to file
Jeremy Fitzhardinge 63b28d707b Improve HTTP/1.1 byterange handling
Fix parsing of a Range: header to support:
 - multiple ranges (parsed, but not returned)
 - suffix byte ranges ("-2139")
 - correct handling of incorrectly formatted range headers
   (correct behaviour is to ignore the header and return the full
    file)
 - return appropriate error for ranges outside the file

Multiple ranges are parsed, but only the first range is returned.
Returning multiple ranges requires using the multipart/byterange
content type.
2010-03-09 20:59:13 -07:00
bin trivial: whitespace 2009-02-11 11:19:35 -07:00
contrib Miscellaneous documentation, test, and code formatting tweaks. 2010-01-26 23:03:09 -08:00
darcsver-1.5.1-py2.6.egg setup: bundle a copy of darcsver in unzipped egg form in the root of the Tahoe-LAFS source tree 2010-06-03 21:41:46 -07:00
docs FTP-and-SFTP.txt: minor technical correction to doc for 'no-write' flag. 2010-06-06 23:16:00 -07:00
mac setup: organize misc/ scripts and tools and remove obsolete ones 2010-06-06 22:16:18 -07:00
misc show-tool-versions.py: platform.linux_distribution() is not always available 2010-06-07 17:45:23 -07:00
setuptools_trial-0.5.9-py2.6.egg setup: bundle a copy of setuptools_trial as an unzipped egg in the base dir of the Tahoe-LAFS source tree 2010-06-03 21:46:48 -07:00
setuptools-0.6c15dev.egg setup: upgrade bundled zetuptoolz to zetuptoolz-0.6c15dev and make it unpacked and directly loaded by setup.py 2010-05-23 13:52:28 -07:00
src/allmydata Improve HTTP/1.1 byterange handling 2010-03-09 20:59:13 -07:00
twisted/plugins code coverage: replace figleaf with coverage.py, should work on py2.6 now. 2010-02-03 08:54:21 -08:00
windows Unicode fixes. 2010-06-06 18:02:15 -07:00
_auto_deps.py Raise Python version requirement to 2.4.4 for non-UCS-2 builds, to avoid a critical Python security bug. 2010-06-04 20:17:13 -07:00
.darcs-boringfile code coverage: replace figleaf with coverage.py, should work on py2.6 now. 2010-02-03 08:54:21 -08:00
COPYING.GPL setup: update authorship, datestamp, licensing, and add special exceptions to allow combination with Eclipse- and QPL- licensed code 2010-06-06 23:23:29 -07:00
COPYING.TGPPL.html setup: update authorship, datestamp, licensing, and add special exceptions to allow combination with Eclipse- and QPL- licensed code 2010-06-06 23:23:29 -07:00
CREDITS small change to CREDITS 2010-06-02 23:24:21 -07:00
Makefile setup: organize misc/ scripts and tools and remove obsolete ones 2010-06-06 22:16:18 -07:00
NEWS Remove the 'tahoe debug consolidate' subcommand. 2010-06-07 11:37:57 -07:00
README.txt docs: line-wrap README.txt 2010-05-18 10:42:40 -07:00
relnotes-short.txt docs: NEWS and relnotes-short.txt and CREDITS for v1.6.1 2010-02-23 22:52:31 -08:00
relnotes.txt docs: update relnotes.txt for v1.6.1 2010-02-23 22:57:55 -08:00
setup.cfg setup: update comments and URLs in setup.cfg 2010-05-03 23:16:53 -07:00
setup.py setup: organize misc/ scripts and tools and remove obsolete ones 2010-06-06 22:16:18 -07:00
Tahoe.home rename bin/allmydata-tahoe to bin/tahoe. Closes #155. 2007-10-11 03:38:24 -07:00

===============================
Tahoe-LAFS
===============================

Tahoe-LAFS is a Free Software/Open Source decentralized data store. It
distributes your filesystem across multiple servers, and even if some of the
servers fail or are taken over by an attacker, the entire filesystem continues
to work correctly and to preserve your privacy and security.

To get started please see `quickstart.html`_.

LICENCE
=======

You may use this package under the GNU General Public License, version 2 or, at
your option, any later version.  You may use this package under the Transitive
Grace Period Public Licence, version 1.0, or at your option, any later
version. (You may choose to use this package under the terms of either licence,
at your option.)  See the file `COPYING.GPL`_ for the terms of the GNU General
Public License, version 2.  See the file `COPYING.TGPPL.html`_ for the terms of
the Transitive Grace Period Public Licence, version 1.0.

See `TGPPL.PDF`_ for why the TGPPL exists, graphically illustrated on three slides.

.. _quickstart.html: http://allmydata.org/source/tahoe-lafs/trunk/docs/quickstart.html
.. _COPYING.GPL: http://tahoe-lafs.org/trac/dupfilefind/browser/COPYING.GPL
.. _COPYING.TGPPL.html: http://tahoe-lafs.org/source/dupfilefind/trunk/COPYING.TGPPL.html
.. _TGPPL.PDF: http://tahoe-lafs.org/~zooko/tgppl.pdf