]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/log
tahoe-lafs/tahoe-lafs.git
16 years agomake the wapi/wui [*] support creation of a new directory without there already being...
Zooko O'Whielacronx [Thu, 20 Dec 2007 19:58:17 +0000 (12:58 -0700)]
make the wapi/wui [*] support creation of a new directory without there already being an existing directory to link the new one into

[*] WebAPI/WebUI

16 years agomutable: always include ourselves in the querylist when Publishing, because 0.7.0...
Brian Warner [Wed, 19 Dec 2007 07:06:53 +0000 (00:06 -0700)]
mutable: always include ourselves in the querylist when Publishing, because 0.7.0 usually stores our root dirnode only on ourselves, and our nodeid might not appear in the first N+epsilon peers

16 years agomutable.py: one more logging fix
Brian Warner [Wed, 19 Dec 2007 06:42:41 +0000 (23:42 -0700)]
mutable.py: one more logging fix

16 years agomutable.py: oops, our logging wrappers can't take posargs yet
Brian Warner [Wed, 19 Dec 2007 06:36:16 +0000 (23:36 -0700)]
mutable.py: oops, our logging wrappers can't take posargs yet

16 years agomutable.Publish: improve logging
Brian Warner [Wed, 19 Dec 2007 06:30:50 +0000 (23:30 -0700)]
mutable.Publish: improve logging

16 years agodirnode: add set_uris() and set_nodes() (plural), to set multiple children at once...
Brian Warner [Wed, 19 Dec 2007 06:30:02 +0000 (23:30 -0700)]
dirnode: add set_uris() and set_nodes() (plural), to set multiple children at once. Use it to set up a new webapi test for issue #237.

16 years agonode: provoke foolscap-0.2.2 into saving logport.furl, so we can attach to it with...
Brian Warner [Wed, 19 Dec 2007 06:27:02 +0000 (23:27 -0700)]
node: provoke foolscap-0.2.2 into saving logport.furl, so we can attach to it with 'flogtool dump'. Also, place it in private/, since logs are considered somewhat private

16 years agofix representation of node ids in PeerTracker objects
Zooko O'Whielacronx [Thu, 20 Dec 2007 00:55:28 +0000 (17:55 -0700)]
fix representation of node ids in PeerTracker objects

16 years agoremove some no-longer needed replacements of "/" with "!" in uris
Zooko O'Whielacronx [Thu, 20 Dec 2007 00:54:40 +0000 (17:54 -0700)]
remove some no-longer needed replacements of "/" with "!" in uris

16 years agomore new-pyflakes warnings fixed
Brian Warner [Wed, 19 Dec 2007 01:51:33 +0000 (18:51 -0700)]
more new-pyflakes warnings fixed

16 years agothe new pyflakes is stricter, complaining about function definitions that overshadow...
Brian Warner [Wed, 19 Dec 2007 01:47:28 +0000 (18:47 -0700)]
the new pyflakes is stricter, complaining about function definitions that overshadow earlier definitions or imports. Fix some of its complaints.

16 years agohush pyflakes
Brian Warner [Wed, 19 Dec 2007 01:37:22 +0000 (18:37 -0700)]
hush pyflakes

16 years agocreate_node.py: need to create private/ dir in create-client so we can touch the...
Brian Warner [Tue, 18 Dec 2007 22:42:18 +0000 (15:42 -0700)]
create_node.py: need to create private/ dir in create-client so we can touch the my_private_dir.cap file

16 years agooops, touch private/my_private_dir.cap when creating the client
Brian Warner [Tue, 18 Dec 2007 22:36:59 +0000 (15:36 -0700)]
oops, touch private/my_private_dir.cap when creating the client

16 years agocheck_load: add stats-gathering
Brian Warner [Tue, 18 Dec 2007 21:07:37 +0000 (14:07 -0700)]
check_load: add stats-gathering

16 years agoadd a simple load-generating tool to do random reads and writes
Brian Warner [Tue, 18 Dec 2007 04:06:07 +0000 (21:06 -0700)]
add a simple load-generating tool to do random reads and writes

16 years agomove my_private_dir.cap into private/
Brian Warner [Tue, 18 Dec 2007 03:57:40 +0000 (20:57 -0700)]
move my_private_dir.cap into private/

