.. |
__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
|
Add dirnodes to backupdb and "tahoe backup", closes #606.
|
2009-11-26 15:42:57 -08:00 |
cli.py
|
Update tahoe mv help text.
|
2009-07-19 20:45:03 -07:00 |
common_http.py
|
CLI: send 'Accept:' header to ask for text/plain tracebacks. Closes #646.
|
2009-12-27 14:58:28 -05: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
|
rename NewDirectoryNode to DirectoryNode, NewDirectoryURI to DirectoryURI
|
2009-07-17 17:15:49 -05: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
|
Add dirnodes to backupdb and "tahoe backup", closes #606.
|
2009-11-26 15:42:57 -08: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
|
Implement more coherent behavior when copying with dircaps/filecaps (closes #761). Patch by Kevan Carstensen.
|
2009-11-30 13:10:09 -08:00 |
tahoe_get.py
|
tahoe_get: don't create the output file on error. Closes #121.
|
2009-12-27 17:04:04 -05:00 |
tahoe_ls.py
|
addendum to "Fix 'tahoe ls' on files (#771)"
|
2009-12-27 18:21:49 -05:00 |
tahoe_manifest.py
|
'tahoe stats': tolerate empty directories. Closes #693.
|
2009-07-15 00:51:09 -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
|
Implement more clearly defined moving semantics in tahoe_mv.py
|
2009-07-19 20:45:23 -07:00 |
tahoe_put.py
|
webapi: don't accept zero-length childnames during traversal. Closes #358, #676.
|
2009-12-27 15:10:43 -05: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: webopen: when called with no arguments, open the Welcome page
|
2009-07-01 13:05:48 -07:00 |