Brian Warner
8ba5363196
docs/performance.txt: split out CPU from network, expand on mutable costs
2010-02-23 23:38:13 -05:00
Brian Warner
cc2fcd700c
docs/FTP: the Twisted patch (t3462) has landed, will be in the next release
2010-02-23 16:04:02 -05:00
Kevan Carstensen
09177a6e19
Update docs/frontends/webapi.txt to reflect the new expiration times in #577
2010-02-20 17:07:16 -08:00
Peter Secor
8f3246430b
docs running.html - "tahoe run ." does not work with the current installation, replaced with "tahoe start ."
2010-02-06 08:53:20 -08:00
Zooko O'Whielacronx
4d2c81d009
docs: install.html: link into Python 2.5.5 download page
2010-02-01 22:58:52 -08:00
Zooko O'Whielacronx
f0497e345d
docs: install.html: recommend Python 2.5 (because I can build extension modules for it with mingw), architecture.txt: point out that our Proof of Retrievability feature is client-side-only
2010-02-01 21:38:42 -08:00
Brian Warner
479492b1a9
architecture.txt: remove trailing whitespace, wrap lines: no content changes
2010-02-01 21:53:04 -08:00
Zooko O'Whielacronx
be1dac0e56
docs: a few small edits to performance.txt and README
2010-02-01 21:27:50 -08:00
Kevan Carstensen
7094f11a28
Fill in 'docs/performance.txt' with some performance information
2010-02-01 16:59:14 -08:00
Zooko O'Whielacronx
da13cacd41
docs: a few edits to architecture.txt, most significantly highlighting "future work" to avoid confusing it with the current version, and adding a "future work" about a random-sampling Proof of Retrievability verifier
2010-02-01 20:51:17 -08:00
david-sarah
8a43361aaa
Document leakage of cap URLs via phishing filters in known_issues.txt
2010-02-01 17:52:38 -08:00
Zooko O'Whielacronx
57e3af1447
docs: updates to relnotes.txt, NEWS, architecture, historical_known_issues, install.html, etc.
2010-02-01 10:18:09 -08:00
david-sarah
e2ee725d7d
Fix invalid trailing commas in JSON example
2010-01-29 12:17:42 -08:00
david-sarah
f1fd703ded
Fix example JSON in webapi.txt that cannot occur in practice
2010-01-28 19:27:42 -08:00
david-sarah
3e35959e9b
Add mutable field to t=json output for unknown nodes, when mutability is known
2010-01-28 19:14:24 -08:00
david-sarah
b9eda4de6a
Address comments by Kevan on 833 and add test for stripping spaces
2010-01-27 15:06:42 -08:00
david-sarah
56c00cb381
Miscellaneous documentation, test, and code formatting tweaks.
2010-01-26 23:03:09 -08:00
david-sarah
6057bc02cc
Prevent mutable objects from being retrieved from an immutable directory, and associated forward-compatibility improvements.
2010-01-26 22:44:30 -08:00
Brian Warner
b4d3e23024
docs: fix references to --no-storage, explanation of [storage] section
2010-01-27 12:09:56 -08:00
david-sarah
5c5a6fe610
Patch to accept t=set-children as well as t=set_children
2010-01-23 19:00:20 -08:00
Kevan Carstensen
26c6b806d7
Add 'docs/performance.txt', which (for the moment) describes mutable file performance issues
2010-01-15 12:45:00 -08:00
david-sarah
66646d9dd6
Warn about test failures due to setting FLOG* env vars
2010-01-24 14:06:29 -08:00
david-sarah
5c04fd689a
Change running.html to describe 'tahoe run'
2010-01-11 20:44:09 -08:00
david-sarah
87f1bae7fe
Add create-node CLI command, and make create-client equivalent to create-node --no-storage ( fixes #760 )
2010-01-15 21:20:55 -08:00
Brian Warner
d3d1293d2f
change docs and --help to use "grid" instead of "virtual drive": closes #892 .
...
Thanks to David-Sarah Hopwood for the patch.
2010-01-14 12:11:19 -08:00
Brian Warner
7143707178
backupdb.txt: fix ST_CTIME reference
2010-01-14 11:40:52 -08:00
Zooko O'Whielacronx
47003fdc07
docs: fix helper.txt to describe new config style
2009-12-24 14:35:22 -08:00
Brian Warner
c4c9683766
docs/stats.txt: add TOC, notes about controlling gatherer's listening port
...
Thanks to Jody Harris for the suggestions.
2009-12-24 15:21:33 -05:00
Brian Warner
950b1d80bb
Add docs/stats.py, explaining Tahoe stats, the gatherer, and the munin plugins.
2009-12-23 00:24:00 -05:00
Zooko O'Whielacronx
c1438805ce
docs: reflow architecture.txt to 78-char lines
2009-12-08 15:29:43 -08:00
Zooko O'Whielacronx
275da69ba4
docs: update the about.html a little
2009-12-08 13:27:37 -08:00
Zooko O'Whielacronx
95296e01a3
docs: remove obsolete doc file "codemap.txt"
...
I started to update this to reflect the current codebase, but then I thought (a) nobody seemed to notice that it hasn't been updated since December 2007, and (b) it will just bit-rot again, so I'm removing it.
2009-11-13 08:30:33 -08:00
Brian Warner
a6e25d0d2c
FTP-and-SFTP.txt: fix ssh-keygen pointer
2009-12-06 21:28:03 -08:00
david-sarah
ef002c935a
storage server: detect disk space usage on Windows too ( fixes #637 )
2009-11-20 21:56:44 -08:00
Brian Warner
31c9cb760a
update "tahoe backup" docs, and webapi.txt's mkdir-with-children
2009-11-27 00:59:00 -05:00
Brian Warner
9901a08fd3
Add dirnodes to backupdb and "tahoe backup", closes #606 .
...
* backups now share dirnodes with any previous backup, in any location,
so renames and moves are handled very efficiently
* "tahoe backup" no longer bothers reading the previous snapshot
* if you switch grids, you should delete ~/.tahoe/private/backupdb.sqlite,
to force new uploads of all files and directories
2009-11-26 15:42:57 -08:00
Brian Warner
6e7fb1006d
Use DIR-IMM and t=mkdir-immutable for "tahoe backup", for #828
2009-11-18 11:28:13 -08:00
Brian Warner
f85690697a
Add t=mkdir-immutable to the webapi. Closes #607 .
...
* change t=mkdir-with-children to not use multipart/form encoding. Instead,
the request body is all JSON. t=mkdir-immutable uses this format too.
* make nodemaker.create_immutable_dirnode() get convergence from SecretHolder,
but let callers override it
* raise NotDeepImmutableError instead of using assert()
* add mutable= argument to DirectoryNode.create_subdirectory(), default True
2009-11-17 23:09:00 -08:00
Brian Warner
768c76aa5f
webapi: use t=mkdir-with-children instead of a children= arg to t=mkdir .
...
This is safer: in the earlier API, an old webapi server would silently ignore
the initial children, and clients trying to set them would have to fetch the
newly-created directory to discover the incompatibility. In the new API,
clients using t=mkdir-with-children against an old webapi server will get a
clear error.
2009-10-25 18:13:21 -07:00
Brian Warner
b30041c5ec
webapi: t=mkdir now accepts initial children, using the same JSON that t=json
...
emits.
client.create_dirnode(initial_children=) now works.
2009-10-12 19:34:44 -07:00
Brian Warner
f03e87d081
webapi.txt: document t=set_children, other small edits
2009-10-09 13:04:46 -07:00
Brian Warner
7ef99c5e33
CHK-hashes.svg: cross out plaintext hashes, since we don't include
...
them (until we finish #453 )
2009-10-04 18:08:03 -07:00
Zooko O'Whielacronx
ffd5135fed
docs: edits for docs/running.html from Sam Mason
2009-08-09 13:14:16 -07:00
Zooko O'Whielacronx
0e8b299588
docs: install.html: instruct Debian users to use this document and not to go find the DownloadDebianPackages page, ignore the warning at the top of it, and try it
...
http://allmydata.org/pipermail/tahoe-dev/2009-August/002507.html
2009-08-04 05:38:40 -07:00
Zooko O'Whielacronx
d494ff24c7
docs: about.html: fix English usage noticed by Amber
2009-08-01 22:05:33 -07:00
Zooko O'Whielacronx
200f7f5cb3
docs: fix mis-spelled word in about.html
2009-08-01 22:03:20 -07:00
Zooko O'Whielacronx
5b84dde946
docs: update install.html to point to 1.5.0 and edit the instructions (broadening the recommendation on Python versions to bless >= v2.4.2 <= v2.6.x)
2009-08-01 20:05:23 -07:00
Zooko O'Whielacronx
2a63fc9159
docs: update relnotes.txt, relnotes-short.txt, and others documentation bits for v1.5.0 release!
2009-08-01 19:57:10 -07:00
Zooko O'Whielacronx
a12ca6e228
docs: about.html: edit (hopefully improve) the "What Makes Tahoe-LAFS Different" copy
2009-08-01 19:27:33 -07:00
Brian Warner
ad45511156
ftpd: update docs, point to Twisted ticket for the proposed patch
2009-07-31 11:32:26 -07:00