16 years agomy_private_dir.cap: add newline for readability, open with mode 'w' not 'w+' since...
Brian Warner [Tue, 18 Dec 2007 03:48:48 +0000 (20:48 -0700)]
my_private_dir.cap: add newline for readability, open with mode 'w' not 'w+' since we don't need to read from this filehandle

16 years agoremove the slash-to-bang conversion from CLI tools and webapi.txt
Brian Warner [Tue, 18 Dec 2007 03:22:26 +0000 (20:22 -0700)]
remove the slash-to-bang conversion from CLI tools and webapi.txt

16 years agounit test that POST /uri/?t=mkdir works
Zooko O'Whielacronx [Wed, 19 Dec 2007 00:47:49 +0000 (17:47 -0700)]
unit test that POST /uri/?t=mkdir works

16 years agoremove the DirnodeURI foolscap schema and mv those regexes into uri.py
Zooko O'Whielacronx [Wed, 19 Dec 2007 00:44:24 +0000 (17:44 -0700)]
remove the DirnodeURI foolscap schema and mv those regexes into uri.py
We currently do not pass dirnode uris over foolscap.

16 years agomake more precise regexp for WriteableSSKFileURI and DirnodeURI and use it in unit...
Zooko O'Whielacronx [Tue, 18 Dec 2007 20:15:08 +0000 (13:15 -0700)]
make more precise regexp for WriteableSSKFileURI and DirnodeURI and use it in unit tests
Also allow an optional leading "http://127.0.0.1:8123/uri/".
Also fix a few unit tests to generate bogus Dirnode URIs of the modern form instead of the former form.

16 years agofix unit tests to assert that we do *not* link to start.html when there is no private...
Zooko O'Whielacronx [Tue, 18 Dec 2007 01:51:16 +0000 (18:51 -0700)]
fix unit tests to assert that we do *not* link to start.html when there is no private dir, instead of asserting that we *do*

16 years agodo not put a link from the welcoXme page to the start.html if there is not a private...
Zooko O'Whielacronx [Tue, 18 Dec 2007 01:35:59 +0000 (18:35 -0700)]
do not put a link from the welcoXme page to the start.html if there is not a private directory

16 years agorename "my_private_dir.uri" to "my_private_dir.cap"
Zooko O'Whielacronx [Tue, 18 Dec 2007 01:35:25 +0000 (18:35 -0700)]
rename "my_private_dir.uri" to "my_private_dir.cap"

16 years agorename "secret" to "lease_secret" and change its size from 16 to 32 bytes
Zooko O'Whielacronx [Tue, 18 Dec 2007 01:34:11 +0000 (18:34 -0700)]
rename "secret" to "lease_secret" and change its size from 16 to 32 bytes

16 years agoput all private state in $BASEDIR/private
Zooko O'Whielacronx [Mon, 17 Dec 2007 23:39:54 +0000 (16:39 -0700)]
put all private state in $BASEDIR/private
fixes #219

The only part of #219 that this doesn't include is the part about
logpublisher, which has been moved out of tahoe into foolscap.

16 years agowe no longer need to replace "/" with "!" in urls
Zooko O'Whielacronx [Sat, 15 Dec 2007 01:25:50 +0000 (18:25 -0700)]
we no longer need to replace "/" with "!" in urls

16 years agotidy-up some comments and logging messages
Zooko O'Whielacronx [Sat, 15 Dec 2007 01:24:46 +0000 (18:24 -0700)]
tidy-up some comments and logging messages

16 years agofix the overwrite button and add unit test for it
Zooko O'Whielacronx [Sat, 15 Dec 2007 00:52:05 +0000 (17:52 -0700)]
fix the overwrite button and add unit test for it

16 years agotest_system.py: oops, match change in RIControl
Brian Warner [Fri, 14 Dec 2007 10:08:16 +0000 (03:08 -0700)]
test_system.py: oops, match change in RIControl

16 years agotest_web.py: cosmetic, remove leftover trailing space
Brian Warner [Fri, 14 Dec 2007 09:06:09 +0000 (02:06 -0700)]
test_web.py: cosmetic, remove leftover trailing space

