]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/scripts/create_node.py
Quote local paths correctly in the output of node creation commands. fixes ticket...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / scripts / create_node.py
2015-12-01 Daira HopwoodQuote local paths correctly in the output of node creat...
2015-05-26 Brian WarnerMerge branch 'globalopts2'
2015-05-26 Brian Warnercli: improve formatting of all commands
2014-10-26 Brian WarnerMerge branch '1159-notac-4'
2014-10-21 Daira HopwoodImprove error reporting and help for start/stop/etc... 1159-notac-4 123/head
2013-04-09 Brian WarnerCLI: put "[global-opts]" in all command synopses
2013-04-09 Brian Warnerbin/tahoe: clean up global-vs-subcommand arguments...
2011-11-20 david-sarahUse a private/drop_upload_dircap file instead of the...
2011-08-09 Zooko O'Whielacronxdrop-upload: rename the 'upload.uri' parameter to ...
2011-08-08 david-sarahDrop-upload frontend, rerecorded for 1.9 beta (and...
2011-07-24 david-sarahFix the help synopses of CLI commands to include [optio...
2011-01-22 david-sarahCLI: improve help synopses for some commands.
2011-01-17 david-sarahcreate_node.py: add comments to default tahoe.cfg to...
2011-01-16 Brian WarnerSet "reserved_space=1G" in newly-created storage nodes...
2010-11-28 david-sarahChange another doc reference from .txt to .rst in a...
2010-11-27 Brian Warnerremove --multiple/-m option from all CLI commands:...
2010-08-03 david-sarahCLI: further improve consistency of basedir options...
2010-08-03 david-sarahCLI: make all of the option descriptions imperative...
2010-08-02 david-sarahBasedir/node directory option improvements for ticket79...
2010-08-02 david-sarahscripts/create_node.py: allow nickname to be Unicode...
2010-08-02 david-sarahAdditional Unicode basedir changes for ticket798 branch.
2010-07-22 david-sarahReplace uses of os.path.abspath with abspath_expanduser...
2010-08-01 Zooko O'Whielacronxsetup: fix a couple instances of hard-coded 'allmydata...
2010-01-26 Zooko O'Whielacronxcli: merge the better version of David-Sarah's split...
2010-01-12 david-sarahSplit tahoe --help options into groups.
2010-01-16 david-sarahAdd create-node CLI command, and make create-client...
2009-03-23 Brian Warnermove GC docs out of proposed/, since it's all implement...
2008-12-02 Brian Warnerstorage: replace sizelimit with reserved_space, make...
2008-11-26 Zooko O'Whielacronxwui/wapi: change the default port number from 8123...
2008-11-18 Brian Warnertahoe.cfg: add controls for k and N (and shares-of...
2008-11-13 Brian Warnercreate_node.py: also remove now-unused import of pkg_re...
2008-11-13 Brian Warnertahoe.cfg: add tub.location, to override the location...
2008-11-12 Zooko O'Whielacronxsetup: remove pkg_resources.require() from create_node...
1970-01-02 Zooko O'Whielacronxsetup: the .tac files created by create_node.py call...
2008-10-30 Brian Warnercreate_node.py: add 'web.static = public_html' to the...
2008-10-23 Brian Warnerscripts/create_node.py: remove empty-string defaults...
2008-09-30 Brian Warner#518: replace various BASEDIR/* config files with a...
2008-05-20 Brian Warneroverhaul CLI: not quite complete but it works a lot...
2008-02-15 Zooko O'Whielacronxdocs: update install and usage docs, improve cli "usage...
2008-01-04 Zooko O'Whielacronxremove automatic private dir
2007-12-18 Brian Warnercreate_node.py: need to create private/ dir in create...
2007-12-18 Brian Warneroops, touch private/my_private_dir.cap when creating...
2007-12-18 Zooko O'Whielacronxrename "my_private_dir.uri" to "my_private_dir.cap"
2007-12-03 Zooko O'Whielacronxdecentralized directories: integration and testing
2007-10-11 Brian Warnerchange our default HTTP port to 8123
2007-10-11 Brian Warnerrename client.tac to tahoe-client.tac, so that 'ps...
2007-10-11 Brian Warnercreate_node.py: allow config['webport'] to be missing...
2007-10-11 Brian Warnercreate_node: use a webport by default, on localhost...
2007-10-11 Brian Warnerrunner: make most commands use ~/.tahoe by default...
2007-07-11 Brian Warnerrunner.py: further refactoring