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 |
|
Brian Warner
|
fde2289e7b
|
CLI #590: convert 'tahoe deep-check' to streaming form, improve display, add tests
|
2009-02-17 17:15:11 -07:00 |
|
Brian Warner
|
476a5c8fac
|
webapi #590: add streaming deep-check. Still need a CLI tool to use it.
|
2009-02-16 23:35:53 -07:00 |
|
Zooko O'Whielacronx
|
820f8af97c
|
doc: a few edits to docs made after the 1.3.0 release
|
2009-02-16 14:15:39 -07:00 |
|
Brian Warner
|
ee956ffc7d
|
lossmodel.lyx: move draft paper into docs/proposed/, since it's unfinished
|
2009-02-15 16:19:05 -07:00 |
|
Shawn Willden
|
51ab76875b
|
More lossmodel work, on repair.
|
2009-01-15 20:56:48 -07:00 |
|
Shawn Willden
|
d65b0ff911
|
Loss model work (temp1)
|
2009-01-14 21:00:58 -07:00 |
|
Shawn Willden
|
21832280da
|
Statistics module
Added a statistics module for calculating various facets of
share survival statistics.
|
2009-01-13 20:12:35 -07:00 |
|
Zooko O'Whielacronx
|
967d1b414d
|
docs: a few last-minute edits to the docs for 1.3.0 (also this patch will accompany the tag and conveniently trigger the buildbots to build a 1.3.0 version)
|
2009-02-13 18:05:00 -07:00 |
|
Zooko O'Whielacronx
|
de8e72e27b
|
docs: known_issues.txt: my version of #615, remove "issue numbers", edits, move tahoe-1.1.0 issues to historical
|
2009-02-12 22:16:21 -07:00 |
|
Brian Warner
|
1bf0515484
|
docs/known_issues: mention #615 javascript-vs-frames, for zooko to improve/rewrite
|
2009-02-11 14:14:53 -07:00 |
|
Zooko O'Whielacronx
|
2dcadfaa1b
|
docs: small edit to about.html
|
2009-02-10 11:02:19 -07:00 |
|
Zooko O'Whielacronx
|
390de8aaa4
|
docs: edit about.html
|
2009-02-10 02:01:02 -07:00 |
|
Zooko O'Whielacronx
|
1d13be3701
|
docs: suggest Python 2.5 -- Python 2.6 is not as well tested yet
|
2009-02-09 23:44:21 -07:00 |
|
Brian Warner
|
bbef104315
|
docs/specifications: add an outline of the spec documents we'd like to have some day
|
2009-02-08 17:47:48 -07:00 |
|
Brian Warner
|
177ffa0870
|
docs/CLI: document 'tahoe backup'
|
2009-02-05 22:14:45 -07:00 |
|
Brian Warner
|
ca32db5b39
|
#598: add cli+backupdb tests, improve user display, update docs, move docs out of proposed/
|
2009-02-05 22:07:01 -07:00 |
|
Zooko O'Whielacronx
|
23fd9680cc
|
doc: specify Python >= 2.4.2
|
2009-02-04 15:38:40 -07:00 |
|
Zooko O'Whielacronx
|
1ef317d585
|
docs: mention issues using flogtool on Windows
|
2009-02-03 21:34:10 -07:00 |
|
Brian Warner
|
4e572a5f24
|
webapi: add verifycap (spelled 'verify_url') to the t=json output on files and directories. Closes #559.
|
2009-02-03 19:22:48 -07:00 |
|
Brian Warner
|
af8d282f46
|
CLI.txt: improve docs on 'tahoe manifest' to cover --verify-cap, --repair-cap, and streaming JSON
|
2009-01-23 16:59:39 -07:00 |
|
Brian Warner
|
26260374e9
|
#590: add webish t=stream-manifest
|
2009-01-22 22:01:36 -07:00 |
|