16 years agocheck-speed: test SSK upload/download speed too. SDMF imposes a limit on the file...
Brian Warner [Fri, 14 Dec 2007 09:05:31 +0000 (02:05 -0700)]
check-speed: test SSK upload/download speed too. SDMF imposes a limit on the file sizes, no 10MB or 100MB test

16 years agoMakefile check-speed: force-quit any leftover client before starting a new test
Brian Warner [Fri, 14 Dec 2007 09:04:25 +0000 (02:04 -0700)]
Makefile check-speed: force-quit any leftover client before starting a new test

16 years agoremove logpublisher, use the Foolscap version now that this functionality has been...
Brian Warner [Thu, 13 Dec 2007 03:31:01 +0000 (20:31 -0700)]
remove logpublisher, use the Foolscap version now that this functionality has been moved into Foolscap-0.2.2

16 years agoremove tests of logging functionality that's been subsumed by foolscap logging
Brian Warner [Thu, 13 Dec 2007 03:23:53 +0000 (20:23 -0700)]
remove tests of logging functionality that's been subsumed by foolscap logging

16 years agomove to foolscap-0.2.2
Brian Warner [Thu, 13 Dec 2007 03:21:45 +0000 (20:21 -0700)]
move to foolscap-0.2.2

16 years agoremove unimplemented and skipped test for feature that we don't plan to implement...
Zooko O'Whielacronx [Thu, 13 Dec 2007 03:06:05 +0000 (20:06 -0700)]
remove unimplemented and skipped test for feature that we don't plan to implement any time soon (XML-RPC interface)

16 years agoremove unused import: thanks, pyflakes
Zooko O'Whielacronx [Thu, 13 Dec 2007 03:05:30 +0000 (20:05 -0700)]
remove unused import: thanks, pyflakes

16 years agorefactor the feature of getting versions of packages, include the version numbers...
Zooko O'Whielacronx [Thu, 13 Dec 2007 02:37:37 +0000 (19:37 -0700)]
refactor the feature of getting versions of packages, include the version numbers of more of the packages that we use

16 years agoa few documentation and naming convention updates
Zooko O'Whielacronx [Thu, 13 Dec 2007 02:34:08 +0000 (19:34 -0700)]
a few documentation and naming convention updates
Notable: the argument to make REPORTER has been renamed to TRIALARGS.

16 years agoediting: change names like "MyThing" to "FakeThing" for fake objects in unit tests
Zooko O'Whielacronx [Wed, 12 Dec 2007 01:10:29 +0000 (18:10 -0700)]
editing: change names like "MyThing" to "FakeThing" for fake objects in unit tests

16 years agofix unit test to pass forward-slashes to the CLI since it demands that the CLI emit...
Zooko O'Whielacronx [Wed, 12 Dec 2007 03:03:44 +0000 (20:03 -0700)]
fix unit test to pass forward-slashes to the CLI since it demands that the CLI emit forward-slashes

16 years agotest_web.py: survive localdir/localfile= names with spaces. Should close #223
Brian Warner [Wed, 12 Dec 2007 02:47:04 +0000 (19:47 -0700)]
test_web.py: survive localdir/localfile= names with spaces. Should close #223

16 years agotest_system: write test data in 'b' verbatim mode, since on windows the default text...
Brian Warner [Wed, 12 Dec 2007 02:16:33 +0000 (19:16 -0700)]
test_system: write test data in 'b' verbatim mode, since on windows the default text-mode is different. Addresses one of the failures in #223

16 years agowebish: append save=true to a GET URL to save-to-disk. Closes #222.
Brian Warner [Wed, 12 Dec 2007 01:04:44 +0000 (18:04 -0700)]
webish: append save=true to a GET URL to save-to-disk. Closes #222.

16 years agoREADME.win32: add note showing MikeB where this file is making false statements :-)
Zooko O'Whielacronx [Wed, 12 Dec 2007 00:26:10 +0000 (17:26 -0700)]
README.win32: add note showing MikeB where this file is making false statements :-)

16 years agoREADME.win32: clarify layout a bit
Zooko O'Whielacronx [Wed, 12 Dec 2007 00:25:58 +0000 (17:25 -0700)]
README.win32: clarify layout a bit

