Commit Graph

1025 Commits

Author SHA1 Message Date
2bbe51a01d Discuss Range requests for uploads 2018-05-17 14:11:37 -04:00
d011c2f936 rst twiddles 2018-05-17 14:11:32 -04:00
eb9b44885e simple naming mistake
this must be a different endpoint or it is ambiguous with bucket
interactions.  plus it makes more sense that "place where storage
indexes are" is different from "place where buckets are" although I
am still uncomfortable with the idea that "storage indexes" are things
and not ... indexes ...
2018-05-17 14:01:46 -04:00
4e99f22c2b make containers plural I suppose 2018-05-17 14:01:36 -04:00
1d3f9715f8 trivial json markup fix 2018-05-17 14:01:18 -04:00
5fa71484e3 call out the base32/base64 mismatch 2018-05-16 10:16:58 -04:00
67ff44039f add values to the example 2018-05-16 09:49:58 -04:00
4bed6363a3 be specific about public key comparison 2018-05-16 09:49:48 -04:00
4ad5b5ab46 address slots 2018-05-15 16:00:40 -04:00
c824bcd8b2 make the share a logical child of the bucket? 2018-05-15 15:28:03 -04:00
6d84cd8179 these are gone 2018-05-15 15:27:53 -04:00
178cb58a57 dunno how much the risk is elevated 2018-05-15 15:27:33 -04:00
6b72750397 reduce verticality 2018-05-15 15:27:26 -04:00
5f88cd0687 rework the security section 2018-05-15 15:16:01 -04:00
357820357c front matter 2018-05-15 15:04:20 -04:00
465489fd0b re-organize 2018-05-15 14:48:42 -04:00
23242266dc consistent style 2018-05-15 14:16:02 -04:00
a3d4edca7d retrieve server version and info 2018-05-15 10:10:21 -04:00
73d903ad96 client-selected resource identifier -> PUT 2018-05-15 09:42:20 -04:00
5b35f591f1 write share data 2018-05-15 09:42:10 -04:00
b6572e2856 clear now they are not necessarily consecutive 2018-05-15 09:41:45 -04:00
599bf074e3 more spurious indentation 2018-05-15 09:07:58 -04:00
8e9ba52118 spurious indentation 2018-05-15 09:07:07 -04:00
53dce7eafc first pass over read and write api 2018-05-14 15:58:21 -04:00
c612fb7075 initial pass over security section 2018-05-14 14:30:34 -04:00
b9939f7d4d link to inotify wikipedia page 2018-04-20 14:42:33 -04:00
6fd1f12a3c doc improvements related to the storage dir 2018-03-19 15:28:44 -04:00
136de7d7f7 Add storage_dir config field
On the [storage] section of the tahoe.cfg now there is a field
'storage_dir' where the path to the storage folder can be configured.
2018-03-19 11:20:04 -04:00
0b25cad71e documentation fixups from daira's review 2018-02-06 15:28:02 -07:00
1171bf13af ticket #2882: preserve user mtime 2018-02-06 15:27:56 -07:00
c3a91376f3 added link to RFC 822 2018-01-06 15:12:16 +01:00
a6655040b2 added link tp ConfigParser documentation 2018-01-06 15:10:30 +01:00
1896335eda added link to wikipedia article on ini file format 2018-01-06 15:08:33 +01:00
097abb42fa tahoe.cfg: add tub.port=listen:i2p (and/or listen:tor)
This delegates the construction of the server Endpoint object to the i2p/tor
Provider, which can use the i2p/tor section of the config file to add options
which would be awkward to express as text in an endpoint descriptor string.

refs ticket:2889 (but note this merely makes room for a function to be
written that can process I2CP options, it does not actually handle such
options, so it does not close this ticket yet)
2017-11-03 00:24:46 -07:00
9375056b61 Split up startstop_node and add 'tahoe daemonize'
This sets the stage for further changes to the startup
process so that "async things" are done before we create
the Client instance while still reporting early failures
to the shell where "tahoe start" is running

Also adds a bunch of test-coverage for the things that got
moved around, even though they didn't have coverage before
2017-09-19 10:39:19 -06:00
593ebdfb07 add note about using docker compose to running docs 2017-09-19 09:25:39 -07:00
e453761a0b Time goes by :-)
See https://packages.debian.org/source/stretch/tahoe-lafs
2017-09-18 07:27:09 +02:00
798bf57e28 Add 'tahoe invite' and 'tahoe create-node --join' commands
This opens a wormhole and sends appropriate JSON down
it to a tahoe-gui using a wormhole server running on
tahoe-lafs.org

The other end uses the 'tahoe create-node' command (with
new --join option) to read the configuration JSON from
a 'tahoe invite' command
2017-08-08 18:27:06 -06:00
1f16a173f0 flatten the result structure
flat is better than nested
2017-07-27 15:32:47 -04:00
e0ee726d22 Update to the format the code now actually produces 2017-07-27 15:28:29 -04:00
780a932122 consistent markup 2017-07-27 15:26:30 -04:00
7b88cf376b remove duplicate "above" 2017-07-27 15:26:30 -04:00
cc0e6ea6f9 typo fix 2017-07-27 15:26:30 -04:00
2006e6ae41 docs: add explaination of json welcome fields 2017-07-27 15:26:29 -04:00
a87822e66b Add note about json welcome page to api docs 2017-07-27 15:26:29 -04:00
705dc856eb grammatical improvements 2017-06-06 11:28:23 +01:00
eb1b51e263 Clean up some remaining obsolete terminology. refs #2345
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2017-06-06 11:20:49 +01:00
2055a66cf2 Doc changes that require more careful review. refs #2345
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2017-06-06 11:20:49 +01:00
4723af6e2f LAFS now stands for "Least-Authority File Store" rather than "Least-Authority File System". refs #2345
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2017-06-06 11:20:49 +01:00
bc34556e1a INSTALL.rst: reorder deps 2017-06-06 10:26:11 +01:00