]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/scripts/startstop_node.py
wrap long lines, and tolerate various-width wrappings of the --help output
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / scripts / startstop_node.py
2015-05-26 Brian Warnerwrap long lines, and tolerate various-width wrappings... 170/head
2015-05-26 Brian Warnercli: improve formatting of all commands
2015-02-04 Brian WarnerMerge branch 'pr138': fix long paths on windows
2015-01-30 Daira HopwoodQuote local paths correctly. refs #2235
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
2014-10-21 Daira Hopwoodstartstop_node.py: rename internal command and twistd...
2014-10-21 Brian Warner'tahoe start': stop using the contents of .tac files
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-07-24 david-sarahFix the help synopses of CLI commands to include [optio...
2011-01-22 david-sarahCLI: improve help synopses for some commands.
2010-11-27 Brian Warnerremove --multiple/-m option from all CLI commands:...
2010-11-27 Brian WarnerRevert previous commit: there's an ugly corner-case...
2010-11-26 Brian Warnerstartstop_node.py: fix "tahoe start -m" by forking...
2010-10-28 david-sarahstartstop_node.py: pyflakes import fix. refs #1190
2010-10-27 Brian Warner'tahoe start': use import+call rather than find+spawn
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...
2009-02-26 Brian Warnerstartstop_node.py: when restarting, tolerate a stale...
2009-02-25 Brian Warner#165: make 'tahoe restart --force' the default behavior...
2009-02-05 Zooko O'Whielacronxsetup: add a case to execute "python .../twistd.py...
2009-01-06 Zooko O'Whielacronxcli: make startstop_node wait 40 seconds instead of...
2008-12-30 Zooko O'Whielacronxcli: make startstop_node wait 20 seconds instead of...
2008-09-25 Brian Warneradd --syslog argument to 'tahoe start' and 'tahoe resta...
2008-09-12 Brian Warnerstartstop_node.py: find twistd in our supportlib if...
2008-02-18 Brian Warner'tahoe start': only create logs/ if we're starting...
2008-02-18 Brian Warner'tahoe start': allow this to start arbitrary .tac file...
2008-01-11 robk-tahoefix dumb typo in tahoe run
2008-01-10 robk-tahoeadd 'run' command to tahoe
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-10-29 Brian Warner'tahoe stop': use SIGKILL, clean up twistd.pid ourselve...
2007-10-15 Zooko O'Whielacronxstartstop_node: use the new find_exe module
2007-10-11 Brian Warnerrename client.tac to tahoe-client.tac, so that 'ps...
2007-10-11 Brian Warner'tahoe restart': re-enable --force option, which was...
2007-09-23 Zooko O'Whielacronxstartstop_node.py: use SIGINT instead of SIGTERM to...
2007-09-21 Zooko O'Whielacronxstartstop_node.py: fix bug with options passed to resta...
2007-09-21 Zooko O'Whielacronxcli: add --profile flag
2007-09-21 Zooko O'Whielacronxstartstop_node.py: don't pass config to do_start()...
2007-09-21 Zooko O'Whielacronxstartstop_node.py: find twistd.py in sys.prefix/scripts...
2007-09-21 Zooko O'Whielacronxstartstop_node.py: remove debug printout which breaks...
2007-09-20 Zooko O'Whielacronxstartstop_node.py: improve the hack of launching twistd
2007-09-19 Brian Warnerstartstop_node.py: improve test coverage a little bit
2007-09-17 Brian Warnerstartstop_node.py: use SIGINT instead of SIGTERM, to...
2007-08-09 wilcoxjgIf do_stop attempts to stop a nonexistent process the...
2007-08-09 Zooko O'Whielacronxstartstop_node now works if the logs directory already...
2007-07-25 Brian Warnermove nodelogs from BASEDIR/twistd.log* to BASEDIR/logs...
2007-07-11 Brian Warnerstartstop_node.py: refactor find_twistd() out so it...
2007-07-11 Brian Warnerrunner.py: further refactoring