.. |
__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
|
wui/wapi: change the default port number from 8123 to 3456 to avoid conflict with TorButton
|
2008-11-25 17:57:37 -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
|
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
|
debug catalog-shares: tolerate even more errors on bad files/directories
|
2008-10-30 14:54:47 -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
|
#330: convert stats-gatherer into a .tac file service, add 'tahoe create-stats-gatherer'
|
2008-11-18 01:46:20 -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
|
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_check.py
|
cli: add 'tahoe check' and 'tahoe deep-check' commands, with primitive reporting code
|
2008-11-18 19:12:10 -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: tahoe stats: abbreviate total sizes too
|
2008-11-18 20:28:16 -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 |