2007-10-15 |
Zooko O'Whielacronx | remove unused imports (thanks, pyflakes) |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Zooko O'Whielacronx | setup: setuptools_darcs_plugin is boring |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Zooko O'Whielacronx | remove a file accidentally left over from the experimen... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Zooko O'Whielacronx | a slightly nicer method of computing our timestamp... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Zooko O'Whielacronx | install our custom timestamp formats in a less disrupti... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Zooko O'Whielacronx | setup: remove an explanation from the top of the Makefi... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Zooko O'Whielacronx | CREDITS: Nathan Wilcox ++ |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Brian Warner | test_runner.RunNode: pass an explicit webport, to avoid... |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Zooko O'Whielacronx | setup: setup_requires setuptools_darcs_plugin. Without... |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Zooko O'Whielacronx | filter out "0.0.0.0" from detected IP addresses |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Brian Warner | cli: simplify code by using stdlib's httplib module |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Brian Warner | cli: implement 'mv'. Closes #162. |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Brian Warner | tahoe_get.py: remove unused import |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Brian Warner | cli: add test coverage |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Brian Warner | node.py: fix timestamps (add ms and Z) by replacing... |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Zooko O'Whielacronx | README: edit to clarify that you can't use "make" if... |
commit | commitdiff | tree | snapshot |
2007-10-13 |
Zooko O'Whielacronx | setup: make ez_setup.py work to upgrade setuptools... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Zooko O'Whielacronx | setup: upgrade zfec from 1.0.4 to 1.1 |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Zooko O'Whielacronx | change another example to use port 8123 |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Brian Warner | cli: fix usage to refer to 'tahoe', not 'allmydata... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Brian Warner | add public testnet .furls to docs/testnet/, and copy... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Brian Warner | deb: add docs/* to the debian package |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Brian Warner | docs/webapi.txt: mention that we default to a --webport... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Brian Warner | docs: change our default HTTP port to 8123 |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Brian Warner | change our default HTTP port to 8123 |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Brian Warner | bin/tahoe: rename 'allmydata-tahoe' in some comments |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Brian Warner | rename bin/allmydata-tahoe to bin/tahoe. Closes #155. |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Brian Warner | rename client.tac to tahoe-client.tac, so that 'ps... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Brian Warner | node.py: don't append 'Z' to the timestamp, since it... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Brian Warner | check_memory.py: don't use self.keepalive_file until... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Brian Warner | create_node.py: allow config['webport'] to be missing... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Brian Warner | node.py: set logging timestamp to '2007-10-11 02:11... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Brian Warner | create_node: use a webport by default, on localhost... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Brian Warner | test_cli.py: hush pyflakes with a dummy usage, until... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Brian Warner | runner: make most commands use ~/.tahoe by default... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Brian Warner | webish: write node.url, for the benefit of CLI tools |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Brian Warner | cli: use urllib.escape on all URIs |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Brian Warner | cli: add --node-directory and --root-uri to all commands |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Brian Warner | webapi.txt: reinstate documentation of the unpleasant... |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Brian Warner | 'tahoe restart': re-enable --force option, which was... |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Zooko O'Whielacronx | setup: we needn't depend on make-version targets becaus... |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Zooko O'Whielacronx | setup: attempt to work-around the problem that paths... |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Zooko O'Whielacronx | setup: patch to fix bug in our latest ez_setup.py if... |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Zooko O'Whielacronx | README: add note about how to build on Windows-native... |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Zooko O'Whielacronx | setup: bundle simplejson-1.7.3 in misc/dependencies |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Zooko O'Whielacronx | setup: import bugfix to ez_setup.py |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Zooko O'Whielacronx | more information SkipTest for XMLRPC |
commit | commitdiff | tree | snapshot |
2007-10-04 |
Zooko O'Whielacronx | README: OpenSSL is bundled with pyOpenSSL on Windows... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Zooko O'Whielacronx | setup: remove MANIFEST.in in favor of the new setuptool... |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Zooko O'Whielacronx | setup: use ez_setup.py without a "download delay" |
commit | commitdiff | tree | snapshot |
2007-10-03 |
Zooko O'Whielacronx | setup: import the latest version of ez_setup.py with... |
commit | commitdiff | tree | snapshot |
2007-10-02 |
Zooko O'Whielacronx | README: refactor README |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Brian Warner | upgrade to foolscap-0.1.7 |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Brian Warner | check_speed: average multiple pings when measuring RTT |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Brian Warner | debian: oops, set debian/changelog version to 0.6.0... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Brian Warner | debian: put a version string of '0.6.0+' in the debian... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Brian Warner | debian/sid: copy rules from feisty, the same can be... |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Brian Warner | debian/feisty: use our original bin/allmydata-tahoe... |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Zooko O'Whielacronx | README: add dependency on OpenSSL |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Zooko O'Whielacronx | README: edits |
commit | commitdiff | tree | snapshot |
2007-09-27 |
Zooko O'Whielacronx | setup: don't include zope.interface in our automaticall... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Brian Warner | dump-share: clarify the label on the size of the origin... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Brian Warner | check_speed: measure RTT, report per-file times as... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Brian Warner | control: add measure_peer_response_time(), to estimate... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Brian Warner | client.py: add the missing remote_get_nodeid() method... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Brian Warner | test_system.py minor typo |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Brian Warner | test_system.py: add coverage for allmydata.control |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Brian Warner | test_client.py: add TODO to test the hotline-timeout... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Brian Warner | check_speed.py: minor comment |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Brian Warner | client.py: increase hotline timeout, the check_memory... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Brian Warner | check_speed.py: use more small-file tests to improve... |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Brian Warner | check_memory: more keepalive-file debug messages |
commit | commitdiff | tree | snapshot |
2007-09-26 |
Brian Warner | check_memory: put framework log in a stable place,... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Brian Warner | test_system.py: do one upload, then test debug scripts... |
commit | commitdiff | tree | snapshot |
2007-09-25 |
Brian Warner | docs/CHK-hashes.svg: preliminary copy of a whiteboard... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Zooko O'Whielacronx | README: update link to test grid on web page |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Zooko O'Whielacronx | TAG allmydata-tahoe-0.6.0 allmydata-tahoe-0.6.0 |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Zooko O'Whielacronx | relnotes.txt: link to the final version of the README... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Zooko O'Whielacronx | relnotes.txt: add Performance section, fix link to... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Zooko O'Whielacronx | cli: use port 8123 as the example port number |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Zooko O'Whielacronx | README: reflow to 80 cols |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Brian Warner | setup.py use sys.executable instead of hard-coded ... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Brian Warner | make-version.py: when _darcs doesn't exist, make the... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Zooko O'Whielacronx | README: use 8123 instead of 8080/8443 as the example... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Zooko O'Whielacronx | README: fix/update description of allmydata-tahoe |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Zooko O'Whielacronx | README: fix bug in which How To Build was omitted from... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Zooko O'Whielacronx | README: fix bug in which pywin32 was mentioned as easy_... |
commit | commitdiff | tree | snapshot |
2007-09-24 |
Zooko O'Whielacronx | setup: attempt to invoke make-version.py whenever setup... |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Zooko O'Whielacronx | relnotes.txt: a few final touch-ups for v0.6 |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Zooko O'Whielacronx | startstop_node.py: use SIGINT instead of SIGTERM to... |
commit | commitdiff | tree | snapshot |
2007-09-23 |
Zooko O'Whielacronx | README: add notes about how to use easy_install for... |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Zooko O'Whielacronx | fix test_vdrive (fixes #144) |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Zooko O'Whielacronx | relnotes.txt: line-wrap to 70-chars and a small edit |
commit | commitdiff | tree | snapshot |
2007-09-22 |
Brian Warner | check_speed: add optional 100MB test, if the 10MB test... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Brian Warner | node.py: chmod the foolscap private key (node.pem)... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Zooko O'Whielacronx | startstop_node.py: fix bug with options passed to resta... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Zooko O'Whielacronx | cli: add --profile flag |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Zooko O'Whielacronx | startstop_node.py: don't pass config to do_start()... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Zooko O'Whielacronx | startstop_node.py: find twistd.py in sys.prefix/scripts... |
commit | commitdiff | tree | snapshot |
2007-09-21 |
Zooko O'Whielacronx | setup: formatting of dependency-missing errors |
commit | commitdiff | tree | snapshot |
next |