]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_cli.py
CLI: test_cli.py -- remove an unnecessary call in test_mkdir_mutable_type. refs ...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_cli.py
2009-02-03 Brian Warner#598: first cut of 'tahoe backup' command: no backupdb...
2009-01-15 Zooko O'Whielacronxcli: tests: skip symlink test if there is no os.symlink
2009-01-08 Larry Hosken'tahoe cp -r', upon encountering a dangling symlink...
2008-12-24 Zooko O'Whielacronxcli: mark unicode filenames as unsupported -- see ...
2008-12-08 Zooko O'Whielacronxrename "get_verifier()" to "get_verify_cap()"
2008-12-03 Brian WarnerCLI: check for pre-existing aliases in 'tahoe create...
2008-12-03 Brian Warnertest_cli: pass rc out of do_cli() too
2008-12-02 Brian Warnerstorage: replace sizelimit with reserved_space, make...
2008-11-14 francoistest_cli.py: Ensure that we can read our uploaded files...
2008-11-14 francoistest_cli.py: use str objects instead of unicode ones
2008-11-13 francoistest for bug #534, unicode filenames
1970-01-05 Zooko O'Whielacronxtests: fix comment
1970-01-05 Zooko O'Whielacronxtests: add tahoe_cp to the list of scripts that we...
2008-10-30 Brian Warnerdebug catalog-shares: tolerate even more errors on...
2008-10-30 Brian Warnertest_cli: try to fix windows again
2008-10-30 Brian Warnerdebug/test_cli: fix error handling for catalog-shares...
2008-10-29 Brian Warnercatalog-shares command: tolerate errors, log them to...
2008-10-07 Brian Warnertest_cli.py: remove unused imports
2008-10-07 Brian WarnerCLI: remove 'tahoe admin generate-keypair', since the...
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