]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/log
tahoe-lafs/tahoe-lafs.git
15 years agoTAG allmydata-tahoe-1.1.0 allmydata-tahoe-1.1.0
Zooko O'Whielacronx [Wed, 11 Jun 2008 21:32:23 +0000 (14:32 -0700)]
TAG allmydata-tahoe-1.1.0

15 years agodocs: relnotes.txt: trivial change (really just to trigger the buildbot when it comes...
Zooko O'Whielacronx [Wed, 11 Jun 2008 21:32:02 +0000 (14:32 -0700)]
docs: relnotes.txt: trivial change (really just to trigger the buildbot when it comes in a bundle along with the 1.1.0 tag)

15 years agodirectory.py: revert that addSlash, it causes a test to fail and we don't understand...
Brian Warner [Wed, 11 Jun 2008 19:59:28 +0000 (12:59 -0700)]
directory.py: revert that addSlash, it causes a test to fail and we don't understand it yet, and we don't need the fix quite yet

15 years agodocs: relnotes.txt: re-arrange sections a bit
Zooko O'Whielacronx [Wed, 11 Jun 2008 19:52:34 +0000 (12:52 -0700)]
docs: relnotes.txt: re-arrange sections a bit

15 years agodocs: known_issues.txt: add the issue of files > 12 GiB being silently corrupted
Zooko O'Whielacronx [Wed, 11 Jun 2008 19:51:59 +0000 (12:51 -0700)]
docs: known_issues.txt: add the issue of files > 12 GiB being silently corrupted

15 years agodocs: NEWS: a couple of small edits
Zooko O'Whielacronx [Wed, 11 Jun 2008 19:51:40 +0000 (12:51 -0700)]
docs: NEWS: a couple of small edits

15 years agodocs: relnotes.txt: update the release notes for the v1.1.0 release!
Zooko O'Whielacronx [Wed, 11 Jun 2008 19:40:55 +0000 (12:40 -0700)]
docs: relnotes.txt: update the release notes for the v1.1.0 release!

15 years agodocs: known_issues.txt: change the release data of Tahoe v1.1.0 to 2008-06-11 from...
Zooko O'Whielacronx [Wed, 11 Jun 2008 19:40:33 +0000 (12:40 -0700)]
docs: known_issues.txt: change the release data of Tahoe v1.1.0 to 2008-06-11 from 2008-06-10

15 years agodocs: known_issues.txt: add the security issue concerning leakage of file cap by...
Zooko O'Whielacronx [Wed, 11 Jun 2008 19:39:37 +0000 (12:39 -0700)]
docs: known_issues.txt: add the security issue concerning leakage of file cap by active content or referrer-bearing hyperlinks embedded in the file

15 years agodocs: known_issues.txt: edit to emphasize that other sorts of local-filesystem-unwrit...
Zooko O'Whielacronx [Wed, 11 Jun 2008 19:38:57 +0000 (12:38 -0700)]
docs: known_issues.txt: edit to emphasize that other sorts of local-filesystem-unwritability will lead to the same problems

15 years agodocs: CLI.txt: rewrite the way that "root directories" (now called "starting director...
Zooko O'Whielacronx [Wed, 11 Jun 2008 19:34:59 +0000 (12:34 -0700)]
docs: CLI.txt: rewrite the way that "root directories" (now called "starting directories") and aliases are introduced

15 years agowebish: fix directory url redirection
robk-tahoe [Wed, 11 Jun 2008 19:46:28 +0000 (12:46 -0700)]
webish: fix directory url redirection

when rendering a directory in webish, if the url did not correctly include
a trailing slash '/' then the browser will be redirected to a url which
does.  this causes any relative links (e.g. the 'other representations'
which are links to files relative to the current directory) to be correctly
intrpreted as relative to the directory in question by the browser.

uses twisted's addSlash mechanism, which is designed for this purpose :-)

15 years agoNEWS: description of user-visible changes in the new release
Brian Warner [Wed, 11 Jun 2008 19:39:35 +0000 (12:39 -0700)]
NEWS: description of user-visible changes in the new release

15 years agowapi/wui: add a trailing slash to the targets of hyperlinks of children of the curren...
Zooko O'Whielacronx [Wed, 11 Jun 2008 02:59:38 +0000 (19:59 -0700)]
wapi/wui: add a trailing slash to the targets of hyperlinks of children of the current directory when those targets are directories
This is intended to fix #458 '"other representations" broken in webish ui'.

15 years agodocs: lowercase "introducer"
Zooko O'Whielacronx [Wed, 11 Jun 2008 02:23:14 +0000 (19:23 -0700)]
docs: lowercase "introducer"
He's not that important.

15 years agodocs: edits to [source:docs/install.html] and [source:docs/running.html]
Zooko O'Whielacronx [Wed, 11 Jun 2008 02:22:00 +0000 (19:22 -0700)]
docs: edits to [source:docs/install.html] and [source:docs/running.html]

15 years agodocs: explain better how to invoke the tahoe executable when creating and starting...
Zooko O'Whielacronx [Wed, 11 Jun 2008 02:19:23 +0000 (19:19 -0700)]
docs: explain better how to invoke the tahoe executable when creating and starting nodes

15 years agodocs: CREDITS for Justin
Zooko O'Whielacronx [Wed, 11 Jun 2008 02:05:47 +0000 (19:05 -0700)]
docs: CREDITS for Justin

15 years agodocs: update install.html to reflect Justin's user test
Zooko O'Whielacronx [Wed, 11 Jun 2008 02:04:58 +0000 (19:04 -0700)]
docs: update install.html to reflect Justin's user test

15 years agodocs: reformat for 70 columns plus a few small edits
Zooko O'Whielacronx [Tue, 10 Jun 2008 23:37:25 +0000 (16:37 -0700)]
docs: reformat for 70 columns plus a few small edits

15 years agodocs: explain exactly what false alarms are caused in the unit tests by Twisted v8...
Zooko O'Whielacronx [Tue, 10 Jun 2008 23:31:26 +0000 (16:31 -0700)]
docs: explain exactly what false alarms are caused in the unit tests by Twisted v8 and pyOpenSSL v0.7

15 years agodocs: [source:docs/known_issues.txt]
Zooko O'Whielacronx [Tue, 10 Jun 2008 23:24:25 +0000 (16:24 -0700)]
docs: [source:docs/known_issues.txt]

15 years agodoc: mention that "Mac Developer Tools" is the way to get gcc/g++ for Mac
Zooko O'Whielacronx [Tue, 10 Jun 2008 23:19:34 +0000 (16:19 -0700)]
doc: mention that "Mac Developer Tools" is the way to get gcc/g++ for Mac

15 years agosetup: trivial change: the name of the "Nevow" distribution is capitalized
Zooko O'Whielacronx [Tue, 10 Jun 2008 23:15:37 +0000 (16:15 -0700)]
setup: trivial change: the name of the "Nevow" distribution is capitalized

15 years agodocs: CREDITS for Nathan and for Armin Rigo
Zooko O'Whielacronx [Tue, 10 Jun 2008 23:14:24 +0000 (16:14 -0700)]
docs: CREDITS for Nathan and for Armin Rigo

15 years agostorage.py: remove unused import
Brian Warner [Tue, 10 Jun 2008 20:05:44 +0000 (13:05 -0700)]
storage.py: remove unused import

15 years agoupload: abort the bucket upon any write error, and do it with callRemoteOnly to avoid...
Brian Warner [Tue, 10 Jun 2008 18:55:28 +0000 (11:55 -0700)]
upload: abort the bucket upon any write error, and do it with callRemoteOnly to avoid double errors

15 years agostorage: ignore shares in incoming/, to make clients use other servers during simulta...
Brian Warner [Tue, 10 Jun 2008 18:53:10 +0000 (11:53 -0700)]
storage: ignore shares in incoming/, to make clients use other servers during simultaneous uploads

15 years ago_auto_deps.py: per #456, don't require the 'secure_connections' feature from Foolscap...
Brian Warner [Mon, 9 Jun 2008 23:55:04 +0000 (16:55 -0700)]
_auto_deps.py: per #456, don't require the 'secure_connections' feature from Foolscap, to avoid (failing) builds of pyopenssl

15 years agosetup: quote another place where spaces in paths cause shell command misparsing
Zooko O'Whielacronx [Mon, 9 Jun 2008 23:21:50 +0000 (16:21 -0700)]
setup: quote another place where spaces in paths cause shell command misparsing

15 years agoMakefile: build twice, since sometimes the Nevow build fails the first time. See...
Brian Warner [Mon, 9 Jun 2008 23:06:29 +0000 (16:06 -0700)]
Makefile: build twice, since sometimes the Nevow build fails the first time. See #455. This ought to be undone once that ticket is fixed by a new release of setuptools

15 years agosetup: don't quote REACTOROPT -- when it is empty then we want no argument at all...
Zooko O'Whielacronx [Mon, 9 Jun 2008 18:53:24 +0000 (11:53 -0700)]
setup: don't quote REACTOROPT -- when it is empty then we want no argument at all to be passed to trial, rather than the empty-string-argument

15 years agosetup: remove Nevow 0.9.18 tarball from misc/dependencies
Zooko O'Whielacronx [Mon, 9 Jun 2008 18:41:56 +0000 (11:41 -0700)]
setup: remove Nevow 0.9.18 tarball from misc/dependencies
The 0.9.18 version of Nevow doesn't declare its dependency on Twisted in a machine-readable way ( http://divmod.org/trac/ticket/2629 ).  Neither does the current release of Nevow (0.9.31), but hopefully a future release of Nevow in the near future will fix this.
Also, we're going to be managing external dependencies like this in a separate darcs repository in the future instead of checking them into our Tahoe source tree.

15 years agofuse: runtests: Create an interface for setup/cleanup of the two implementations...
nejucomo [Sat, 7 Jun 2008 07:08:25 +0000 (00:08 -0700)]
fuse: runtests: Create an interface for setup/cleanup of the two implementations...

The impl_b cleanup appears incorrect.  I'm not sure what the proper behavior is.

15 years agofuse: runtests: Wrap OSError exceptions which are test failures.
nejucomo [Sat, 7 Jun 2008 07:07:18 +0000 (00:07 -0700)]
fuse: runtests: Wrap OSError exceptions which are test failures.

15 years agofuse: runtests: Move exception classes to top scope.
nejucomo [Sat, 7 Jun 2008 07:06:00 +0000 (00:06 -0700)]
fuse: runtests: Move exception classes to top scope.

15 years agofuse: runtests: Fix typo in summary reporting.
nejucomo [Sat, 7 Jun 2008 07:05:07 +0000 (00:05 -0700)]
fuse: runtests: Fix typo in summary reporting.

15 years agofuse: runtests: Make test numbers (and everything in general) 0-indexed for consistency.
nejucomo [Sat, 7 Jun 2008 06:19:15 +0000 (23:19 -0700)]
fuse: runtests: Make test numbers (and everything in general) 0-indexed for consistency.

15 years agofuse: runtests.py: Fix a typo bug in fusermount output checking.
nejucomo [Sat, 7 Jun 2008 06:18:15 +0000 (23:18 -0700)]
fuse: runtests.py: Fix a typo bug in fusermount output checking.

15 years agofuse: runtests.py: Fix bug in polling_operation error that always referred to introdu...
nejucomo [Sat, 7 Jun 2008 06:17:19 +0000 (23:17 -0700)]
fuse: runtests.py: Fix bug in polling_operation error that always referred to introducer.furl.

15 years agofuse: impl_b: Support --basedir on commandline.
nejucomo [Sat, 7 Jun 2008 06:16:38 +0000 (23:16 -0700)]
fuse: impl_b: Support --basedir on commandline.

15 years agofuse: impl_b: Add impl_b to the contrib directory.
nejucomo [Sat, 7 Jun 2008 05:22:36 +0000 (22:22 -0700)]
fuse: impl_b: Add impl_b to the contrib directory.

15 years agofuse: Reorganize directory tree and modify runtests.py to run against both implementa...
nejucomo [Sat, 7 Jun 2008 05:19:23 +0000 (22:19 -0700)]
fuse: Reorganize directory tree and modify runtests.py to run against both implementations...

Currently, fuse impl_b does not support a --basedir argument, and always
uses ~/.tahoe, which makes it incompatible with these system tests.

15 years agosetup: don't quote TRIALCMD in Makefile -- it can be a pair of (python executable...
Zooko O'Whielacronx [Thu, 5 Jun 2008 23:39:12 +0000 (16:39 -0700)]
setup: don't quote TRIALCMD in Makefile -- it can be a pair of (python executable, path to command) paths

15 years agosetup: quote the results of misc/find_trial.py so that they can be passed through...
Zooko O'Whielacronx [Thu, 5 Jun 2008 22:59:45 +0000 (15:59 -0700)]
setup: quote the results of misc/find_trial.py so that they can be passed through a shell even if they contain spaces

15 years agosetup: quote variables which are going to be passed through a shell and which might...
Zooko O'Whielacronx [Thu, 5 Jun 2008 22:19:51 +0000 (15:19 -0700)]
setup: quote variables which are going to be passed through a shell and which might contain spaces

15 years agosetup: indentation
Zooko O'Whielacronx [Thu, 5 Jun 2008 21:02:49 +0000 (14:02 -0700)]
setup: indentation

15 years agosetup and docs: various improvements to setup and docs
Zooko O'Whielacronx [Thu, 5 Jun 2008 20:55:05 +0000 (13:55 -0700)]
setup and docs: various improvements to setup and docs
Remove docs/install-details.html and README.win32 for now (see #282).
Remove checks for pywin32 and pyopenssl in Makefile -- that is (or will be) automated by setuptools.
Remove twisted from setup_requires.  This causes the problem in which Nevow doesn't declare its dependency on Twisted (#440) to yield a clear ImportError mentioning Twisted and to fail repeatedly, rather than yielding a weird ImportError and working on the second identical attempt.
Fix Makefile to set PATH so that trial and twistd can be found by "make test" after Twisted was installed into support/ during "make"

15 years agonative client - update version and binaries to fix unicode handling
Peter Secor [Wed, 4 Jun 2008 19:03:02 +0000 (12:03 -0700)]
native client - update version and binaries to fix unicode handling

15 years agodocs/configuration.txt: explain the current limitations of readonly_storage
Brian Warner [Wed, 4 Jun 2008 00:47:08 +0000 (17:47 -0700)]
docs/configuration.txt: explain the current limitations of readonly_storage

15 years agoweb: add test for unicode POST when the name comes from name=, not the filename attribute
Brian Warner [Wed, 4 Jun 2008 00:09:39 +0000 (17:09 -0700)]
web: add test for unicode POST when the name comes from name=, not the filename attribute

15 years agoweb: make nickname more visible in the welcome page, closes #361
Brian Warner [Tue, 3 Jun 2008 22:02:10 +0000 (15:02 -0700)]
web: make nickname more visible in the welcome page, closes #361

15 years agowebish: make /cap/ equivalent to /uri/, accepting both with the same meanings. Closes...
Brian Warner [Tue, 3 Jun 2008 21:34:00 +0000 (14:34 -0700)]
webish: make /cap/ equivalent to /uri/, accepting both with the same meanings. Closes #428

15 years agoweb: transform FileTooLargeError into a friendlier '413 Request Entity Too Large...
Brian Warner [Tue, 3 Jun 2008 07:03:16 +0000 (00:03 -0700)]
web: transform FileTooLargeError into a friendlier '413 Request Entity Too Large' error

15 years agomutable/publish.py: raise FileTooLargeError instead of an ugly assertion when the...
Brian Warner [Tue, 3 Jun 2008 07:02:10 +0000 (00:02 -0700)]
mutable/publish.py: raise FileTooLargeError instead of an ugly assertion when the SDMF restrictions are exceeded

15 years agomove FileTooLargeError out to a common location
Brian Warner [Tue, 3 Jun 2008 07:01:15 +0000 (00:01 -0700)]
move FileTooLargeError out to a common location

15 years agodocs: move files that are about future plans into docs/proposed/, to clearly separate...
Brian Warner [Tue, 3 Jun 2008 06:07:02 +0000 (23:07 -0700)]
docs: move files that are about future plans into docs/proposed/, to clearly separate them from descriptions of the present codebase

15 years agodocs: update webapi.txt with write-coordination issues, add TODO note to recovery...
Brian Warner [Tue, 3 Jun 2008 06:03:21 +0000 (23:03 -0700)]
docs: update webapi.txt with write-coordination issues, add TODO note to recovery section of mutable.txt

15 years agomove roadmap.txt into Trac, in the form of several tickets (in the 444 to 451 range)
Brian Warner [Tue, 3 Jun 2008 05:27:02 +0000 (22:27 -0700)]
move roadmap.txt into Trac, in the form of several tickets (in the 444 to 451 range)

15 years agodocs/file-encoding.txt: move this over from the wiki
Brian Warner [Tue, 3 Jun 2008 02:58:27 +0000 (19:58 -0700)]
docs/file-encoding.txt: move this over from the wiki

15 years agofuse_a: runtests.py: The current ubuntu python-fuse ignores the -f option and always...
nejucomo [Sun, 1 Jun 2008 03:16:05 +0000 (20:16 -0700)]
fuse_a: runtests.py: The current ubuntu python-fuse ignores the -f option and always forks, so this updates runtests to use fusermount for clean shutdown.

15 years agofuse_a: logging: Make logging a bit cleaner, and make it log to the correct location!
nejucomo [Sun, 1 Jun 2008 02:22:18 +0000 (19:22 -0700)]
fuse_a: logging: Make logging a bit cleaner, and make it log to the correct location!

15 years agofuse_a: Update todo/wishlist comments in tahoe_fuse.py to reflect my intent.
nejucomo [Sun, 1 Jun 2008 02:21:42 +0000 (19:21 -0700)]
fuse_a: Update todo/wishlist comments in tahoe_fuse.py to reflect my intent.

15 years agofuse_a: runtests: Add some TODOs and FIXMEs in the comments.
nejucomo [Sun, 1 Jun 2008 02:21:17 +0000 (19:21 -0700)]
fuse_a: runtests: Add some TODOs and FIXMEs in the comments.

15 years agofuse_a: Add more explanation to the failure message when simplejson cannot be imported.
nejucomo [Sun, 1 Jun 2008 02:06:00 +0000 (19:06 -0700)]
fuse_a: Add more explanation to the failure message when simplejson cannot be imported.

15 years agofuse_a: Fix a bug in test cleanup code.
nejucomo [Sun, 1 Jun 2008 02:05:41 +0000 (19:05 -0700)]
fuse_a: Fix a bug in test cleanup code.

15 years agofuse_a: Remove unused webport files...
nejucomo [Sun, 1 Jun 2008 02:03:51 +0000 (19:03 -0700)]
fuse_a: Remove unused webport files...

This prevents the third client from failing to start due to a port
collision with the second client.  The first client, which is used for
testing has a random high port written to webport, and thus does not
interfere.

15 years agofuse_a: Fix the expected path in runtests.py.
nejucomo [Sat, 31 May 2008 07:42:02 +0000 (00:42 -0700)]
fuse_a: Fix the expected path in runtests.py.

15 years agodocs/file-encoding: update some of the stale diagrams to reflect current code
Brian Warner [Tue, 3 Jun 2008 02:21:39 +0000 (19:21 -0700)]
docs/file-encoding: update some of the stale diagrams to reflect current code

15 years agodocs/historical: move 'tahoe2' from wiki into source tree
Brian Warner [Tue, 3 Jun 2008 01:43:31 +0000 (18:43 -0700)]
docs/historical: move 'tahoe2' from wiki into source tree

15 years agomove historical docs from wiki pages into the source tree, clearly marked as historical
Brian Warner [Tue, 3 Jun 2008 01:38:32 +0000 (18:38 -0700)]
move historical docs from wiki pages into the source tree, clearly marked as historical

15 years agodocs/using.html: update CLI section to reflect the new alias: scheme. Closes #431
Brian Warner [Tue, 3 Jun 2008 01:00:16 +0000 (18:00 -0700)]
docs/using.html: update CLI section to reflect the new alias: scheme. Closes #431

15 years agoCLI: make 'tahoe webopen' use the 'tahoe:' alias properly, instead of the old --dir...
Brian Warner [Tue, 3 Jun 2008 00:55:54 +0000 (17:55 -0700)]
CLI: make 'tahoe webopen' use the 'tahoe:' alias properly, instead of the old --dir-cap option

15 years agoCLI: improve docs w.r.t. aliases, add examples to 'tahoe put' and 'tahoe get' help...
Brian Warner [Tue, 3 Jun 2008 00:54:56 +0000 (17:54 -0700)]
CLI: improve docs w.r.t. aliases, add examples to 'tahoe put' and 'tahoe get' help output. Addresses part of #431

15 years agoDon't allow uploads of large files (about 12GiB or larger), since they're doomed...
Brian Warner [Mon, 2 Jun 2008 23:57:01 +0000 (16:57 -0700)]
Don't allow uploads of large files (about 12GiB or larger), since they're doomed to be corrupted. Closes #439

15 years agowindows installer - changing version number for latest release 3.0.3
Peter Secor [Mon, 2 Jun 2008 22:18:16 +0000 (15:18 -0700)]
windows installer - changing version number for latest release 3.0.3

15 years agoarchitecture.txt: explain the introducer SPOF and why it really isn't that bad. Close...
Brian Warner [Fri, 30 May 2008 01:51:11 +0000 (18:51 -0700)]
architecture.txt: explain the introducer SPOF and why it really isn't that bad. Closes #323.

15 years agowindows client - changes to have property for changing cache size and allow you to...
Peter Secor [Fri, 30 May 2008 00:37:48 +0000 (17:37 -0700)]
windows client - changes to have property for changing cache size and allow you to change an account

15 years agodocs/backupdb.txt: preliminary sketch of our plans for the duplicate-upload-avoidance...
Brian Warner [Wed, 28 May 2008 23:20:13 +0000 (16:20 -0700)]
docs/backupdb.txt: preliminary sketch of our plans for the duplicate-upload-avoidance database

15 years agomisc/munin/tahoe_spacetime.py: add a munin plugin to estimate how much time remains...
Brian Warner [Wed, 28 May 2008 18:33:54 +0000 (11:33 -0700)]
misc/munin/tahoe_spacetime.py: add a munin plugin to estimate how much time remains before you run out of space

15 years agomisc/delete-old-helper.sh: simple script to delete old+abandoned helper files
Brian Warner [Wed, 28 May 2008 04:17:20 +0000 (21:17 -0700)]
misc/delete-old-helper.sh: simple script to delete old+abandoned helper files

15 years agotest_system: even more 'cp -r' coverage
Brian Warner [Thu, 22 May 2008 01:40:49 +0000 (18:40 -0700)]
test_system: even more 'cp -r' coverage

15 years agotest_system.py: improve 'cp -r' coverage: exercise copy from tahoe to local disk
Brian Warner [Thu, 22 May 2008 01:36:25 +0000 (18:36 -0700)]
test_system.py: improve 'cp -r' coverage: exercise copy from tahoe to local disk

15 years agoCLI: remove the '-r' shortcut for --dir-cap, to make it available for cp -r
Brian Warner [Thu, 22 May 2008 00:55:32 +0000 (17:55 -0700)]
CLI: remove the '-r' shortcut for --dir-cap, to make it available for cp -r

15 years agotahoe_cp: rewrite, make --recursive work
Brian Warner [Thu, 22 May 2008 00:35:21 +0000 (17:35 -0700)]
tahoe_cp: rewrite, make --recursive work

15 years agotahoe_ls: improve error message when the target is missing
Brian Warner [Thu, 22 May 2008 00:34:52 +0000 (17:34 -0700)]
tahoe_ls: improve error message when the target is missing

15 years agoscripts/common_http.py: add comment about why we need .seek
Brian Warner [Thu, 22 May 2008 00:31:19 +0000 (17:31 -0700)]
scripts/common_http.py: add comment about why we need .seek

15 years agotahoe_cp.py: fix pyflakes complaint
Brian Warner [Wed, 21 May 2008 19:09:13 +0000 (12:09 -0700)]
tahoe_cp.py: fix pyflakes complaint

15 years agocli: initial implementation of 'cp -r', probably doesn't work yet
Brian Warner [Wed, 21 May 2008 18:49:22 +0000 (11:49 -0700)]
cli: initial implementation of 'cp -r', probably doesn't work yet

15 years agoutil.dictutil: move DictOfSets out to a separate utility module
Brian Warner [Wed, 21 May 2008 16:43:49 +0000 (09:43 -0700)]
util.dictutil: move DictOfSets out to a separate utility module

15 years agoCLI: implement the easy part of cp (no -r, only two arguments)
Brian Warner [Tue, 20 May 2008 23:56:03 +0000 (16:56 -0700)]
CLI: implement the easy part of cp (no -r, only two arguments)

15 years agoweb t=json: add 'mutable' key to the information dict
Brian Warner [Tue, 20 May 2008 22:40:49 +0000 (15:40 -0700)]
web t=json: add 'mutable' key to the information dict

15 years agotest_web: improve test coverage of web.common utility code
Brian Warner [Tue, 20 May 2008 22:21:46 +0000 (15:21 -0700)]
test_web: improve test coverage of web.common utility code

15 years agoweb: fix JSON output for mutable files
Brian Warner [Tue, 20 May 2008 22:14:19 +0000 (15:14 -0700)]
web: fix JSON output for mutable files

15 years agoCLI: add 'list-aliases', factor out get_aliases
Brian Warner [Tue, 20 May 2008 21:36:04 +0000 (14:36 -0700)]
CLI: add 'list-aliases', factor out get_aliases

15 years agoCLI: add 'ln', just like move but without the delete
Brian Warner [Tue, 20 May 2008 20:30:31 +0000 (13:30 -0700)]
CLI: add 'ln', just like move but without the delete

15 years agotest_system.py: remove dead code
Brian Warner [Tue, 20 May 2008 20:20:48 +0000 (13:20 -0700)]
test_system.py: remove dead code

15 years agotahoe_ls: improve output formatting
Brian Warner [Tue, 20 May 2008 20:07:50 +0000 (13:07 -0700)]
tahoe_ls: improve output formatting

15 years agoCLI mv: if we can't created the new child, don't delete the old one
Brian Warner [Tue, 20 May 2008 19:49:47 +0000 (12:49 -0700)]
CLI mv: if we can't created the new child, don't delete the old one

15 years agoCLI ls: add --readonly-uri to display readonly URIs for all children
Brian Warner [Tue, 20 May 2008 19:49:11 +0000 (12:49 -0700)]
CLI ls: add --readonly-uri to display readonly URIs for all children