Zooko O'Whielacronx
5bc4f64ec9
docs: more cleanup of known_issues.rst -- now it passes "rst2html --verbose" without comment
2011-09-13 22:54:19 -07:00
Zooko O'Whielacronx
42dece142e
docs: more formatting improvements to known_issues.rst
2011-09-13 22:16:39 -07:00
Zooko O'Whielacronx
9a26279391
docs: reformatting of known_issues.rst
2011-09-13 22:02:40 -07:00
Zooko O'Whielacronx
1db2c5395d
docs: fix formatting error in docs/known_issues.rst
2011-09-13 21:59:09 -07:00
Zooko O'Whielacronx
a6d5a9b508
merge Tahoe-LAFS v1.8.3 release announcement with trunk
2011-09-13 14:05:44 -07:00
Zooko O'Whielacronx
fcedf5f143
docs: release notes for Tahoe-LAFS v1.8.3
2011-09-13 09:58:26 -07:00
Zooko O'Whielacronx
48f56dab6f
doc: add entry in known_issues.rst about the issue which allows unauthorized deletion of shares
...
ref. #1528
2011-09-12 15:31:35 -07:00
Zooko O'Whielacronx
5476f67dc1
storage: remove the storage server's "remote_cancel_lease" function
...
We're removing this function because it is currently unused, because it is dangerous, and because the bug described in #1528 leaks the cancellation secret, which allows anyone who knows a file's storage index to abuse this function to delete shares of that file.
fixes #1528 (there are two patches that are each a sufficient fix to #1528 and this is one of them)
2011-09-12 15:23:31 -07:00
david-sarah
08ea3dc512
docs/write_coordination.rst: fix formatting and add more specific warning about access via sshfs.
2011-08-31 16:21:48 -07:00
david-sarah
3d7a32647c
Implementation, tests and docs for blacklists. This version allows listing directories containing a blacklisted child. Inclusion of blacklist.py fixed. fixes #1425
2011-08-24 08:59:28 -07:00
Zooko O'Whielacronx
43ba172f65
doc: eliminate the phrase "rootcap" from doc/frontends/FTP-and-SFTP.rst
...
Two different people have asked me for help, saying they couldn't figure out what a "rootcap" is. Hopefully just calling it a "cap" will make it easier for them to find out from the other docs what it is.
2011-08-09 06:26:01 -07:00
Kevan Carstensen
85a00b2d37
docs: amend configuration, webapi documentation to talk about MDMF
2011-08-01 19:20:56 -07:00
Zooko O'Whielacronx
f1897a3da1
docs: change links that pointed to COPYING.TGPPL.html to point to COPYING.TGPPL.rst instead
2011-08-18 23:01:42 -07:00
Zooko O'Whielacronx
74e83bba9f
docs: formatting: reflow to fill-column 77
2011-08-18 23:01:10 -07:00
Zooko O'Whielacronx
3c711a8375
docs: formatting: M-x whitespace-cleanup
2011-08-18 23:00:41 -07:00
Zooko O'Whielacronx
41999430e0
docs: reflow docs/logging.rst to fill-column 77
2011-08-18 21:41:03 -07:00
Zooko O'Whielacronx
cd006ed46b
doc: fix formatting error in docs/logging.rst
2011-08-18 21:39:46 -07:00
Zooko O'Whielacronx
33461a775e
doc: formatting: reflow to fill-column=77
2011-08-09 06:25:10 -07:00
david-sarah
4d58e7cef9
Makefile: remove targets that used misc/debian[_helpers] which no longer exist. Also change docs/debian.rst to reflect the fact that we no longer support building .debs using those targets. refs #1454
2011-07-31 20:18:57 -07:00
Zooko O'Whielacronx
035dbcadde
doc: edit the explanation of K-of-N tradeoffs
2011-08-04 12:34:09 -07:00
Zooko O'Whielacronx
b66cbf10de
doc: clean up formatting of doc/configuration.rst
...
reflow to 77 chars line width, M-x white-space cleanup, blank link between name and definition
2011-08-04 12:27:22 -07:00
Zooko O'Whielacronx
b7683d9b83
drop-upload: rename the 'upload.uri' parameter to 'upload.dircap', and a couple of cleanups to error messages. refs #1429
...
I rerecorded this patch, originally by David-Sarah, to use "darcs replace" instead of editing to do the renames. This uncovered one missed rename in Client.init_drop_uploader. (Which also means that code isn't exercised by the current unit tests.)
refs #1429
2011-08-09 15:05:08 -07:00
david-sarah
667b086b59
Documentation for drop-upload frontend. refs #1429
2011-08-08 11:21:46 -07:00
Brian Warner
4028908b2e
add docs about timing-channel attacks
2011-08-01 21:45:41 -07:00
Zooko O'Whielacronx
e5c4e83f4c
reject old-style (pre-Tahoe-LAFS-v1.3) configuration files
...
Check for the existence of any of them and if any are found raise exception which will abort the startup of the node.
This is a backwards-incompatible change for anyone who is still using old-style configuration files.
fixes #1385
2011-08-01 16:24:23 -07:00
Zooko O'Whielacronx
420e3aa293
whitespace-cleanup
2011-07-24 18:55:46 -07:00
david-sarah
9ba8a1b83e
docs/frontends/webapi.rst: change some more instances of 'delete' or 'remove' to 'unlink', change some section titles, and use two blank lines between all sections. refs #776 , #1104
2011-08-01 15:09:19 -07:00
david-sarah
00dccc4377
docs/webapi.rst: address Kevan's comments about use of 'delete' on ref #1104
2011-08-01 13:53:56 -07:00
david-sarah
4861d50c2f
docs: some changes of 'delete' or 'rm' to 'unlink'. refs #1104
2011-07-12 17:27:22 -07:00
david-sarah
07ecac1d83
WUI: change the label of the button to unlink a file from 'del' to 'unlink'. Also change some internal names to 'unlink', and allow 't=unlink' as a synonym for 't=delete' in the web-API interface. Incidentally, improve a test to check for the rename button as well as the unlink button. fixes #1104
2011-07-12 17:12:18 -07:00
david-sarah
da58fefd50
docs/man/tahoe.1: add man page. fixes #1420
2011-07-24 10:17:28 -07:00
david-sarah
8b40826774
Update the dependency on Twisted to >= 10.1. This allows us to simplify some documentation: it's no longer necessary to install pywin32 on Windows, or apply a patch to Twisted in order to use the FTP frontend. fixes #1274 , #1438 . refs #1429
2011-07-21 16:36:58 -07:00
david-sarah
55cec9770b
docs/running.rst: use 'tahoe run ~/.tahoe' instead of 'tahoe run' (the default is the current directory, unlike 'tahoe start').
2011-07-17 17:59:49 -07:00
david-sarah
1f4643f80d
docs/running.rst: say to put the introducer.furl in tahoe.cfg.
2011-07-17 12:43:15 -07:00
Zooko O'Whielacronx
ed836157aa
docs: fix error in crypto specification that was noticed by Taylor R Campbell <campbell+tahoe@mumble.net>
2011-06-29 11:57:11 -07:00
Zooko O'Whielacronx
155d048d17
docs: three minor fixes
...
CREDITS for arc for stats tweak
fix link to .zip file in quickstart.rst (thanks to ChosenOne for noticing)
English usage tweak
2011-06-10 05:16:56 -07:00
david-sarah
ff136b8ed2
docs/running.rst: fix stray HTML (not .rst) link noticed by ChosenOne.
2011-06-09 15:37:19 -07:00
wilcoxjg
67ad0175cd
server.py: get_latencies now reports percentiles _only_ if there are sufficient observations for the interpretation of the percentile to be unambiguous.
...
interfaces.py: modified the return type of RIStatsProvider.get_stats to allow for None as a return value
NEWS.rst, stats.py: documentation of change to get_latencies
stats.rst: now documents percentile modification in get_latencies
test_storage.py: test_latencies now expects None in output categories that contain too few samples for the associated percentile to be unambiguously reported.
fixes #1392
2011-05-27 05:01:35 -07:00
secorp
d566e4632d
corrected "k must never be smaller than N" to "k must never be greater than N"
2011-04-24 18:03:08 -07:00
david-sarah
a817163cc6
docs: convert NEWS to NEWS.rst and change all references to it.
2011-05-16 18:02:55 -07:00
david-sarah
435dcfd6ff
docs: remove out-of-date docs/testgrid/introducer.furl and containing directory. fixes #1404
2011-05-12 07:05:59 -07:00
Zooko O'Whielacronx
f251bbece5
M-x whitespace-cleanup
2011-05-10 12:36:53 -07:00
Zooko O'Whielacronx
9619812a9d
docs: fix typo in running.rst, thanks to arch_o_median
2011-05-10 12:36:33 -07:00
Zooko O'Whielacronx
299e8ad579
replace remaining .html docs with .rst docs
...
Remove install.html (long since deprecated).
Also replace some obsolete references to install.html with references to quickstart.rst.
Fix some broken internal references within docs/historical/historical_known_issues.txt.
Thanks to Ravi Pinjala and Patrick McDonald.
refs #1227
2011-05-10 12:16:50 -07:00
Zooko O'Whielacronx
02cfdd2f03
docs: FTP-and-SFTP.rst: fix a minor error and update the information about which version of Twisted fixes #1297
2011-04-27 22:52:32 -07:00
Brian Warner
2b9d333835
update FTP-and-SFTP.rst: the necessary patch is included in Twisted-10.1
2011-03-25 16:25:11 -07:00
Brian Warner
0f3fe54530
docs/configuration.rst: add a "Frontend Configuration" section
...
this points to docs/frontends/*.rst, which were previously underlinked
2011-02-21 17:43:23 -08:00
Brian Warner
7a4f76fd90
update docs for the 1.8.2 release
2011-01-30 17:59:45 -08:00
Zooko O'Whielacronx
c1ec785b48
docs: edit running.html, change " http://allmydata.org " to " http://tahoe-lafs.org " in NEWS and README.txt, add Josh Wilcox to CREDITS for his contribution of doc patches
2011-01-28 07:07:00 -08:00
david-sarah
5299db9c04
docs/configuration.rst: fix a typo in the previous correction, and correct another error ('[storage]readonly_storage' should be '[storage]readonly').
2011-01-22 18:39:55 -08:00
david-sarah
41753dc42d
docs/configuration.rst: correct an error in the Example section ('[helper]run_helper' should be '[helper]enabled').
2011-01-22 18:23:04 -08:00
david-sarah
0f818d7cc4
docs/configuration.rst: correct the name of 'tahoe-client.tac' and document other .tac files. Also make the capitalization consistent in that section.
2011-01-22 18:00:11 -08:00
david-sarah
3eadc8a053
NEWS, docs/quickstart.html: pywin32 is no longer required on Windows. refs #1274
2011-01-21 18:47:41 -08:00
david-sarah
a9fc4668c0
docs/frontends/CLI.rst, src/allmydata/test/trialtest.py: add trailing newlines. refs #1296
2011-01-19 00:19:55 -08:00
david-sarah
bbc1f56981
Documentation for 'tahoe debug trial' (rebased for trunk). refs #1296
2011-01-18 12:57:29 -08:00
david-sarah
f10a2c0902
CLI: make 'tahoe create-alias' and 'tahoe add-alias' accept a trailing colon on the new alias name (v2, minor change not to rely on implicit Unicode conversion). Includes doc changes and news; tests in a separate patch. fixes #1305
2011-01-13 19:44:14 -08:00
Brian Warner
45212d8000
Set "reserved_space=1G" in newly-created storage nodes. Closes #1208 .
2011-01-16 12:58:22 -08:00
david-sarah
feed9977a9
docs/frontends/CLI.rst: fix the rst syntax to be as actually intended :-)
2011-01-08 17:40:57 -08:00
david-sarah
6c45f4d238
docs/frontends/CLI.rst: really fix rst syntax error this time.
2011-01-08 17:39:14 -08:00
david-sarah
98e2b15e3b
docs/frontends/CLI.rst: fix rst syntax error.
2011-01-08 17:09:43 -08:00
david-sarah
6ce3ec6d0d
docs/frontends/CLI.rst: discuss commandline/output quoting issues and wildcards. refs #1135
2011-01-08 17:01:19 -08:00
david-sarah
2b5b285dab
docs/FTP-and-SFTP.rst: document issue in ref #1297 . Remove known issue #1045 which is fixed. Also some cosmetic changes.
2011-01-07 22:10:38 -08:00
Zooko O'Whielacronx
3523b50716
docs: update performance.rst to describe the difference between already-uploaded and not-already-uploaded, to parameterize segment size, and to use "~A" to mean "approximately A"
2011-01-03 22:54:55 -08:00
david-sarah
6e0308be30
docs/quickstart.html: fix redundant, badly nested tag. refs #1284
2011-01-02 09:51:59 -08:00
david-sarah
4aec2e1e02
docs/quickstart.html: information about 'troublesome dependencies' and 'verified systems' de-emphasized by smaller italic font. Re-wrap so that the HTML source is readable (just about) as text. Minor wording tweaks. Improve organization by adding 'Windows Caveats' subsection. fixes #1284
2011-01-02 09:42:12 -08:00
david-sarah
be18ded062
docs/webapi.rst: typos.
2010-12-29 19:44:22 -08:00
david-sarah
53aeb3a3bc
docs/webapi.rst: capitalization, formatting of section on URL character encoding, and a correction about Internet Explorer.
2010-12-29 19:40:49 -08:00
david-sarah
83f97dcf7d
docs: corrections and clarifications.
2010-12-26 21:10:56 -08:00
david-sarah
45dd8b910a
docs: more formatting cleanups and corrections. Spell webapi and wapi as web-API.
2010-12-26 21:05:33 -08:00
david-sarah
7be2c73f08
docs/debian.rst: bring description of building dependencies from source up-to-date, and change hostname from allmydata.com to tahoe-lafs.org.
2010-12-12 14:29:12 -08:00
david-sarah
382b595d9e
docs/architecture.rst: correct rst syntax.
2010-12-12 12:20:03 -08:00
david-sarah
13bdf3a43d
docs/architecture.rst: formatting.
2010-12-12 12:17:19 -08:00
david-sarah
5c4ed235de
docs: linkification, wording improvements.
2010-12-12 12:12:34 -08:00
david-sarah
a86724ccd8
docs: formatting.
2010-12-12 12:11:15 -08:00
david-sarah
dfd9c8a949
docs/configuration.rst: more formatting tweaks; which -> that.
2010-12-12 11:55:22 -08:00
david-sarah
43ebdbb87d
docs/configuration.rst: more changes to formatting.
2010-12-12 11:45:11 -08:00
david-sarah
50b8a89c00
docs/configuration.rst: changes to formatting (mainly putting commands and filenames in monospace).
2010-12-12 10:18:28 -08:00
david-sarah
a02e871e7f
docs/frontends/CLI.rst: changes to formatting (mainly putting commands and filenames in monospace), and to command syntax to reflect that DIRCAP/... is accepted. Clarify the syntax of 'tahoe put' and other minor corrections. Tahoe -> Tahoe-LAFS.
2010-12-12 08:58:00 -08:00
david-sarah
c90fd96538
docs/frontends/CLI.rst: Unicode arguments to 'tahoe' work on Windows as of v1.7.1.
2010-12-11 22:37:40 -08:00
david-sarah
e35cbb7aef
docs/known_issues.rst: fix title and linkify another URL. refs #1225
2010-12-11 22:28:17 -08:00
david-sarah
64a4ef5966
docs/known_issues.rst: fix an external link. refs #1225
2010-12-11 22:24:35 -08:00
david-sarah
5f73c27b23
Fix a link from uri.rst to dirnodes.rst. refs #1225
2010-12-11 21:45:02 -08:00
david-sarah
341cad80ff
Fix a link from webapi.rst to FTP-and-SFTP.rst. refs #1225
2010-12-11 21:34:35 -08:00
david-sarah
5ce5faf0af
More specific hyperlink to architecture.rst from helper.rst. refs #1225
2010-12-11 21:26:07 -08:00
david-sarah
5d612c87ab
Update hyperlinks between docs, and linkify some external references. refs #1225
2010-12-11 21:14:59 -08:00
david-sarah
458b2de08b
docs/specifications/dirnodes.rst: fix references to mutable.rst. refs #1225
2010-12-11 17:27:20 -08:00
david-sarah
7da1885531
docs/specifications/mutable.rst: correct the magic string for v1 mutable containers. refs #1225
2010-12-11 17:14:00 -08:00
david-sarah
1d5c705201
Move .txt files in docs/frontends and docs/specifications to .rst. refs #1225
2010-12-11 17:02:51 -08:00
david-sarah
2100273ce3
Convert docs/frontends and docs/specifications to reStructuredText format (not including file moves).
2010-12-11 16:46:32 -08:00
david-sarah
940dd12227
quickstart.html: fix link to point to allmydata-tahoe-1.8.1.zip.
2010-11-28 14:17:28 -08:00
david-sarah
841dc76187
Release v1.8.1. refs #1242
2010-11-28 12:47:38 -08:00
Zooko O'Whielacronx
a4e9016482
docs: fix error in .rst formatting introduced by renaming Tahoe to Tahoe-LAFS in a header
2010-11-10 20:43:44 -08:00
Zooko O'Whielacronx
776eb31039
edit docs for English usage, rename "Tahoe" to "Tahoe-LAFS" in docs/configuration.rst, rename a variable in bin/tahoe-script.template for clarity, update François's CREDITS entry
2010-10-31 21:26:02 -07:00
david-sarah
5528af0524
docs/known_issues.rst: Add section on traffic analysis. Fix URL for current version of file.
2010-10-24 16:42:59 -07:00
david-sarah
679983bac6
docs/running.html: fix missing end-quote, and change frontends/ doc references to .rst.
2010-10-24 10:15:00 -07:00
david-sarah
1380fa9bb2
docs/running.html: 'tahoe create-client' now creates a node with storage disabled. Also change configuration.txt references to configuration.rst.
2010-10-24 10:04:31 -07:00
Zooko O'Whielacronx
9c01fdeb37
docs: update how-to-make-a-release doc with a few tweaks from the 1.8.0 process
2010-10-14 22:44:13 -07:00
Brian Warner
c4f8376a20
docs: fix tab-vs-spaces, make some CLI examples <tt>/"literal", wrap some to
...
80-cols, remove spurious whitespace. Add rst2html.py rule to Makefile.
2010-10-14 23:06:06 -07:00
Zooko O'Whielacronx
1e76d8ac39
docs: add Peter Secor, Shawn Willden, and Terrell Russell as signatories to docs/backdoors.rst
2010-10-14 22:32:42 -07:00
Zooko O'Whielacronx
8143183e39
docs: convert all .txt docs to .rst thanks to Ravi Pinjala
...
fixes #1225
2010-10-14 22:29:13 -07:00
Zooko O'Whielacronx
7c37292a09
docs: add statement on our refusal to insert backdoors
2010-10-05 22:11:47 -07:00
Zooko O'Whielacronx
6bf594ae13
docs: timestamp the 1.8.0 release
2010-09-23 19:15:52 -07:00
Zooko O'Whielacronx
2a5140b3b0
docs: update quickstart.html to include "In Case Of Trouble" and to mention Python 2.7
2010-09-23 19:08:51 -07:00
Zooko O'Whielacronx
79cfff8961
docs: mention default values of K, H, and M
2010-09-23 19:02:45 -07:00
david-sarah
41cee8a868
relnotes.txt and docs/quickstart.html for 1.8.0 release
2010-09-18 22:03:35 -07:00
david-sarah
3882692368
NEWS, docs/known_issues.txt for 1.8.0 release
2010-09-18 21:44:12 -07:00
Zooko O'Whielacronx
6eba4a2f8c
docs: a few simple updates to links and naming, and also recommend torsocks instead of the old, unmaintained tsocks, for use with Tor
2010-09-18 18:16:36 -07:00
david-sarah
b86404e796
docs/quickstart.html: note dependency on python development files, e.g. on Ubuntu
2010-09-13 21:04:56 -07:00
Zooko O'Whielacronx
6b60525523
docs: update relnotes.txt, NEWS, and quickstart.html for the 1.8.0c4 release
2010-09-11 23:14:23 -07:00
david-sarah
31f66c5470
docs/frontends/webapi.txt: document that the meaning of the 'healthy' field may change in future to reflect servers-of-happiness; refs #614
2010-09-10 17:31:47 -07:00
david-sarah
0091205e3c
docs/frontends/webapi.txt: note that 'count-good-share-hosts' is computed incorrectly; refs #1115
2010-09-10 17:25:48 -07:00
david-sarah
f32dddbced
docs/frontends/FTP-and-SFTP.txt: docs/performance.txt, architecture.txt: updates taking into account new downloader (revised). refs #798
2010-09-10 12:54:22 -07:00
david-sarah
7d8e17c443
docs/frontends/FTP-and-SFTP.txt: warn users about connecting to the FTP and SFTP servers remotely. Fixes #1192
2010-09-10 12:32:34 -07:00
marc.doudiet
95c62dc238
docs/frontends/FTP-and-SFTP.txt : ftpd and sftpd doesn't listen on loopback interface only
2010-08-13 07:08:53 -07:00
Zooko O'Whielacronx
b6c559e009
docs: a couple of small edits to CREDITS and how_to_make_a_tahoe-lafs_release.txt
2010-08-29 15:27:58 -07:00
Zooko O'Whielacronx
36f698b637
docs: doc of the download status page
...
ref: http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1169#comment:1
2010-08-13 22:41:17 -07:00
david-sarah
a3b4d76815
quickstart.html: update tarball link.
2010-08-10 00:38:32 -07:00
david-sarah
5872f6c8cf
webapi.txt: fix grammatical error.
2010-08-09 23:41:27 -07:00
david-sarah
699eb25a78
NEWS, relnotes and known-issues for 1.8.0c2.
2010-08-09 23:28:51 -07:00
david-sarah
146c96d52e
how_to_make_a_tahoe-lafs_release.txt: add step to check that release will report itself as the intended version.
2010-08-06 17:42:54 -07:00
david-sarah
0cb4903593
NEWS, quickstart.html and known_issues.txt for 1.8.0c1 release.
2010-08-06 16:51:11 -07:00
Brian Warner
25bee8ade6
update NEWS and other docs in preparation for 1.8.0rc1
...
in particular, merge the various 1.8.0b1/b2 sections, and remove the
datestamp. NEWS gets updated just before a release, doesn't need to precisely
describe pre-release candidates, and the datestamp gets updated just before
the final release is tagged
Also, I removed the BOM from some files. My toolchain made it hard to retain,
and BOMs in UTF-8 don't make a whole lot of sense anyway. Sorry if that
messes anything up.
2010-08-06 01:02:28 -07:00
david-sarah
077108bbe9
relnotes.txt and docs/known_issues.txt for 1.8.0beta2.
2010-08-05 21:08:23 -07:00
david-sarah
9fc6ab1183
NEWS and docs/quickstart.html for 1.8.0beta2.
2010-08-05 20:51:12 -07:00
david-sarah
5ad9a86bc7
docs/quickstart.html: remove link to tahoe-lafs-ticket798-1.8.0b.zip, due to appname regression. refs #1159
2010-08-05 17:24:35 -07:00
david-sarah
ebfde4f09f
docs/quickstart.html: link to 1.8.0beta zip, and note 'bin\tahoe' on Windows.
2010-08-03 16:32:54 -07:00
david-sarah
74060f4ab8
docs/quickstart.html: extra step to open a new Command Prompt or log out/in on Windows.
2010-08-02 17:49:38 -07:00
Zooko O'Whielacronx
21daa70ee5
docs: update the list of forums to announce Tahoe-LAFS too, add empty checkboxes
2010-08-01 23:33:14 -07:00
david-sarah
e3b58b1e88
docs/specifications/dirnodes.txt: 'mesh'->'grid'.
2010-07-22 23:16:16 -07:00
david-sarah
497925317e
docs/specifications/dirnodes.txt: bring layer terminology up-to-date with architecture.txt, and a few other updates (e.g. note that the MAC is no longer verified, and that URIs can be unknown). Also 'Tahoe'->'Tahoe-LAFS'.
2010-07-22 22:47:03 -07:00
david-sarah
ac29012946
docs/known_issues.txt: update release version and date.
2010-07-18 16:59:40 -07:00
david-sarah
09d35bf6b4
relnotes.txt, docs/quickstart.html: prepare for 1.7.1 release. Don't claim to work on Cygwin (this might work but is untested).
2010-07-18 16:54:37 -07:00
david-sarah
974f38eac9
docs/logging.txt: document that _trial_temp/test.log does not receive messages below level=OPERATIONAL, due to < http://foolscap.lothar.com/trac/ticket/154 >.
2010-07-18 16:04:20 -07:00
jacob
ca660a5fc6
Debian documentation update
2010-03-04 18:30:04 -07:00
jacob
babbdf9494
debian-docs-patch-final
2010-03-04 02:59:55 -07:00
david-sarah
be6139dad7
docs/logging.txt: note that setting flogging vars might affect tests with race conditions.
2010-07-11 22:07:21 -07:00
david-sarah
3b1b0147a8
test_storage.py: potential fix for failures when logging is enabled.
1970-07-12 21:05:46 -07:00
david-sarah
5ade4f82e0
quickstart.html: python 2.5 -> 2.6 as recommended version
2010-07-05 10:58:58 -07:00
david-sarah
325ec1f6c2
docs/how_to_make_a_tahoe-lafs_release.txt: trivial correction, install.html should now be quickstart.html.
2010-06-25 15:39:29 -07:00
Zooko O'Whielacronx
0dd5f637fe
docs: about.html link to home page early on, and be decentralized storage instead of cloud storage this time around
2010-06-18 23:53:18 -07:00
Zooko O'Whielacronx
f1887bce90
docs: update about.html, especially to have a non-broken link to quickstart.html, and also to comment out the broken links to "for Paranoids" and "for Corporates"
2010-06-18 23:51:24 -07:00
Zooko O'Whielacronx
15b65ae54b
docs: update known_issues.txt with more detail about web browser "safe-browsing" features and slightly tweaked formatting
2010-06-18 22:17:34 -07:00
Zooko O'Whielacronx
09b0fd8bf4
docs: quickstart.html: link to 1.7.0 zip file and add UTF-8 BOM
2010-06-18 22:01:24 -07:00
Zooko O'Whielacronx
49912c106e
docs: apply patch from duck for #937 about "tahoe run" not working on introducers
2010-06-18 21:07:54 -07:00
david-sarah
4002c7aeb0
webapi.txt: fix statement about leap seconds.
2010-06-18 20:56:03 -07:00
david-sarah
8784e4a596
running.html: Tahoe->Tahoe-LAFS in what used to be using.html, and #tahoe->#tahoe-lafs (IRC channel).
2010-06-18 20:31:52 -07:00
david-sarah
4712875193
dirnode.py: stop writing 'ctime' and 'mtime' fields. Includes documentation and test changes.
2010-06-18 16:01:19 -07:00
david-sarah
6d669029bd
running.html: describe where 'bin/tahoe' is only once.
2010-06-16 20:36:03 -07:00
david-sarah
965f0dcfc3
Merge using.html into running.html.
2010-06-16 18:28:57 -07:00
david-sarah
1c7e71ee52
Remove firewall section from running.html and say to read configuration.txt instead.
2010-06-16 17:45:13 -07:00
david-sarah
29a9059c94
FTP-and-SFTP.txt: add Known Issues section.
2010-06-18 17:43:11 -07:00
david-sarah
e05c6c2c7d
FTP-and-SFTP.txt: remove description of public key format that is not actually implemented. Document that SFTP does not support server private keys with passphrases, and that FTP cannot list directories containing mutable files.
2010-06-18 17:17:38 -07:00
david-sarah
a92a23fe34
configuration.txt and servers-of-happiness.txt: 1 <= happy <= N, not k <= happy <= N. Also minor wording changes.
2010-06-17 22:07:10 -07:00
david-sarah
82d0f0c59e
how_to_make_a_tahoe-lafs_release.txt: reordering, add fuse-sshfs@lists.sourceforge.list as place to send relnotes.
2010-06-17 21:18:54 -07:00
david-sarah
e8636ee4be
running.html: fix overeager replacement of 'tahoe' with 'Tahoe-LAFS', and some simplifications.
2010-06-16 17:09:52 -07:00
Kevan Carstensen
7cadb49b88
Add a specification for servers of happiness.
2010-05-23 17:35:08 -07:00
Kevan Carstensen
a0a770a96a
Note that servers of happiness only applies to immutable files for the moment
2010-05-23 21:28:36 -07:00
Zooko O'Whielacronx
4141d95588
Add a note about running Tahoe-LAFS on a small grid to running.html
...
also Change "tahoe" and "Tahoe" to "Tahoe-LAFS" in running.html
author: Kevan Carstensen
2010-06-16 07:02:27 -07:00
david-sarah
22738db577
CLI.txt: introduce 'create-alias' before 'add-alias', document Unicode argument support, and other minor updates.
2010-06-10 15:55:47 -07:00
Zooko O'Whielacronx
8fc6c17a70
docs: a few tweaks to NEWS and CREDITS and make quickstart.html point to 1.7.0β!
2010-06-09 07:29:27 -07:00
francois
6cdf68785b
docs: wording fix, thanks to Jeremy Visser, fix #987
2010-06-09 01:11:03 -07:00
david-sarah
d7d0ae3c2c
FTP-and-SFTP.txt: minor technical correction to doc for 'no-write' flag.
2010-06-06 23:16:00 -07:00
Zooko O'Whielacronx
1fc6be28f4
setup: organize misc/ scripts and tools and remove obsolete ones
...
This is for ticket #1068 .
2010-06-06 22:16:18 -07:00
david-sarah
6476752467
quickstart.html: link to snapshots page, sorted with most recent first.
2010-06-06 15:11:27 -07:00
david-sarah
52f73207db
quickstart.html: We haven't released 1.7beta yet.
2010-06-06 15:03:01 -07:00
david-sarah
529add7774
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
Francois Deppierraz
496802420e
Fix handling of correctly encoded unicode filenames ( #534 )
...
Tahoe CLI commands working on local files, for instance 'tahoe cp' or 'tahoe
backup', have been improved to correctly handle filenames containing non-ASCII
characters.
In the case where Tahoe encounters a filename which cannot be decoded using the
system encoding, an error will be returned and the operation will fail. Under
Linux, this typically happens when the filesystem contains filenames encoded
with another encoding, for instance latin1, than the system locale, for
instance UTF-8. In such case, you'll need to fix your system with tools such
as 'convmv' before using Tahoe CLI.
All CLI commands have been improved to support non-ASCII parameters such as
filenames and aliases on all supported Operating Systems except Windows as of
now.
2010-05-19 17:43:56 -07:00
david-sarah
29a06457d2
dirnode.py: fix a bug in the no-write change for Adder, and improve test coverage. Add a 'metadata' argument to create_subdirectory, with documentation. Also update some comments in test_dirnode.py made stale by the ctime/mtime change.
2010-06-01 20:26:41 -07:00
david-sarah
de95140b7b
SFTP: changes for #1063 ('no-write' field) including comment:1 (clearing owner write permission diminishes to a read cap). Includes documentation changes, but not tests for the new behaviour.
2010-05-31 22:11:39 -07:00
david-sarah
aa258b5800
quickstart.html: warn against installing Python at a path containing spaces.
2010-06-03 20:24:13 -07:00
david-sarah
87ddf54ed8
Minor documentation tweaks.
2010-06-02 22:44:58 -07:00
freestorm77
261923186b
doc_reformat_stats.txt
...
- Added heading format begining and ending by "=="
- Added Index
- Added Title
Note: No change are made in paragraphs content
**END OF DESCRIPTION***
Place the long patch description above the ***END OF DESCRIPTION*** marker.
The first line of this file will be the patch name.
This patch contains the following changes:
M ./docs/stats.txt -2 +2
2010-04-24 04:46:15 -07:00
freestorm77
be5604f0e0
doc_reformat_performance.txt
...
- Added heading format begining and ending by "=="
- Added Index
- Added Title
Note: No change are made in paragraphs content
2010-04-24 04:44:44 -07:00
freestorm77
6f224ad1fd
doc_refomat_logging.txt
...
- Added heading format begining and ending by "=="
- Added Index
- Added Title
Note: No change are made in paragraphs content
2010-04-24 04:43:16 -07:00
freestorm77
3af24d051d
doc_reformat_known_issues.txt
...
- Added heading format begining and ending by "=="
- Added Index
- Added Title
Note: No change are made in paragraphs content
2010-04-24 04:41:18 -07:00
freestorm77
c221ebff45
doc_reformat_helper.txt
...
- Added heading format begining and ending by "=="
- Added Index
- Added Title
Note: No change are made in paragraphs content
2010-04-24 05:06:49 -07:00
freestorm77
cfbc62c7f0
doc_reformat_garbage-collection.txt
...
- Added heading format begining and ending by "=="
- Added Index
- Added Title
Note: No change are made in paragraphs content
2010-04-24 05:08:30 -07:00
freestorm77
9ad0a93d49
doc_reformat_FTP-and-SFTP.txt
...
- Added heading format begining and ending by "=="
- Added Index
- Added Title
Note: No change are made in paragraphs content
2010-04-24 05:13:34 -07:00
freestorm77
c086314bd0
doc_reformat_debian.txt
...
- Added heading format begining and ending by "=="
- Added Index
- Added Title
Note: No change are made in paragraphs content
2010-04-24 05:05:37 -07:00
freestorm77
1381884173
doc_reformat_configuration.txt
...
- Added heading format begining and ending by "=="
- Added Index
- Added Title
Note: No change are made in paragraphs content
2010-04-24 03:49:03 -07:00
freestorm77
0641059ce6
doc_reformat_CLI.txt
...
- Added heading format begining and ending by "=="
- Added Index
- Added Title
Note: No change are made in paragraphs content
2010-04-24 05:15:12 -07:00
freestorm77
7ec83e9927
doc_reformat_backupdb.txt
...
- Added heading format begining and ending by "=="
- Added Index
- Added Title
Note: No change are made in paragraphs content
2010-04-24 05:04:16 -07:00
freestorm77
4232fa12dd
doc_reformat_architecture.txt
...
- Added heading format begining and ending by "=="
- Added Index
- Added Title
Note: No change are made in paragraphs content
2010-04-24 05:01:33 -07:00
Zooko O'Whielacronx
77aabe7066
docs: update docs/architecture.txt to more fully and correctly explain the upload procedure
2010-05-13 21:34:58 -07:00
Kevan Carstensen
4e29060847
Change stray "shares_of_happiness" to "servers_of_happiness"
2009-11-16 15:24:59 -07:00
kevan
1338318644
Update 'docs/architecture.txt' to reflect readonly share discovery
2010-05-13 17:38:52 -07:00
Kevan Carstensen
98325b40ee
Alter the wording in docs/architecture.txt to more accurately describe the servers_of_happiness behavior.
2010-04-27 17:24:55 -07:00
Kevan Carstensen
7c4c6f393e
Update 'docs/configuration.txt' to reflect the servers_of_happiness behavior.
2009-12-04 21:38:13 -07:00
david-sarah
56aa72fb2d
Clarify quickstart instructions for installing pywin32
2010-05-11 11:03:00 -07:00
Zooko O'Whielacronx
b771254b09
docs: install.html http-equiv refresh to quickstart.html
2010-04-21 09:57:08 -07:00
Zooko O'Whielacronx
a1fa80fc0c
docs: install.html -> quickstart.html
...
It is not called "installing" because that implies that it is going to change the configuration of your operating system. It is not called "building" because that implies that you need developer tools like a compiler. Also I added a stern warning against looking at the "InstallDetails" wiki page, which I have renamed to "AdvancedInstall".
2010-04-21 08:57:57 -07:00
jacob
8fddc7a4a5
desert-island-build-with-proper-versions
2010-03-03 17:38:58 -08:00
Zooko O'Whielacronx
34a50b857a
docs: a few small edits to try to guide newcomers through the docs
...
These edits were suggested by my watching over Jake Appelbaum's shoulder as he completely ignored/skipped/missed install.html and also as he decided that debian.txt wouldn't help him with basic installation. Then I threw in a few docs edits that have been sitting around in my sandbox asking to be committed for months.
2010-03-03 15:19:02 -08:00
david-sarah
e9ce5b2d6b
Change install.html to reference 1.6.1 instead of 1.6.0
2010-02-27 22:19:41 -08:00
Zooko O'Whielacronx
9433002235
docs: fix the asymptotic network performance of mutable file download in performance.txt, rename the howto-make-a-release file
2010-02-27 22:14:39 -08:00
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
Shawn Willden
3782c27ac5
Lossmodel updates
...
Various improvements to the lossmodel, plus addition of README.lossmodel
that provides a link to the PDF.
2009-07-28 15:44:30 -07:00
Zooko O'Whielacronx
e42d180ad7
docs: remove extra <h1> from install.html (thanks, David-Sarah Hopwood)
2009-07-26 07:24:36 -07:00
Zooko O'Whielacronx
4ff97e6fbc
docs: mention pywin32 earlier
2009-07-26 06:34:52 -07:00
Zooko O'Whielacronx
70beaeea43
docs: introducing "provider-independent security"; Nathan Wilcox gave me good advice on how to be more specific in terminology when making security claims so as not fit in with the background noise of overblown and indefensible claims that is always buzzing in the security world
2009-07-21 20:17:50 -07:00
Zooko O'Whielacronx
20fe8cdac4
docs: edit about.html, add P.S. about expansion of LAFS, add Andrew Orlowski to media list
2009-07-21 19:24:30 -07:00
Zooko O'Whielacronx
20ae6bdc57
docs: update NEWS, about.html, relnotes-short.txt, and known_issues.txt in preparation for v1.5.0
...
Especially note that strong claims of specialness that I've added, e.g. in about.html .
2009-07-21 16:43:11 -07:00
Zooko O'Whielacronx
abd2ff6ba5
docs: a couple of minor edits to NEWS and docs/architecture.txt
2009-07-20 18:41:12 -07:00
Brian Warner
bf1e61c8f3
Touch up #705 changes:
...
webapi.txt: clarify replace=only-files argument, mention replace= on POST t=uri
test_cli.py: insert whitespace between logical operations
web.common.parse_replace_arg: make it case-insensitive, to match the docs
2009-07-20 11:38:03 -04:00
kevan
3a9f1f2952
Update webapi docs to reference new PUT behavior.
2009-07-19 20:44:47 -07:00
Brian Warner
9b18930c2f
docs/backupdb.txt: small fixes, thanks to David Triendl
2009-07-19 18:04:56 -07:00
Brian Warner
5501983f5f
proposed/mutable-DSA.txt: add some new design criteria
2009-07-11 14:25:00 +01:00
Brian Warner
ef1b6ae8e3
Tolerate unknown URI types in directory structures. Part of #683 .
...
The idea is that future versions of Tahoe will add new URI types that this
version won't recognize, but might store them in directories that we *can*
read. We should handle these "objects from the future" as best we can.
Previous releases of Tahoe would just explode. With this change, we'll
continue to be able to work with everything else in the directory.
The code change is to wrap anything we don't recognize as an UnknownNode
instance (as opposed to a FileNode or DirectoryNode). Then webapi knows how
to render these (mostly by leaving fields blank), deep-check knows to skip
over them, deep-stats counts them in "count-unknown". You can rename and
delete these things, but you can't add new ones (because we wouldn't know how
to generate a readcap to put into the dirnode's rocap slot, and because this
lets us catch typos better).
2009-07-02 18:07:49 -07:00
Brian Warner
2c0f418cc0
add docs/proposed/GridID.txt (cleaning out some of my old branches)
2009-06-21 12:12:04 -07:00
Zooko O'Whielacronx
5390f3ea4f
docs: remove warning about inability to build modules on py2.6 on Windows with mingw, differentiate between clients and servers, reflow to a consistent column width (79), add hint about firewall/NAT docs.
2009-06-21 10:50:05 -07:00
Zooko O'Whielacronx
3db5de5846
setup: edit install.html to warn Windows users away from Python v2.6
2009-06-11 15:55:06 -07:00
Zooko O'Whielacronx
8c18ac38a9
backup: remove the --no-backupdb command, the handling of "can't import sqlite", and the related tests, and change an error message to more correctly indicate failure to load the database from disk rather than failure to import sqlite module
...
Fixes #728 .
2009-06-04 10:31:31 -07:00
Zooko O'Whielacronx
9a02f4a104
docs: small edit to about.html
2009-05-28 16:34:22 -07:00
Zooko O'Whielacronx
78a98d2ad8
docs: add links to Tahoe-LAFS for Paranoids and Tahoe-LAFS for Corporates in about.html
2009-05-28 16:27:17 -07:00
Zooko O'Whielacronx
078c755ee8
docs: edit about.html and include network-and-reliance-topology.png (loaded from http://allmydata.org )
2009-05-27 08:09:16 -07:00
Zooko O'Whielacronx
ed71e2b8a8
docs: a few more edits to network-and-reliance-topology.svg
2009-05-27 08:04:58 -07:00
Zooko O'Whielacronx
a799dd66fc
docs: update network-and-reliance-topology.svg for beauty and clarity
2009-05-26 20:11:23 -07:00
Zooko O'Whielacronx
a19c5e659e
docs: network-and-reliance-topology.svg: nicer server icons, mv out of the "specifications" subdir
2009-05-26 09:58:42 -07:00
Zooko O'Whielacronx
1e77e961a2
docs: update network-and-reliance-topology.svg
2009-05-26 09:31:05 -07:00
Brian Warner
591d0fb5fb
accounting-overview.txt: more edits
2009-05-23 12:03:59 -07:00
Brian Warner
b94012ed05
accounting-overview.txt: small edits
2009-05-23 11:40:11 -07:00
Zooko O'Whielacronx
e7e13958c2
docs: add a diagram that I'm about to show to the Boulder Linux Users Group: network-and-reliance-topology.svg
2009-05-14 16:20:59 -07:00
Zooko O'Whielacronx
5c6145c695
docs: how_to_make_a_tahoe_release.txt: a couple of small edits
2009-05-07 14:49:32 -07:00
Zooko O'Whielacronx
8c687c78da
docs: inaugurate Tahoe-1.4.1, since I left out a handful of patches from the Tahoe-1.4.0 release
2009-04-13 19:54:30 -07:00
Zooko O'Whielacronx
0b2d036fd5
docs: add "darcs pull" to how_to_make_a_tahoe_release.txt, and renumber
2009-04-13 19:43:42 -07:00
Zooko O'Whielacronx
79b6706038
docs: add note about pywin32 to install.html
2009-04-13 11:52:10 -07:00
Zooko O'Whielacronx
a2f34b4e1a
docs: a few edits/updates about dirnodes
2009-04-13 09:08:37 -07:00
Zooko O'Whielacronx
9ccdb05e00
docs: change install.html to point to the 1.4.0 release zip file instead of 1.3.0
2009-04-13 09:06:49 -07:00
Zooko O'Whielacronx
4581b23333
docs: edit install.html regarding versions of Python
2009-04-13 09:06:12 -07:00
Zooko O'Whielacronx
6d31501275
docs: some small edits to install.html
2009-04-13 09:04:14 -07:00
Zooko O'Whielacronx
66ccf0e426
docs: update relnotes.txt, NEWS for Tahoe-1.4.0 release!
2009-04-12 21:14:05 -07:00
Zooko O'Whielacronx
9729753692
dirnode: add 'tahoe'/'linkcrtime' and 'tahoe'/'linkmotime' to take the place of what 'mtime'/'ctime' originally did, and make the 'tahoe' subdict be unwritable through the set_children API
...
Also add extensive documentation in docs/frontends/webapi.txt about the behaviors of these values. See ticket #628 .
2009-04-11 15:52:05 -07:00
Zooko O'Whielacronx
664b69dd8d
docs: webapi.txt edits to explain a few things better, adjust indentation, editing
2009-04-11 15:48:28 -07:00
Zooko O'Whielacronx
37c6e77764
wui: edit some of the human-readable parts of the wui such as button labels
...
(The word "parent" suggests that you can go up a directory hierarchy -- perhaps that word is vestigial.)
2009-04-07 11:54:59 -07:00
Brian Warner
3d2bc909aa
docs: modify how-to-relase notes a tiny bit
2009-04-06 19:11:35 -07:00
Zooko O'Whielacronx
438bc67548
docs: setup: Norm Hardy suggested that it would be easier if users realized that they already had Python (especially true for Mac users)
2009-03-24 20:54:59 -07:00
Brian Warner
32250e0c06
docs/proposed: new Accounting overview, discuss in #666
2009-03-23 18:57:52 -07:00
Brian Warner
5f2f95a51e
docs/proposed: move old accounting docs out of the way
2009-03-23 18:54:57 -07:00
Brian Warner
b5d4972a7a
move GC docs out of proposed/, since it's all implemented now. Add reference to configuration.txt . Add expire.*= suggestions to tahoe.cfg .
2009-03-23 16:08:20 -07:00
Brian Warner
f0071c2571
expirer: clean up constructor args, add tahoe.cfg controls, use cutoff_date instead of date_cutoff
2009-03-18 18:00:09 -07:00
Brian Warner
babcf632da
util/time_format: new routine to parse dates like 2009-03-18, switch expirer to use it. I'd prefer to use 18-Mar-2009, but it is surprisingly non-trivial to build a parser that will take UTC dates instead of local dates
2009-03-18 17:58:14 -07:00
Brian Warner
c7254c5f1d
GC: add date-cutoff -based expiration, add proposed docs
2009-03-16 22:10:41 -07:00
Zooko O'Whielacronx
dd559e96b4
doc: update how_to_make_a_tahoe_release.txt
2009-02-22 11:57:39 -07:00
Brian Warner
f42e3bb107
web: full patch for HTML-vs-plaintext traceback renderings, improve test coverage of exception rendering
2009-03-03 21:56:30 -07:00
Brian Warner
fd4ceb6a87
webapi: modify streaming deep-manifest/deep-checker to emit an ERROR: line if they encounter an unrecoverable+untraversable directory. For #590 .
2009-02-24 23:13:35 -07:00
Alberto Berti
e1c925b373
Two small fixes on documentation for cli backup command.
2009-02-24 16:36:34 -07:00
Alberto Berti
82352add22
Added documentation for '--exclude' and friends cli backup command.
2009-02-24 09:30:49 -07:00
Brian Warner
4ab3397992
docs: move many specification-like documents into specifications/
2009-02-21 23:40:54 -07:00
Brian Warner
c86acc42f4
docs: add lease-tradeoffs diagram
2009-02-18 14:41:37 -07:00
Brian Warner
505220f27d
docs/debian.txt: minor edit
2009-02-17 21:22:12 -07:00
Brian Warner
bce4a5385b
add --add-lease to 'tahoe check', 'tahoe deep-check', and webapi.
2009-02-17 19:32:43 -07:00