]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/scripts/common.py
Find the node-directory option correctly even if we are in a subcommand.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / scripts / common.py
2015-12-28 Daira HopwoodFind the node-directory option correctly even if we...
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 Warnerrefactor scripts/common.py: move _default_nodedir out...
2015-02-04 Brian WarnerMerge branch 'pr138': fix long paths on windows
2015-02-04 Daira HopwoodQuote the default node-directory correctly in help...
2015-02-03 Brian Warnertahoe_cp.py: clean up unicode handling
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-12 Brian WarnerCLI: tolerate caps-from-future in unused aliases. Close...
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-30 david-sarahscripts/common.py: don't assume that the default alias...
2011-01-22 david-sarahDon't put debugging information in 'My versions' sectio...
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-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-08-03 david-sarahCLI: make all of the option descriptions imperative...
2010-08-02 david-sarahscripts/common.py: fix an error introduced when rebasin...
2010-08-02 david-sarahBasedir/node directory option improvements for ticket79...
2010-08-02 david-sarahAdditional Unicode basedir changes for ticket798 branch.
2010-08-01 david-sarahUnicode basedir changes for ticket798 branch.
2010-07-12 david-sarahRename stringutils to encodingutil, and drop listdir_un...
2010-06-07 david-sarahUnicode fixes.
2010-06-04 Zooko O'Whielacronxfix flakes
2010-05-20 Francois DeppierrazFix handling of correctly encoded unicode filenames...
2010-02-20 david-sarahImprove behaviour of 'tahoe ls' for unknown objects...
2010-02-11 Kevan CarstensenAlter CLI utilities to handle nonexistent aliases better
2010-01-27 david-sarahPrevent mutable objects from being retrieved from an...
2009-02-25 Brian Warnerscripts/common: fix alias handling on windows again...
2009-02-25 Brian Warnerscripts/common: on windows, tolerate paths like 'c...
2009-01-23 Brian WarnerCLI: remove the '-v' alias for --version-and-path,...
2009-01-21 Zooko O'Whielacronxsetup: fix "tahoe start" to work on Windows even when...
2009-01-16 cgalvanadd option to show version and path to the tahoe executable
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-08-13 Brian WarnerCLI: tolerate blank lines in the aliases file
2008-08-02 Brian WarnerCLI: change one-arg forms of 'tahoe put' to make an...
2008-08-01 Brian WarnerCLI: simplify argument-passing, use options= for everth...
2008-05-20 Brian WarnerCLI: implement the easy part of cp (no -r, only two...
2008-05-20 Brian WarnerCLI: add 'list-aliases', factor out get_aliases
2008-05-20 Brian Warneroverhaul CLI: not quite complete but it works a lot...
2008-01-11 robk-tahoechange default node-directory on windows to do registry...
2007-12-13 Zooko O'Whielacronxrefactor the feature of getting versions of packages...
2007-11-07 Zooko O'Whielacronxsetup: print out the version number of pycryptopp in...
2007-10-12 Brian Warnercli: simplify code by using stdlib's httplib module
2007-10-11 Brian Warnerrunner: make most commands use ~/.tahoe by default...
2007-08-16 Brian Warnerscripts: rearrange Options, make --version behave the...
2007-07-11 Brian Warnerrunner.py: start to refactor into separate files