]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_cli.py
CLI: rework webopen, and moreover its tests w.r.t. path handling
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_cli.py
2008-09-24 robk-tahoeCLI: rework webopen, and moreover its tests w.r.t....
2008-09-19 Brian Warnertest_cli: disable generate-keypair test on OS-X, pycryp...
2008-09-19 Brian WarnerCLI: add 'tahoe admin generate-keypair' command
2008-08-12 Brian Warnertest_cli: oops, fix tests after recent stdout/stderr...
2008-08-12 Brian WarnerCLI: make 'tahoe webopen' command accept aliases like...
2008-08-04 Brian Warnertest_cli: more coverage for 'tahoe put' modifying a...
2008-08-02 Brian Warnertest_cli: remove windows-worrying newlines from test...
2008-08-02 Brian Warnertest_cli.py: factor out CLITestMixin
2008-08-02 Brian WarnerCLI: change one-arg forms of 'tahoe put' to make an...
2008-08-02 Brian WarnerCLI: add create-alias command, to merge mkdir and add...
2008-08-01 Brian Warnertest_cli: add system-based tests for PUT, including...
2008-05-20 Brian Warneroverhaul CLI: not quite complete but it works a lot...
2008-02-15 Brian WarnerBIG COMPATIBILITY BREAK: update hash tags, switch to...
2008-02-15 Zooko O'Whielacronxswitch from base62 to base32 for storage indices, switc...
2008-02-13 Zooko O'Whielacronxuse base62 encoding for storage indexes, on disk and...
2008-02-07 Brian Warnertest_cli: oops, need to update this when the CHK hash...
2008-02-01 Zooko O'Whielacronxrename storage_index_chk_hash() to storage_index_hash...
2008-01-14 Brian Warner'tahoe dump-cap': accept -prefixed URLs too
2008-01-14 Brian Warneradd 'tahoe dump-cap' command, to show storage index...
2008-01-08 Zooko O'Whielacronxrename "dir-uri" to "dir-cap"
2008-01-04 Zooko O'Whielacronxfix test_cli to put the root_dir.cap in the private...
2008-01-04 Zooko O'Whielacronxa few formatting tidy-ups
2008-01-04 Zooko O'Whielacronxremove automatic private dir
2007-12-18 Zooko O'Whielacronxrename "my_private_dir.uri" to "my_private_dir.cap"
2007-12-05 Brian Warnerremove most (maybe all?) traces of old Dirnode class...
2007-12-03 Zooko O'Whielacronxdecentralized directories: integration and testing
2007-10-11 Brian Warnertest_cli.py: hush pyflakes with a dummy usage, until...
2007-10-11 Brian Warnercli: add --node-directory and --root-uri to all commands