Brian Warner
151f69d9b5
webapi.txt: overhaul documentation. API changes are as follows:
...
* download/upload localdir=/localfile= has been removed. This sort of ambient
authority was unsafe to expose over the web (CSRF), and at some point
soon we'll have 'cp -r' in the CLI to replace it.
* GET save=filename -> GET filename=filename&save=true
* GET t=download removed
* side-effect causing operations now use POST where appropriate, not PUT
* to create multiple directories, either use
* POST /uri/DIRCAP/parent?t=mkdir&name=child (more form/browser oriented)
* POST /uri/DIRCAP/parent/child?t=mkdir (more machine oriented)
The t=mkdir-p form is still accepted, but not preferred (since it leaks
the child name queryarg into the logs)
* use PUT /uri/MUTABLEFILECAP or PUT /uri/DIRCAP/child (on a mutable file) to
replace its contents, or POST /same?t=upload from forms
* response bodies and codes are better specified than before
2008-05-19 12:47:46 -07:00
Brian Warner
0838f76e0f
CLI.txt: document proposed scp:-based CLI syntax
2008-05-09 18:06:29 -07:00
Brian Warner
e2af2decdc
docs/CLI.txt: provide an overview of bin/tahoe subcommands
2008-05-09 12:36:19 -07:00
Brian Warner
fabdc28c06
deep-stats: add file-size histogram
2008-05-08 16:19:42 -07:00
Brian Warner
6c00a70dbc
dirnode: add a deep_stats(), like deep-size but with more information. webish adds t=deeps-size too.
2008-05-08 13:21:14 -07:00
Brian Warner
e2f56b8e3c
configuration.txt: describe helper config
2008-05-06 15:59:06 -07:00
Zooko O'Whielacronx
a01864c713
docs: shorter running.html
2008-05-06 15:29:04 -07:00
Brian Warner
783fbb12e6
docs/helper.txt: explain more about the helper
2008-05-06 13:49:01 -07:00
Zooko O'Whielacronx
0432f5dee6
docs: mention configuration, suggested by ben hyde's question about storage servers
2008-05-06 13:39:35 -07:00
Zooko O'Whielacronx
8a0deaf53f
docs: edit to install.html suggested by Brian
2008-05-06 12:31:15 -07:00
Zooko O'Whielacronx
2f3a44f820
docs: remove the redundant (and therefore bit-rotting) parts of mutable-DSA.txt and instead refer to mutable.txt
2008-04-29 15:51:58 -07:00
Zooko O'Whielacronx
c2621313bb
setup: pyOpenSSL is now easy_installable, and pycryptopp now includes Crypto++, so we can remove those two from the Manual Dependencies
2008-04-24 10:29:17 -07:00
Zooko O'Whielacronx
60eb3505f5
docs: tiny update to webapi.txt
...
I'm actually committing this just to test our patch management infrastructure.
2008-04-17 21:09:12 -07:00
Zooko O'Whielacronx
9b4a213824
docs: tiny change in webapi.txt
...
(I'm actually committing this patch only in order to test our patch management infrastructure.)
2008-04-17 21:00:51 -07:00
Zooko O'Whielacronx
3d4a339857
docs: merge conflicts between the patch to document "127.0.0.1" instead of "localhost" and some other patches (precisely which, I don't know)
2008-04-17 20:57:41 -07:00
Zooko O'Whielacronx
7b2ca46b35
docs: use "127.0.0.1" instead of "localhost"
...
Unfortunately there are occasionally configurations in the real world where "localhost" does not resolve to 127.0.0.1, and if a user has such a configuration then using 'localhost' could lead to an authority leak.
2008-04-17 20:45:34 -07:00
Brian Warner
1b4b4cbd4a
mutable WIP: rename NotEnoughPeersError to NotEnoughSharesError
2008-04-15 16:08:32 -07:00
Zooko O'Whielacronx
fe54dd114c
docs: yay! We can remove Twisted from the list of "Manual Dependencies" that users have to be aware of when installing
2008-04-10 18:44:07 -07:00
Zooko O'Whielacronx
d10c23bcd4
docs: another small edit (don't mention docs/ directory in about.html now that docs/ is prominent on wiki:Docs)
2008-04-09 16:02:45 -07:00
Zooko O'Whielacronx
81240eeff7
docs: a couple of tiny docs updates
2008-04-09 15:57:59 -07:00
Zooko O'Whielacronx
8783eabf5a
don't do a du on startup if there is no size limit configured
...
This also turns off the production of the "space measurement done" log message, if there is no size limit configured.
2008-04-08 11:36:56 -07:00
Zooko O'Whielacronx
eb4a7b5b0c
docs: fix anchor text of hyperlink to tarball
2008-03-27 19:01:29 -07:00
Brian Warner
9b3a32d0b3
add GET /uri/URI/?t=deep-size, to compute the total size of immutable files reachable from a given directory
2008-03-27 11:33:42 -07:00
Zooko O'Whielacronx
f91d937925
docs: link to the 1.0.0 tarball in docs/install.html
2008-03-25 20:22:29 -07:00
Zooko O'Whielacronx
29b844efaf
docs: document the private/convergence configuration file
2008-03-25 11:22:41 -07:00
Brian Warner
f17b9839ec
docs: add some accounting proposals
2008-03-20 12:18:41 -07:00
Zooko O'Whielacronx
4e505d9a87
docs: link from install.html to the (imminent) location of allmydata-tahoe-0.9.0.tar.gz
2008-03-13 13:02:37 -07:00
Brian Warner
2ef70ab814
mutable.py: split replace() into update() and overwrite(). Addresses #328 .
2008-03-12 18:00:43 -07:00
Brian Warner
1ddeb88e9b
architecture.txt: make it clear that accounting/leases are not yet implemented
2008-03-10 12:25:19 -07:00
Zooko O'Whielacronx
1f7931e596
docs: trivial edit
2008-03-06 18:32:30 -07:00
Zooko O'Whielacronx
d5886bed2f
doc: tiny change about status of mutable.txt
2008-03-06 15:02:15 -07:00
Brian Warner
456b437608
docs/mutable: describe deep-verify-cap scheme, update picture
2008-03-05 16:54:26 -07:00
Zooko O'Whielacronx
5cdc678d24
docs: fix example JSON in webapi.txt to be legal JSON. ;-)
2008-02-29 18:39:25 -07:00
Zooko O'Whielacronx
1934ae26f9
doc: change example filename extension back because it is more recognizable and because I love Brian
2008-02-27 14:54:05 -07:00
Zooko O'Whielacronx
0097d662c7
docs: tweak wording per kpreid and tweak example filename extension per me
2008-02-27 14:41:57 -07:00
Zooko O'Whielacronx
fed427b087
docs: clarify which webport value is the default
2008-02-27 11:10:03 -07:00
Zooko O'Whielacronx
28aab75555
docs: about.html: a couple of edits suggested by kpreid's comments
2008-02-27 09:01:38 -07:00
Zooko O'Whielacronx
f75c17ed29
docs: change example capability
2008-02-19 15:34:19 -07:00
Zooko O'Whielacronx
fc0d637523
docs: update install and usage docs, improve cli "usage" output, make new example directories, add unit test that fails code which prints out sentences that don't end with punctuation marks
2008-02-15 13:11:02 -07:00
Zooko O'Whielacronx
294cb071a3
docs: edit running.html
2008-02-15 11:02:19 -07:00
Brian Warner
92640dc6e5
docs/uri.txt: update to reflect mutable files
2008-02-14 17:59:29 -07:00
Brian Warner
7927495cbe
unicode handling: declare dirnodes to contain unicode child names, update webish to match
2008-02-14 15:45:56 -07:00
Brian Warner
1a32aaaa33
more minor architecture.txt changes
2008-02-13 20:20:43 -07:00
Brian Warner
28611d1f90
architecture.txt: fix some things that have changed a lot in recent releases
2008-02-13 20:14:29 -07:00
Brian Warner
269d4bcded
docs/dirnodes.txt: add notes on dirnode sizes
2008-02-13 17:40:45 -07:00
Brian Warner
1f6855ede8
mutable.txt: fix offset math in the SDMF layout
2008-02-13 17:39:06 -07:00
Zooko O'Whielacronx
481f3649ec
docs: link straight to the release tar.gz in install.html
2008-02-14 11:54:14 -07:00
Zooko O'Whielacronx
73c148a725
docs: update relnotes, running.html
2008-02-14 08:54:34 -07:00
Zooko O'Whielacronx
b9841d09a2
docs: beginning of update to relnotes.txt for v0.8
2008-02-13 17:43:02 -07:00
amber
0a01fd405b
docs: 10 blocks by default, not 12
2008-02-13 04:57:19 -07:00