.. |
__init__.py
|
move all packages into src/, fix allmydata.Crypto build. Now you must perform a 'setup.py build' before using anything, and you must add the build directory (build/lib.linux-i686-2.4) to your PYTHONPATH before doing anything
|
2006-12-14 03:39:50 -07:00 |
admin.py
|
CLI: add 'tahoe admin generate-keypair' command
|
2008-09-18 17:11:33 -07:00 |
cli.py
|
CLI: move the 'repl' command to 'tahoe debug repl'
|
2008-08-12 13:40:17 -07:00 |
common_http.py
|
scripts/common_http.py: add comment about why we need .seek
|
2008-05-21 17:31:19 -07:00 |
common.py
|
CLI: tolerate blank lines in the aliases file
|
2008-08-12 19:50:50 -07:00 |
create_node.py
|
overhaul CLI: not quite complete but it works a lot better than it used to. The new scheme uses 'tahoe add-alias' and rsync/scp-style 'alias:foo/bar.txt' arguments
|
2008-05-19 19:28:50 -07:00 |
debug.py
|
CLI: add 'tahoe debug corrupt-share', and use it for deep-verify tests, and fix non-deep web checker API to pass verify=true into node
|
2008-08-12 17:05:01 -07:00 |
keygen.py
|
key_generator: make default key size be a constructor argument instead of a class variable, pass default key size of 522 (the smallest that we can do) in unit tests to make them faster
|
2008-04-22 12:28:18 -07:00 |
runner.py
|
CLI: add 'tahoe admin generate-keypair' command
|
2008-09-18 17:11:33 -07:00 |
startstop_node.py
|
startstop_node.py: find twistd in our supportlib if we had to build Twisted as a setuptools dependency. This is a form of cgalvan's #505 patch, simplified because now 'setup.py trial' takes care of sys.path and PYTHONPATH
|
2008-09-11 19:51:38 -07:00 |
tahoe_add_alias.py
|
CLI: add create-alias command, to merge mkdir and add-alias into a single (secure-from-argv-snooping) step
|
2008-08-01 19:10:41 -07:00 |
tahoe_cp.py
|
CLI: simplify argument-passing, use options= for everthing, including stdout
|
2008-08-01 11:46:24 -07:00 |
tahoe_get.py
|
CLI: simplify argument-passing, use options= for everthing, including stdout
|
2008-08-01 11:46:24 -07:00 |
tahoe_ls.py
|
CLI: simplify argument-passing, use options= for everthing, including stdout
|
2008-08-01 11:46:24 -07:00 |
tahoe_mkdir.py
|
CLI: simplify argument-passing, use options= for everthing, including stdout
|
2008-08-01 11:46:24 -07:00 |
tahoe_mv.py
|
CLI: simplify argument-passing, use options= for everthing, including stdout
|
2008-08-01 11:46:24 -07:00 |
tahoe_put.py
|
CLI: change one-arg forms of 'tahoe put' to make an unlinked file, fix replace-mutable #441
|
2008-08-01 19:27:29 -07:00 |
tahoe_rm.py
|
CLI: simplify argument-passing, use options= for everthing, including stdout
|
2008-08-01 11:46:24 -07:00 |