.. |
__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: add --verbose to 'tahoe manifest', to show the raw JSON data
|
2008-11-17 22:02:19 -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
|
tahoe.cfg: add controls for k and N (and shares-of-happiness)
|
2008-11-18 00:29:44 -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
|
'tahoe create-key-generator': fix help text
|
2008-11-18 01:47:58 -07:00 |
runner.py
|
#330: convert stats-gatherer into a .tac file service, add 'tahoe create-stats-gatherer'
|
2008-11-18 01:46: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 |
stats_gatherer.py
|
#330: convert stats-gatherer into a .tac file service, add 'tahoe create-stats-gatherer'
|
2008-11-18 01:46:20 -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
|
Fix an filename encoding issue with "tahoe cp"
|
2008-11-11 14:08:03 -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_manifest.py
|
cli: add tests for 'tahoe stats --verbose'
|
2008-11-17 22:11:14 -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 |