16 years agofix import error, detected thanks to "make test"
Zooko O'Whielacronx [Wed, 12 Dec 2007 00:23:01 +0000 (17:23 -0700)]
fix import error, detected thanks to "make test"

16 years agofix missing import, thanks to pyflakes
Zooko O'Whielacronx [Wed, 12 Dec 2007 00:00:29 +0000 (17:00 -0700)]
fix missing import, thanks to pyflakes

16 years agofix test_introducer to wait for the right things in order to avoid intermittent test...
Zooko O'Whielacronx [Tue, 11 Dec 2007 21:08:15 +0000 (14:08 -0700)]
fix test_introducer to wait for the right things in order to avoid intermittent test failures

16 years agosetup.py: arg, another stupid paste error, affecting cygwin
Brian Warner [Tue, 11 Dec 2007 03:17:34 +0000 (20:17 -0700)]
setup.py: arg, another stupid paste error, affecting cygwin

16 years agoupgrade to foolscap-0.2.1, with a new logging framework
Brian Warner [Tue, 11 Dec 2007 01:35:08 +0000 (18:35 -0700)]
upgrade to foolscap-0.2.1, with a new logging framework

16 years agofix IntroducerClient.when_enough_peers()
Zooko O'Whielacronx [Tue, 11 Dec 2007 03:22:59 +0000 (20:22 -0700)]
fix IntroducerClient.when_enough_peers()
add IntroducerClient.when_few_enough_peers(), fix and improve test_introducer

16 years agosetup.py: fix stupid cut-and-paste error
Brian Warner [Tue, 11 Dec 2007 03:08:38 +0000 (20:08 -0700)]
setup.py: fix stupid cut-and-paste error

16 years agobuild-deps: require setuptools 0.6c4 or later, because older ones don't allow foolsca...
Brian Warner [Tue, 11 Dec 2007 03:06:59 +0000 (20:06 -0700)]
build-deps: require setuptools 0.6c4 or later, because older ones don't allow foolscap to use os.random at import time

16 years agocontrol.py: hush pyflakes warning
Brian Warner [Fri, 7 Dec 2007 01:38:42 +0000 (18:38 -0700)]
control.py: hush pyflakes warning

16 years agothe wait_for_numpeers= argument to client.upload() is optional: make both the code...
Brian Warner [Fri, 7 Dec 2007 01:36:58 +0000 (18:36 -0700)]
the wait_for_numpeers= argument to client.upload() is optional: make both the code and the Interface reflect this

16 years agomove increase_rlimits() into iputil and make it a no-op on Windows
Zooko O'Whielacronx [Fri, 7 Dec 2007 15:03:43 +0000 (08:03 -0700)]
move increase_rlimits() into iputil and make it a no-op on Windows

16 years agomake check-memory use the new POST /uri?t=upload
Zooko O'Whielacronx [Fri, 7 Dec 2007 00:28:23 +0000 (17:28 -0700)]
make check-memory use the new POST /uri?t=upload

16 years agomake control.get_memory_usage() return all zeroes if reading /proc/mem/whatsit raises...
Zooko O'Whielacronx [Fri, 7 Dec 2007 00:27:40 +0000 (17:27 -0700)]
make control.get_memory_usage() return all zeroes if reading /proc/mem/whatsit raises an exception

16 years agoadd POST /uri?t=upload and tests thereof
Zooko O'Whielacronx [Fri, 7 Dec 2007 00:17:02 +0000 (17:17 -0700)]
add POST /uri?t=upload and tests thereof
Hm...  I refactored processing of segments in a way that I marked as "XXX HELP
I AM YUCKY", and then I ran out of time for rerefactoring it before I
committed.  At least all the tests pass.

16 years agostorage.py: factor out a common compare() routine
Brian Warner [Wed, 5 Dec 2007 07:20:34 +0000 (00:20 -0700)]
storage.py: factor out a common compare() routine

16 years agowebish: fix overwrite form display
Brian Warner [Wed, 5 Dec 2007 07:15:13 +0000 (00:15 -0700)]
webish: fix overwrite form display

