.. |
__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 |
backupdb.py
|
backupdb: cosmetic: capitalize the no-pysqlite instructions properly. Thanks to Terrell Russell for the catch.
|
2009-02-11 15:28:30 -07:00 |
cli.py
|
tahoe cp -r: add --caps-only flag, to write filecaps into local files instead of actual file contents. Used only for debugging and as a quick tree-comparison tool.
|
2009-03-15 16:19:58 -07:00 |
common_http.py
|
scripts: stop using RuntimeError, for #639
|
2009-02-22 17:31:06 -07:00 |
common.py
|
scripts/common: fix alias handling on windows again, emit slightly nicer error message in response to an unknown alias
|
2009-02-24 22:21:36 -07:00 |
consolidate.py
|
consolidate: remove pointless 'else' after for loop
|
2009-03-13 01:27:51 -07:00 |
create_node.py
|
move GC docs out of proposed/, since it's all implemented now. Add reference to configuration.txt . Add expire.*= suggestions to tahoe.cfg .
|
2009-03-23 16:08:20 -07:00 |
debug.py
|
consolidator: add more verbose traversal of directories
|
2009-03-12 16:29:00 -07:00 |
keygen.py
|
#542 'tahoe create-key-generator': fix the .tac file this creates to be compatible with modern code, add a test
|
2008-12-01 17:47:21 -07:00 |
runner.py
|
cli: undo the effects of [http://allmydata.org/trac/tahoe/changeset/20081222235453-92b7f-f841e18afb94e1fd95e6dafb799a3d876dd85c69]
|
2008-12-24 09:53:17 -07:00 |
slow_operation.py
|
cli: factor out slow-http-operation to a separate module
|
2008-11-18 19:11:13 -07:00 |
startstop_node.py
|
startstop_node.py: when restarting, tolerate a stale pid too
|
2009-02-25 19:52:45 -07:00 |
stats_gatherer.py
|
test_runner.py: revert the CreateNode section to using runner() inline, rather than spawning a process, to get more precise coverage
|
2009-02-09 02:26:17 -07:00 |
tahoe_add_alias.py
|
CLI: check for pre-existing aliases in 'tahoe create-alias' and 'tahoe add-alias'
|
2008-12-02 20:20:22 -07:00 |
tahoe_backup.py
|
tahoe_backup.py: tolerate more time formats
|
2009-03-12 18:16:00 -07:00 |
tahoe_check.py
|
CLI: modify 'tahoe manifest' and 'tahoe deep-check' to report ERROR: properly. For #590.
|
2009-02-24 23:44:15 -07:00 |
tahoe_cp.py
|
tahoe cp -r: add --caps-only flag, to write filecaps into local files instead of actual file contents. Used only for debugging and as a quick tree-comparison tool.
|
2009-03-15 16:19:58 -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
|
tahoe_ls.py: add comment about error cases to improve
|
2009-03-16 22:12:06 -07:00 |
tahoe_manifest.py
|
CLI: modify 'tahoe manifest' and 'tahoe deep-check' to report ERROR: properly. For #590.
|
2009-02-24 23:44:15 -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 |