]>
git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/log
Brian Warner [Thu, 11 Oct 2007 09:24:17 +0000 (02:24 -0700)]
node.py: don't append 'Z' to the timestamp, since it's really localtime. We need deeper changes to make it be UTC
Brian Warner [Thu, 11 Oct 2007 09:20:20 +0000 (02:20 -0700)]
check_memory.py: don't use self.keepalive_file until it's been initialized
Brian Warner [Thu, 11 Oct 2007 09:19:59 +0000 (02:19 -0700)]
create_node.py: allow config['webport'] to be missing, for check_memory
Brian Warner [Thu, 11 Oct 2007 09:13:05 +0000 (02:13 -0700)]
node.py: set logging timestamp to '2007-10-11 02:11:14.000Z', per ticket #171. No milliseconds yet, though
Brian Warner [Thu, 11 Oct 2007 09:01:23 +0000 (02:01 -0700)]
create_node: use a webport by default, on localhost:8011
Brian Warner [Thu, 11 Oct 2007 08:55:29 +0000 (01:55 -0700)]
test_cli.py: hush pyflakes with a dummy usage, until we get some real CLI tests
Brian Warner [Thu, 11 Oct 2007 08:54:23 +0000 (01:54 -0700)]
runner: make most commands use ~/.tahoe by default (create-client, start/stop/restart, all CLI tools, but *not* create-introducer
Brian Warner [Thu, 11 Oct 2007 08:38:04 +0000 (01:38 -0700)]
webish: write node.url, for the benefit of CLI tools
Brian Warner [Thu, 11 Oct 2007 08:34:44 +0000 (01:34 -0700)]
cli: use urllib.escape on all URIs
Brian Warner [Thu, 11 Oct 2007 07:30:36 +0000 (00:30 -0700)]
cli: add --node-directory and --root-uri to all commands
Brian Warner [Thu, 11 Oct 2007 13:58:08 +0000 (06:58 -0700)]
webapi.txt: reinstate documentation of the unpleasant URI-escaping needed for
slashes in dirnode URIs, to be resolved some day by #102.
Brian Warner [Thu, 11 Oct 2007 03:10:03 +0000 (20:10 -0700)]
'tahoe restart': re-enable --force option, which was accidentally lost
Zooko O'Whielacronx [Thu, 4 Oct 2007 21:14:48 +0000 (14:14 -0700)]
setup: we needn't depend on make-version targets because setup.py always attempts to make a version whenever it is executed
Zooko O'Whielacronx [Thu, 4 Oct 2007 21:11:16 +0000 (14:11 -0700)]
setup: attempt to work-around the problem that paths might end with trailing back-slashes (on Windows) by appending a PATHSEP (i.e. ":" or ";") instead of an OSSEP (i.e. "/" or "\")
I don't know what will happen if the path ends up with something like
"C:\Programs and Files\Whatever\;" on Windows, and then that gets passed to
cygwin bash. This reminds me of Brian's suggestion to use Python helper
scripts (c.f. misc/find-dep-eggs.py) instead of writing this stuff in the
GNUmake language. And *that* reminds me of the idea of writing the whole damn
thing in Python instead of in GNUmake, i.e. make all of our build tools be
plugins for setuptools instead of being GNUmake targets.
Zooko O'Whielacronx [Thu, 4 Oct 2007 20:09:20 +0000 (13:09 -0700)]
setup: patch to fix bug in our latest ez_setup.py if pkg_resources can't be imported
Zooko O'Whielacronx [Thu, 4 Oct 2007 19:37:21 +0000 (12:37 -0700)]
README: add note about how to build on Windows-native using gcc, and a bit of editing
Zooko O'Whielacronx [Thu, 4 Oct 2007 18:23:20 +0000 (11:23 -0700)]
setup: bundle simplejson-1.7.3 in misc/dependencies
Zooko O'Whielacronx [Thu, 4 Oct 2007 18:18:46 +0000 (11:18 -0700)]
setup: import bugfix to ez_setup.py
Zooko O'Whielacronx [Thu, 4 Oct 2007 18:07:46 +0000 (11:07 -0700)]
more information SkipTest for XMLRPC
Zooko O'Whielacronx [Thu, 4 Oct 2007 15:12:53 +0000 (08:12 -0700)]
README: OpenSSL is bundled with pyOpenSSL on Windows-native
Zooko O'Whielacronx [Wed, 3 Oct 2007 22:28:37 +0000 (15:28 -0700)]
setup: remove MANIFEST.in in favor of the new setuptools_darcs_plugin
MANIFEST.in is a script where you express all the files that you want to be
included (on top of the ones that setuptools figured out for itself).
setuptools_darcs_plugin is a setuptools plugin that makes all files which are
under darcs revision control get included.
Zooko O'Whielacronx [Wed, 3 Oct 2007 22:14:14 +0000 (15:14 -0700)]
setup: use ez_setup.py without a "download delay"
Zooko O'Whielacronx [Wed, 3 Oct 2007 22:13:19 +0000 (15:13 -0700)]
setup: import the latest version of ez_setup.py with my patches
Zooko O'Whielacronx [Tue, 2 Oct 2007 20:19:07 +0000 (13:19 -0700)]
README: refactor README
fixes #163
hopefully fixes #148 -- but somebody else will have to try it (maybe Mike Booker) to find out!
Brian Warner [Thu, 27 Sep 2007 01:24:51 +0000 (18:24 -0700)]
upgrade to foolscap-0.1.7
Brian Warner [Thu, 27 Sep 2007 01:16:15 +0000 (18:16 -0700)]
check_speed: average multiple pings when measuring RTT
Brian Warner [Thu, 27 Sep 2007 01:15:13 +0000 (18:15 -0700)]
debian: oops, set debian/changelog version to 0.6.0-1+, to be less than everything the buildbot is creating
Brian Warner [Thu, 27 Sep 2007 00:58:42 +0000 (17:58 -0700)]
debian: put a version string of '0.6.0+' in the debian changelog
Brian Warner [Thu, 27 Sep 2007 00:55:24 +0000 (17:55 -0700)]
debian/sid: copy rules from feisty, the same can be used for both
Brian Warner [Thu, 27 Sep 2007 00:52:30 +0000 (17:52 -0700)]
debian/feisty: use our original bin/allmydata-tahoe instead of setuptools's
because the setuptools "entry points" form asserts that there are
setuptools-visible packages like nevow/zope.interface (i.e. they have .egg-info
metadata). Until very recently, most debian systems did not install this
metadata. Instead, we rely upon the usual debian dependency checking as
expressed in debian/control .
Zooko O'Whielacronx [Sat, 29 Sep 2007 18:05:25 +0000 (11:05 -0700)]
README: add dependency on OpenSSL
Zooko O'Whielacronx [Sat, 29 Sep 2007 18:05:20 +0000 (11:05 -0700)]
README: edits
Zooko O'Whielacronx [Thu, 27 Sep 2007 22:06:17 +0000 (15:06 -0700)]
setup: don't include zope.interface in our automatically-satisfiable dependencies for now
Brian Warner [Wed, 26 Sep 2007 22:00:59 +0000 (15:00 -0700)]
dump-share: clarify the label on the size of the original file
Brian Warner [Wed, 26 Sep 2007 20:07:33 +0000 (13:07 -0700)]
check_speed: measure RTT, report per-file times as a multiple of RTT
Brian Warner [Wed, 26 Sep 2007 19:21:15 +0000 (12:21 -0700)]
control: add measure_peer_response_time(), to estimate RTT for the mesh
Brian Warner [Wed, 26 Sep 2007 19:20:48 +0000 (12:20 -0700)]
client.py: add the missing remote_get_nodeid() method claimed in interfaces.py
Brian Warner [Wed, 26 Sep 2007 19:07:37 +0000 (12:07 -0700)]
test_system.py minor typo
Brian Warner [Wed, 26 Sep 2007 19:06:55 +0000 (12:06 -0700)]
test_system.py: add coverage for allmydata.control
Brian Warner [Wed, 26 Sep 2007 04:03:54 +0000 (21:03 -0700)]
test_client.py: add TODO to test the hotline-timeout file
Brian Warner [Wed, 26 Sep 2007 03:07:03 +0000 (20:07 -0700)]
check_speed.py: minor comment
Brian Warner [Wed, 26 Sep 2007 02:22:33 +0000 (19:22 -0700)]
client.py: increase hotline timeout, the check_memory test is failing
Brian Warner [Wed, 26 Sep 2007 01:57:36 +0000 (18:57 -0700)]
check_speed.py: use more small-file tests to improve accuracy of per-file time
Brian Warner [Wed, 26 Sep 2007 01:47:48 +0000 (18:47 -0700)]
check_memory: more keepalive-file debug messages
Brian Warner [Wed, 26 Sep 2007 01:26:54 +0000 (18:26 -0700)]
check_memory: put framework log in a stable place, add debug code to figure
out why the keepalive-file isn't doing its job
Brian Warner [Tue, 25 Sep 2007 01:12:37 +0000 (18:12 -0700)]
test_system.py: do one upload, then test debug scripts, then do other uploads
Brian Warner [Tue, 25 Sep 2007 01:12:04 +0000 (18:12 -0700)]
docs/CHK-hashes.svg: preliminary copy of a whiteboard drawing, showing hash relationships in a CHK file
Zooko O'Whielacronx [Mon, 24 Sep 2007 22:37:19 +0000 (15:37 -0700)]
README: update link to test grid on web page
Zooko O'Whielacronx [Mon, 24 Sep 2007 21:43:58 +0000 (14:43 -0700)]
TAG allmydata-tahoe-0.6.0
Zooko O'Whielacronx [Mon, 24 Sep 2007 21:42:38 +0000 (14:42 -0700)]
relnotes.txt: link to the final version of the README for v0.6
Zooko O'Whielacronx [Mon, 24 Sep 2007 21:32:31 +0000 (14:32 -0700)]
relnotes.txt: add Performance section, fix link to foolscap
Zooko O'Whielacronx [Mon, 24 Sep 2007 20:17:27 +0000 (13:17 -0700)]
cli: use port 8123 as the example port number
Zooko O'Whielacronx [Mon, 24 Sep 2007 20:07:32 +0000 (13:07 -0700)]
README: reflow to 80 cols
Brian Warner [Mon, 24 Sep 2007 19:38:59 +0000 (12:38 -0700)]
setup.py use sys.executable instead of hard-coded 'python' to run make-version.py
Brian Warner [Mon, 24 Sep 2007 19:38:37 +0000 (12:38 -0700)]
make-version.py: when _darcs doesn't exist, make the warning less scary-looking
Zooko O'Whielacronx [Mon, 24 Sep 2007 18:55:24 +0000 (11:55 -0700)]
README: use 8123 instead of 8080/8443 as the example port numbers
If people follow the example, I'd like for them to land on an otherwise
little-claimed port number in case we standardize on it in order to facilitate
exchange of URLs.
Zooko O'Whielacronx [Mon, 24 Sep 2007 18:54:17 +0000 (11:54 -0700)]
README: fix/update description of allmydata-tahoe
Zooko O'Whielacronx [Mon, 24 Sep 2007 18:41:40 +0000 (11:41 -0700)]
README: fix bug in which How To Build was omitted from The Running-In-Place Way to install.
Zooko O'Whielacronx [Mon, 24 Sep 2007 18:41:24 +0000 (11:41 -0700)]
README: fix bug in which pywin32 was mentioned as easy_installable
Zooko O'Whielacronx [Mon, 24 Sep 2007 01:43:36 +0000 (18:43 -0700)]
setup: attempt to invoke make-version.py whenever setup.py is evaluated
Zooko O'Whielacronx [Sun, 23 Sep 2007 17:08:04 +0000 (10:08 -0700)]
relnotes.txt: a few final touch-ups for v0.6
Zooko O'Whielacronx [Sun, 23 Sep 2007 14:06:54 +0000 (07:06 -0700)]
startstop_node.py: use SIGINT instead of SIGTERM to stop the node (fixes #143)
Zooko O'Whielacronx [Sun, 23 Sep 2007 12:47:11 +0000 (05:47 -0700)]
README: add notes about how to use easy_install for dependencies
Zooko O'Whielacronx [Sat, 22 Sep 2007 22:26:27 +0000 (15:26 -0700)]
fix test_vdrive (fixes #144)
It turns out that we actually have *two* files in our storage servers at the
time that test_vdrive asserts things about the shares. I suppose that
test_vdrive happens to pass on all other operating systems because the
filesystem happens to return the right share as the first one in a
"listdir()". The fix in this patch is slightly kludgey -- allow either share
to pass -- but good enough.
Zooko O'Whielacronx [Sat, 22 Sep 2007 03:03:27 +0000 (20:03 -0700)]
relnotes.txt: line-wrap to 70-chars and a small edit
Brian Warner [Sat, 22 Sep 2007 07:04:46 +0000 (00:04 -0700)]
check_speed: add optional 100MB test, if the 10MB test finished fast enough
Brian Warner [Fri, 21 Sep 2007 23:52:55 +0000 (16:52 -0700)]
node.py: chmod the foolscap private key (node.pem) to 0600, since it's secret
Zooko O'Whielacronx [Fri, 21 Sep 2007 22:48:15 +0000 (15:48 -0700)]
startstop_node.py: fix bug with options passed to restart and enable restart --profile
Zooko O'Whielacronx [Fri, 21 Sep 2007 22:03:47 +0000 (15:03 -0700)]
cli: add --profile flag
Zooko O'Whielacronx [Fri, 21 Sep 2007 22:03:15 +0000 (15:03 -0700)]
startstop_node.py: don't pass config to do_start() and do_stop()
Zooko O'Whielacronx [Fri, 21 Sep 2007 21:45:20 +0000 (14:45 -0700)]
startstop_node.py: find twistd.py in sys.prefix/scripts if there isn't a twistd executable on the path
Zooko O'Whielacronx [Fri, 21 Sep 2007 21:40:12 +0000 (14:40 -0700)]
setup: formatting of dependency-missing errors
Zooko O'Whielacronx [Fri, 21 Sep 2007 21:15:10 +0000 (14:15 -0700)]
roadmap.txt: mark CLI tool as done (although the current version is rudimentary)
Zooko O'Whielacronx [Fri, 21 Sep 2007 21:12:26 +0000 (14:12 -0700)]
a few edits to architecture.txt and related docs
Zooko O'Whielacronx [Fri, 21 Sep 2007 21:11:16 +0000 (14:11 -0700)]
setup: check for the pywin32 dep only on Windows
Zooko O'Whielacronx [Fri, 21 Sep 2007 20:56:27 +0000 (13:56 -0700)]
setup: use the setuptools "console_scripts" feature to get an allmydata-tahoe.exe on Windows
Zooko O'Whielacronx [Fri, 21 Sep 2007 20:57:25 +0000 (13:57 -0700)]
README: update on how to test and how to run tahoe after installation
Zooko O'Whielacronx [Fri, 21 Sep 2007 20:42:57 +0000 (13:42 -0700)]
README: demote The Debian Way
Zooko O'Whielacronx [Fri, 21 Sep 2007 20:40:28 +0000 (13:40 -0700)]
setup: alas, pywin32 doesn't actually work as an easy_install; also make dependency missing errors more useful
Zooko O'Whielacronx [Fri, 21 Sep 2007 19:04:01 +0000 (12:04 -0700)]
README: further clarity about when you need to acquire source and when you don't
Zooko O'Whielacronx [Fri, 21 Sep 2007 18:53:56 +0000 (11:53 -0700)]
README: explain when you need to download source and when you don't
Brian Warner [Fri, 21 Sep 2007 02:35:31 +0000 (19:35 -0700)]
check_memory: touch the hotline file more often, to avoid accidental timeout
Brian Warner [Fri, 21 Sep 2007 02:03:16 +0000 (19:03 -0700)]
Makefile: check-speed: leave the client node stopped when we're done
Brian Warner [Fri, 21 Sep 2007 01:52:44 +0000 (18:52 -0700)]
check_speed: do both upload and download tests
Brian Warner [Thu, 20 Sep 2007 23:55:33 +0000 (16:55 -0700)]
check_speed: upload multiple files, measure Ax+B
Zooko O'Whielacronx [Fri, 21 Sep 2007 00:02:54 +0000 (17:02 -0700)]
Makefile: attempt to workaround problem caused by workaround for backslashes glomming onto the following double-quote. ...
Zooko O'Whielacronx [Fri, 21 Sep 2007 00:02:36 +0000 (17:02 -0700)]
startstop_node.py: remove debug printout which breaks unit tests
Zooko O'Whielacronx [Thu, 20 Sep 2007 22:29:12 +0000 (15:29 -0700)]
setup: leave the "file:" off the front of your URLs and setuptools (v0.6c7) will treat them as not-URLs which means it will prefer them to HTTP: URLs
Zooko O'Whielacronx [Thu, 20 Sep 2007 20:02:36 +0000 (13:02 -0700)]
setup: add zope.interface-3.4.0 in place of zope.interface-3.3.0
Zooko O'Whielacronx [Thu, 20 Sep 2007 19:37:50 +0000 (12:37 -0700)]
startstop_node.py: improve the hack of launching twistd
Thanks to Brian for helping me figure out the cleaner way to do this: take the
first result from which("twistd"), and if it has the extension ".bat" or
".exe" then execute it, else execute python and give it as the first argument.
Zooko O'Whielacronx [Thu, 20 Sep 2007 18:05:40 +0000 (11:05 -0700)]
setup: add pywin32 to our dependencies if sys.platform == "win32"
Brian Warner [Thu, 20 Sep 2007 22:33:58 +0000 (15:33 -0700)]
check_memory: fix race condition for startup of in-process server nodes
Zooko O'Whielacronx [Thu, 20 Sep 2007 03:26:54 +0000 (20:26 -0700)]
Makefile: end PYTHONPATH with "." because the string might end with "\", which will cause shell to later escape whatever character comes after the string
Brian Warner [Thu, 20 Sep 2007 19:36:27 +0000 (12:36 -0700)]
check_memory.py: record initial memory usage (before any connections are made)
Zooko O'Whielacronx [Thu, 20 Sep 2007 17:47:38 +0000 (10:47 -0700)]
add zope.interface-3.3.0.tar.gz to misc/dependencies
Zooko O'Whielacronx [Thu, 20 Sep 2007 17:47:21 +0000 (10:47 -0700)]
replace zfec-1.0.3 with zfec-1.0.4 in misc/dependencies
Zooko O'Whielacronx [Thu, 20 Sep 2007 17:46:50 +0000 (10:46 -0700)]
setup.py: name zope.interface >= 3.0 as one of our dependencies
Zooko O'Whielacronx [Fri, 21 Sep 2007 16:43:45 +0000 (09:43 -0700)]
README: point to new location of wiki/SetuptoolsAndGNUStow
Zooko O'Whielacronx [Fri, 21 Sep 2007 02:32:54 +0000 (19:32 -0700)]
README: explain the new packaging system
Happily, the README is now shorter and simpler.
Brian Warner [Thu, 20 Sep 2007 01:40:18 +0000 (18:40 -0700)]
check_speed.py: run two 1MB uploads and measure the time it takes