16 years agotest_web.py: add coverage for directory listings that include mutable files
Brian Warner [Wed, 5 Dec 2007 06:57:40 +0000 (23:57 -0700)]
test_web.py: add coverage for directory listings that include mutable files

16 years agotest_web.py: add coverage for POST t=check
Brian Warner [Wed, 5 Dec 2007 06:49:38 +0000 (23:49 -0700)]
test_web.py: add coverage for POST t=check

16 years agowebish: add POST t=mutable, make it replace files in-place, add t=overwrite
Brian Warner [Wed, 5 Dec 2007 06:42:54 +0000 (23:42 -0700)]
webish: add POST t=mutable, make it replace files in-place, add t=overwrite

16 years agotest_web.py: remove last use of fake_* methods, remove dead code
Brian Warner [Wed, 5 Dec 2007 06:11:00 +0000 (23:11 -0700)]
test_web.py: remove last use of fake_* methods, remove dead code

16 years agorefactor web tests, and interfaces.IFileNode
Brian Warner [Wed, 5 Dec 2007 06:01:37 +0000 (23:01 -0700)]
refactor web tests, and interfaces.IFileNode

16 years agochecker: improve test coverage a little bit
Brian Warner [Wed, 5 Dec 2007 01:00:12 +0000 (18:00 -0700)]
checker: improve test coverage a little bit

16 years agouri.py: improve test coverage
Brian Warner [Wed, 5 Dec 2007 00:38:31 +0000 (17:38 -0700)]
uri.py: improve test coverage

16 years agoremove most (maybe all?) traces of old Dirnode class. Yay for negative code days.
Brian Warner [Wed, 5 Dec 2007 00:00:58 +0000 (17:00 -0700)]
remove most (maybe all?) traces of old Dirnode class. Yay for negative code days.

16 years agoimprove test coverage on FileNode.check
Brian Warner [Tue, 4 Dec 2007 22:55:27 +0000 (15:55 -0700)]
improve test coverage on FileNode.check

16 years agotest_dirnode.py: obtain full coverage of dirnode.py
Brian Warner [Tue, 4 Dec 2007 21:32:04 +0000 (14:32 -0700)]
test_dirnode.py: obtain full coverage of dirnode.py

16 years agorename dirnode2.py to dirnode.py
Brian Warner [Tue, 4 Dec 2007 18:45:20 +0000 (11:45 -0700)]
rename dirnode2.py to dirnode.py

16 years agotest_mutable: improve test coverage a bit, add test_filenode.py
Brian Warner [Tue, 4 Dec 2007 04:37:54 +0000 (21:37 -0700)]
test_mutable: improve test coverage a bit, add test_filenode.py

16 years agoremove PyCrypto, now we only use pycrypto++
Brian Warner [Tue, 4 Dec 2007 01:10:01 +0000 (18:10 -0700)]
remove PyCrypto, now we only use pycrypto++

16 years agouse AES from pycryptopp instead of pycrypto, also truncate the keys slightly differently
Brian Warner [Tue, 4 Dec 2007 00:27:46 +0000 (17:27 -0700)]
use AES from pycryptopp instead of pycrypto, also truncate the keys slightly differently

16 years agoremove leftover defer.setDebugging(), to speed up tests from 200s to 83s
Brian Warner [Tue, 4 Dec 2007 00:10:02 +0000 (17:10 -0700)]
remove leftover defer.setDebugging(), to speed up tests from 200s to 83s

16 years agofix several bugs and warnings -- thanks, pyflakes
Zooko O'Whielacronx [Mon, 3 Dec 2007 22:42:35 +0000 (15:42 -0700)]
fix several bugs and warnings -- thanks, pyflakes

16 years agoA hastily written single-threaded read-only fuse client.
nejucomo [Tue, 20 Nov 2007 08:21:50 +0000 (01:21 -0700)]
A hastily written single-threaded read-only fuse client.

16 years agomerge patch to integrate decentralized directories with "introducer_and_vdrive.py...
Zooko O'Whielacronx [Mon, 3 Dec 2007 22:29:04 +0000 (15:29 -0700)]
merge patch to integrate decentralized directories with "introducer_and_vdrive.py: use logpublisher too"

