]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/scripts/runner.py
Magic Folder.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / scripts / runner.py
2015-12-28 Daira HopwoodMagic Folder.
2015-05-26 Brian WarnerMerge branch 'globalopts2'
2015-05-26 Brian Warnercli: improve formatting of all commands
2015-05-26 Brian Warnerscripts: improve rendering of synopsis/usage
2015-05-26 Brian Warnerscripts/runner.py: put command group descriptions in...
2015-02-04 Brian WarnerMerge branch 'pr138': fix long paths on windows
2015-02-04 Daira HopwoodQuote the default node-directory correctly in help...
2013-04-09 Brian WarnerCLI: put "[global-opts]" in all command synopses
2013-04-09 Brian Warnerbin/tahoe: clean up global-vs-subcommand arguments...
2012-05-20 david-sarahCatch exceptions from CLI in order to prevent the Ubunt...
2012-03-14 Brian Warner'tahoe admin generate-keypair/derive-pubkey': add Ed255...
2011-06-29 david-sarahencodingutil: argv and output encodings are always...
2011-01-21 david-sarahChange --version and --version-and-path to not exit...
2010-11-27 Brian Warnerremove --multiple/-m option from all CLI commands:...
2010-10-30 david-sarahscripts/runner.py: fix unused import of allmydata....
2010-10-29 david-sarahscripts/runner.py: remove pkg_resources.require() calls...
2010-08-03 david-sarahCLI: further improve consistency of basedir options...
2010-07-25 david-sarahChanges to Tahoe needed to work with new zetuptoolz...
2010-08-01 Zooko O'Whielacronxsetup: fix a couple instances of hard-coded 'allmydata...
2010-02-26 david-sarahChange relative imports to absolute
2010-01-27 Brian Warnerscripts/runner.py: simplify David-Sarah's clever groupe...
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-26 Zooko O'Whielacronxcli: split usage strings into groups (patch by David...
2008-12-24 Zooko O'Whielacronxcli: undo the effects of [allmydata.org/trac/tahoe...
2008-12-23 Zooko O'Whielacronxcli: decode all cli arguments, assuming that they are...
2008-11-18 Brian Warner#330: convert stats-gatherer into a .tac file service...
2008-11-12 Zooko O'Whielacronxsetup: remove pkg_resources.require() from create_node...
2008-10-07 Brian WarnerCLI: remove 'tahoe admin generate-keypair', since the...
2008-09-19 Brian WarnerCLI: add 'tahoe admin generate-keypair' command
2008-08-12 Brian WarnerCLI: move all debug commands (dump-share, dump-cap...
2008-08-01 Brian WarnerCLI: simplify argument-passing, use options= for everth...
2008-04-02 robk-tahoeadded offloaded key generation
2008-02-20 robk-tahoerunner: tweaked runner to make it easier to extend...
2008-01-09 robk-tahoetweak running to make node start/stop code optional
2007-10-11 Brian Warnercli: fix usage to refer to 'tahoe', not 'allmydata...
2007-08-17 Zooko O'Whielacronxcommand-line: add "rm", and tidy-up variable names...
2007-08-16 Brian Warnerscripts: rearrange Options, make --version behave the...
2007-08-16 Zooko O'Whielacronxa first crack at the "put" command-line
2007-07-16 Brian Warnerrunner.py: make 'allmydata-tahoe --version' emit versio...
2007-07-11 Brian Warnercli: implement 'allmydata-tahoe ls'
2007-07-11 Brian Warnerrunner.py: further refactoring
2007-07-11 Brian Warnerrunner.py: start to refactor into separate files
2007-07-07 Brian Warnerrunner.py: add --force flag to restart, to restart...
2007-06-27 Brian Warnermerge vdrive.py and filetable.py into a single dirnode.py
2007-06-26 Brian Warnerrunner.py: improve test coverage further: implement...
2007-06-26 Brian Warnerdump_uri_extension: improve test coverage of runner.py
2007-06-26 Brian Warnerimprove test coverage of runner.py
2007-06-25 Brian Warnervdrive: switch to URI:DIR and URI:DIR-RO, providing...
2007-06-15 Brian Warnerrunner.py: add 'dump-directory-node' command
2007-06-12 Brian Warneradd 'allmydata-tahoe dump-uri-extension' utility command
2007-06-06 Brian Warnerrunner.py: allow --multiple to enable starting/stopping...
2007-06-06 Brian Warnerrunner.py: allow all directory-using commands (create...
2007-05-24 Brian Warnerrunner.py: spoke too soon. Really fix #51 this time.
2007-05-24 Brian Warnerrunner.py: expanduser() basedirs, so '~' works. Closes...
2007-04-30 Zooko O'Whielacronxextirpate all references the "queen" and "metatracker"
2007-04-27 Zooko O'Whielacronxmake runner find twistd and invoke it with python
2007-04-24 Brian Warnertest_runner.py: improve test coverage a little bit
2007-04-24 Brian Warnerrunner.py: add --quiet, use it from test cases
2007-04-20 Brian Warnertest_runner.py: add some coverage for allmydata.scripts...
2007-04-20 Brian Warnerreplace 'queen' with 'introducer' in a lot of places...
2007-03-29 Brian Warnernode creation: be willing to utilize a pre-existing...
2007-03-29 Zooko O'Whielacronxchange #!/usr/bin/python to #!/usr/bin/env python
2007-03-27 Brian Warnercomplete the Introducer changes, separate out vdrive...
2006-12-14 Brian Warnermove all packages into src/, fix allmydata.Crypto build...