.. |
__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
|
#598: add backupdb to 'tahoe backup' command, enable it by default
|
2009-02-05 19:56:40 -07:00 |
cli.py
|
#598: add backupdb to 'tahoe backup' command, enable it by default
|
2009-02-05 19:56:40 -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: remove the '-v' alias for --version-and-path, to free up '-v' for more traditional uses (like --verbose)
|
2009-01-23 15:21:50 -07:00 |
create_node.py
|
storage: replace sizelimit with reserved_space, make the stats 'disk_avail' number incorporate this reservation
|
2008-12-01 17:24:21 -07:00 |
debug.py
|
immutable: refactor downloader to be more reusable for checker/verifier/repairer (and better)
|
2009-01-05 09:51:45 -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
|
setup: add a case to execute "python .../twistd.py" if "twistd" is not found
|
2009-02-04 18:06:20 -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: check for pre-existing aliases in 'tahoe create-alias' and 'tahoe add-alias'
|
2008-12-02 20:20:22 -07:00 |
tahoe_backup.py
|
#598: add cli+backupdb tests, improve user display, update docs, move docs out of proposed/
|
2009-02-05 22:07:01 -07:00 |
tahoe_check.py
|
CLI: tahoe_check: stop escaping the JSON output when using --raw
|
2009-02-02 21:12:32 -07:00 |
tahoe_cp.py
|
'tahoe cp -r', upon encountering a dangling symlink, would assert out.
|
2009-01-07 23:51:14 -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: CLI command should return rc=0, not None
|
2009-02-02 21:07:20 -07:00 |
tahoe_manifest.py
|
#509: remove non-streaming 'tahoe manifest' CLI form
|
2009-01-23 17:00:02 -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 |