16 years agointroducer_and_vdrive.py: use logpublisher too
Brian Warner [Tue, 20 Nov 2007 21:22:26 +0000 (14:22 -0700)]
introducer_and_vdrive.py: use logpublisher too

16 years agoencode.py: trivial whitespace change
Brian Warner [Tue, 20 Nov 2007 06:00:29 +0000 (23:00 -0700)]
encode.py: trivial whitespace change

16 years agomerge patch to integrate decentralized directories with patch "download: use hierarch...
Zooko O'Whielacronx [Mon, 3 Dec 2007 22:27:21 +0000 (15:27 -0700)]
merge patch to integrate decentralized directories with patch "download: use hierarchical logging"

16 years agomore hierarchical logging: download/upload/encode
Brian Warner [Tue, 20 Nov 2007 02:33:41 +0000 (19:33 -0700)]
more hierarchical logging: download/upload/encode

16 years agodownload: use hierarchical logging
Brian Warner [Tue, 20 Nov 2007 02:07:10 +0000 (19:07 -0700)]
download: use hierarchical logging

16 years agologging: only test log.err when Twisted is new enough to let us ignore the generated...
Brian Warner [Tue, 20 Nov 2007 01:37:00 +0000 (18:37 -0700)]
logging: only test log.err when Twisted is new enough to let us ignore the generated errors

16 years agomerge patch to integrate decentralized directories with patch to "only test log.err...
Zooko O'Whielacronx [Mon, 3 Dec 2007 22:25:14 +0000 (15:25 -0700)]
merge patch to integrate decentralized directories with patch to "only test log.err when Twisted is new enough to let us ignore the generated errors"

16 years agohierarchical logging: add numbered messages and parent= args
Brian Warner [Tue, 20 Nov 2007 01:23:18 +0000 (18:23 -0700)]
hierarchical logging: add numbered messages and parent= args

16 years agodebian: add Depends: on python-pycryptopp, now that it's been packaged
Brian Warner [Mon, 19 Nov 2007 20:04:50 +0000 (13:04 -0700)]
debian: add Depends: on python-pycryptopp, now that it's been packaged

16 years agotest_client: stall 2.0s between shutdown and restart, trying to fix cygwin
Brian Warner [Mon, 19 Nov 2007 03:41:26 +0000 (20:41 -0700)]
test_client: stall 2.0s between shutdown and restart, trying to fix cygwin

16 years agologtool: add 'gather' and 'dump' modes
Brian Warner [Mon, 19 Nov 2007 01:32:04 +0000 (18:32 -0700)]
logtool: add 'gather' and 'dump' modes

16 years agologtool: rename get-logs.py to logtool.py
Brian Warner [Mon, 19 Nov 2007 01:30:55 +0000 (18:30 -0700)]
logtool: rename get-logs.py to logtool.py

16 years agologpublisher: hush pyflakes warning
Brian Warner [Sat, 17 Nov 2007 03:14:46 +0000 (20:14 -0700)]
logpublisher: hush pyflakes warning

16 years agologpublisher: implement subscribe/publish for log, add a sample client
Brian Warner [Sat, 17 Nov 2007 03:07:50 +0000 (20:07 -0700)]
logpublisher: implement subscribe/publish for log, add a sample client

16 years agomutable: fix control flow to allow good+bad shares from a peer. Fixes #211.
Brian Warner [Sat, 17 Nov 2007 00:12:33 +0000 (17:12 -0700)]
mutable: fix control flow to allow good+bad shares from a peer. Fixes #211.

16 years agonode.py: try to fix rlimit-setting again
Brian Warner [Fri, 16 Nov 2007 23:12:38 +0000 (16:12 -0700)]
node.py: try to fix rlimit-setting again

16 years agonode.py: try rlimit fix again
Brian Warner [Fri, 16 Nov 2007 06:09:02 +0000 (23:09 -0700)]
node.py: try rlimit fix again

16 years agonode.py: try to fix RLIMIT_NOFILE on solaris too
Brian Warner [Fri, 16 Nov 2007 06:06:44 +0000 (23:06 -0700)]
node.py: try to fix RLIMIT_NOFILE on solaris too