Commit Graph

1365 Commits

Author SHA1 Message Date
Zooko O'Whielacronx
20238f0105 README: add dependency on OpenSSL 2007-09-29 11:05:25 -07:00
Zooko O'Whielacronx
dccfc59108 README: edits 2007-09-29 11:05:20 -07:00
Zooko O'Whielacronx
49813c28ab setup: don't include zope.interface in our automatically-satisfiable dependencies for now 2007-09-27 15:06:17 -07:00
Brian Warner
51b59b1219 dump-share: clarify the label on the size of the original file 2007-09-26 15:00:59 -07:00
Brian Warner
3fcee101ee check_speed: measure RTT, report per-file times as a multiple of RTT 2007-09-26 13:07:33 -07:00
Brian Warner
c301b41f50 control: add measure_peer_response_time(), to estimate RTT for the mesh 2007-09-26 12:21:15 -07:00
Brian Warner
c10da1e1ef client.py: add the missing remote_get_nodeid() method claimed in interfaces.py 2007-09-26 12:20:48 -07:00
Brian Warner
0596b9fe19 test_system.py minor typo 2007-09-26 12:07:37 -07:00
Brian Warner
0cfed96796 test_system.py: add coverage for allmydata.control 2007-09-26 12:06:55 -07:00
Brian Warner
aafccf7008 test_client.py: add TODO to test the hotline-timeout file 2007-09-25 21:03:54 -07:00
Brian Warner
c14349f695 check_speed.py: minor comment 2007-09-25 20:07:03 -07:00
Brian Warner
e05311f69a client.py: increase hotline timeout, the check_memory test is failing 2007-09-25 19:22:33 -07:00
Brian Warner
1691524044 check_speed.py: use more small-file tests to improve accuracy of per-file time 2007-09-25 18:57:36 -07:00
Brian Warner
50415cf9c4 check_memory: more keepalive-file debug messages 2007-09-25 18:47:48 -07:00
Brian Warner
8d7368f748 check_memory: put framework log in a stable place, add debug code to figure
out why the keepalive-file isn't doing its job
2007-09-25 18:26:54 -07:00
Brian Warner
9b09fd3bf1 test_system.py: do one upload, then test debug scripts, then do other uploads 2007-09-24 18:12:37 -07:00
Brian Warner
173cf1676e docs/CHK-hashes.svg: preliminary copy of a whiteboard drawing, showing hash relationships in a CHK file 2007-09-24 18:12:04 -07:00
Zooko O'Whielacronx
295ee59379 README: update link to test grid on web page 2007-09-24 15:37:19 -07:00
Zooko O'Whielacronx
c74c0b07c1 TAG allmydata-tahoe-0.6.0 2007-09-24 14:43:58 -07:00
Zooko O'Whielacronx
db09057d01 relnotes.txt: link to the final version of the README for v0.6 2007-09-24 14:42:38 -07:00
Zooko O'Whielacronx
19ce28e71a relnotes.txt: add Performance section, fix link to foolscap 2007-09-24 14:32:31 -07:00
Zooko O'Whielacronx
e3d782da52 cli: use port 8123 as the example port number 2007-09-24 13:17:27 -07:00
Zooko O'Whielacronx
941b7378f2 README: reflow to 80 cols 2007-09-24 13:07:32 -07:00
Brian Warner
a9bb0814e6 setup.py use sys.executable instead of hard-coded 'python' to run make-version.py 2007-09-24 12:38:59 -07:00
Brian Warner
d1e07daeee make-version.py: when _darcs doesn't exist, make the warning less scary-looking 2007-09-24 12:38:37 -07:00
Zooko O'Whielacronx
068de695ef 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.
2007-09-24 11:55:24 -07:00
Zooko O'Whielacronx
d12a26b85d README: fix/update description of allmydata-tahoe 2007-09-24 11:54:17 -07:00
Zooko O'Whielacronx
298d347186 README: fix bug in which How To Build was omitted from The Running-In-Place Way to install. 2007-09-24 11:41:40 -07:00
Zooko O'Whielacronx
40ff59b21c README: fix bug in which pywin32 was mentioned as easy_installable 2007-09-24 11:41:24 -07:00
Zooko O'Whielacronx
2ff4f30e64 setup: attempt to invoke make-version.py whenever setup.py is evaluated 2007-09-23 18:43:36 -07:00
Zooko O'Whielacronx
c77ac28685 relnotes.txt: a few final touch-ups for v0.6 2007-09-23 10:08:04 -07:00
Zooko O'Whielacronx
93efd2902e startstop_node.py: use SIGINT instead of SIGTERM to stop the node (fixes #143) 2007-09-23 07:06:54 -07:00
Zooko O'Whielacronx
e4aa204b41 README: add notes about how to use easy_install for dependencies 2007-09-23 05:47:11 -07:00
Zooko O'Whielacronx
a18f7aa6d5 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.
2007-09-22 15:26:27 -07:00
Zooko O'Whielacronx
7477430a58 relnotes.txt: line-wrap to 70-chars and a small edit 2007-09-21 20:03:27 -07:00
Brian Warner
ff07ce6234 check_speed: add optional 100MB test, if the 10MB test finished fast enough 2007-09-22 00:04:46 -07:00
Brian Warner
325c7a7bfa node.py: chmod the foolscap private key (node.pem) to 0600, since it's secret 2007-09-21 16:52:55 -07:00
Zooko O'Whielacronx
594a104c71 startstop_node.py: fix bug with options passed to restart and enable restart --profile 2007-09-21 15:48:15 -07:00
Zooko O'Whielacronx
3e4616f4ad cli: add --profile flag 2007-09-21 15:03:47 -07:00
Zooko O'Whielacronx
20079e3019 startstop_node.py: don't pass config to do_start() and do_stop() 2007-09-21 15:03:15 -07:00
Zooko O'Whielacronx
28b2c19f1e startstop_node.py: find twistd.py in sys.prefix/scripts if there isn't a twistd executable on the path 2007-09-21 14:45:20 -07:00
Zooko O'Whielacronx
fe899da1b0 setup: formatting of dependency-missing errors 2007-09-21 14:40:12 -07:00
Zooko O'Whielacronx
de9cd4ac38 roadmap.txt: mark CLI tool as done (although the current version is rudimentary) 2007-09-21 14:15:10 -07:00
Zooko O'Whielacronx
f5518eca92 a few edits to architecture.txt and related docs 2007-09-21 14:12:26 -07:00
Zooko O'Whielacronx
7e1b67cf2e setup: check for the pywin32 dep only on Windows 2007-09-21 14:11:16 -07:00
Zooko O'Whielacronx
6fbc51568f setup: use the setuptools "console_scripts" feature to get an allmydata-tahoe.exe on Windows 2007-09-21 13:56:27 -07:00
Zooko O'Whielacronx
8a5abef4d0 README: update on how to test and how to run tahoe after installation 2007-09-21 13:57:25 -07:00
Zooko O'Whielacronx
0383973dd3 README: demote The Debian Way 2007-09-21 13:42:57 -07:00
Zooko O'Whielacronx
aff7e8d436 setup: alas, pywin32 doesn't actually work as an easy_install; also make dependency missing errors more useful 2007-09-21 13:40:28 -07:00
Zooko O'Whielacronx
43f500d146 README: further clarity about when you need to acquire source and when you don't 2007-09-21 12:04:01 -07:00