]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/scripts/tahoe_put.py
CLI: make the --mutable-type option value for 'tahoe put' and 'tahoe mkdir' case...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / scripts / tahoe_put.py
2011-09-05 david-sarahCLI: make the --mutable-type option value for 'tahoe...
2011-08-02 Kevan Carstensencli: teach CLI how to create MDMF mutable files
2010-07-18 david-sarahCorrect stringutils->encodingutil patch to be the newer...
2010-07-12 david-sarahRename stringutils to encodingutil, and drop listdir_un...
2010-06-07 david-sarahUnicode fixes.
2010-02-11 Kevan CarstensenAlter CLI utilities to handle nonexistent aliases better
2010-01-27 david-sarahPrevent mutable objects from being retrieved from an...
2010-01-14 Brian Warnerchange docs and --help to use "grid" instead of "virtua...
2009-12-27 Brian Warnerwebapi: don't accept zero-length childnames during...
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: add put --mutable, enhance ls to show mutable...
2008-05-20 Brian Warneroverhaul CLI: not quite complete but it works a lot...
2008-01-16 Brian Warnercli scripts: remove the for-educational-purposes standa...
2008-01-08 Zooko O'Whielacronxrename "dir-uri" to "dir-cap"
2008-01-04 Zooko O'Whielacronxremove automatic private dir
2007-12-18 Brian Warnerremove the slash-to-bang conversion from CLI tools...
2007-11-01 Brian Warnertrailing-whitespace eradication, no functional changes
2007-10-27 Zooko O'Whielacronxcli: use urllib.quote() on vdrive-path arguments before...
2007-10-12 Brian Warnercli: simplify code by using stdlib's httplib module
2007-10-12 Brian Warnercli: add test coverage
2007-10-11 Brian Warnercli: use urllib.escape on all URIs
2007-10-11 Brian Warnercli: add --node-directory and --root-uri to all commands
2007-08-17 Brian Warnertahoe_put.py: hush pyflakes by removing unused 'sys...
2007-08-23 Zooko O'Whielacronxcommand-line: remove the --vdrive option (it is now...
2007-08-17 Zooko O'Whielacronxcommand-line: fix ticket #111 by requiring input to...
2007-08-17 Zooko O'Whielacronxcommand-line: add "rm", and tidy-up variable names...
2007-08-17 Zooko O'Whielacronxcommand-line: remove some redundant options checking
2007-08-17 Zooko O'Whielacronxcommand-line: fix all three commands and all two ways...
2007-08-17 Zooko O'Whielacronxtahoe_put.py: don't treat "^HTTP 200 OK" appearing...
2007-08-17 Zooko O'Whielacronxtahoe_put.py: require node-url to be provided
2007-08-16 Zooko O'Whielacronxput now exits after doing its work, and it prints a...
2007-08-16 Zooko O'Whielacronxincomplete version of tahoe-put.py