.. |
__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 |
cli.py
|
CLI: rework webopen, and moreover its tests w.r.t. path handling
|
2008-09-24 09:45:23 -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
|
create_node.py: add 'web.static = public_html' to the initial tahoe.cfg
|
2008-10-29 17:13:36 -07:00 |
debug.py
|
debug catalog-shares: tolerate even more errors on bad files/directories
|
2008-10-30 14:54:47 -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: remove 'tahoe admin generate-keypair', since the pycryptopp ecdsa API is about to change incompatibly. We'll undo this once pycryptopp is updated
|
2008-10-06 17:23:20 -07:00 |
startstop_node.py
|
add --syslog argument to 'tahoe start' and 'tahoe restart', used to pass --syslog to twistd for non-Tahoe nodes (like cpu-watcher)
|
2008-09-24 18:03:02 -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
|
tolerate simplejson-2.0.0 and newer, which frequently return bytestrings instead of unicode objects. Closes #523
|
2008-09-30 15:21:06 -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
|
tolerate simplejson-2.0.0 and newer, which frequently return bytestrings instead of unicode objects. Closes #523
|
2008-09-30 15:21:06 -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
|
tolerate simplejson-2.0.0 and newer, which frequently return bytestrings instead of unicode objects. Closes #523
|
2008-09-30 15:21:06 -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 |
tahoe_webopen.py
|
CLI: rework webopen, and moreover its tests w.r.t. path handling
|
2008-09-24 09:45:23 -07:00 |