tahoe-lafs/src/allmydata
2008-09-20 10:34:27 -07:00
..
gui conf_wiz.py - updating version numbers in file, should really get these from a TAG or conf file 2008-09-16 17:45:47 -07:00
immutable disallow deep-check on non-directories, simplifies the code a bit 2008-09-10 13:44:58 -07:00
introducer introducer: add get_nickname_for_peerid 2008-09-05 22:07:00 -07:00
mutable disallow deep-check on non-directories, simplifies the code a bit 2008-09-10 13:44:58 -07:00
scripts CLI: add 'tahoe admin generate-keypair' command 2008-09-18 17:11:33 -07:00
test test_cli: disable generate-keypair test on OS-X, pycryptopp still has a bug 2008-09-19 12:38:55 -07:00
util util.log: send log.err to Twisted too, so that Trial tests are flunked 2008-09-20 10:34:27 -07:00
web web: add 'more info' pages for files and directories, move URI/checker-buttons/deep-size/etc off to them 2008-09-17 22:00:41 -07:00
windows move registry module into allmydata.windows package 2008-01-10 19:03:23 -07:00
__init__.py setup: simplify parsing of python version number 2008-08-28 17:00:45 -07:00
checker_results.py dirnode: refactor recursive-traversal methods, add stats to deep_check() method results and t=deep-check webapi 2008-09-10 01:45:04 -07:00
client.py introducer: add get_nickname_for_peerid 2008-09-05 22:07:00 -07:00
codec.py allow the introducer to set default encoding parameters. Closes #84. 2007-07-12 15:33:30 -07:00
control.py move encode/upload/download/checker.py into a new immutable/ directory. No behavior changes expected. 2008-07-16 13:14:39 -07:00
debugshell.py finish storage server and write new download 2007-03-30 10:52:19 -07:00
dirnode.py disallow deep-check on non-directories, simplifies the code a bit 2008-09-10 13:44:58 -07:00
hashtree.py switch from base62 to base32 for storage indices, switch from z-base-32 to rfc 3548 base-32 for everything, separate out base32 encoding from idlib 2008-02-14 19:27:47 -07:00
interfaces.py disallow deep-check on non-directories, simplifies the code a bit 2008-09-10 13:44:58 -07:00
key_generator.py key_generator: make default key size be a constructor argument instead of a class variable, pass default key size of 522 (the smallest that we can do) in unit tests to make them faster 2008-04-22 12:28:18 -07:00
manhole.py trailing-whitespace eradication, no functional changes 2007-11-01 15:22:41 -07:00
node.py re-enable incident-reporting, but disable it in unit tests, because they take 150% longer, and the leftover trailing timers cause errors 2008-07-06 23:49:08 -07:00
offloaded.py logging: add 'unique-message-ids' (or 'umids') to each WEIRD-or-higher log.msg call, to make it easier to correlate log message with source code 2008-08-25 18:57:59 -07:00
provisioning.py fix pyflakes warning 2008-03-10 16:14:03 -07:00
stats.py run a stats provider even if there's no gatherer, since the HTTP /statistics page is then useful. Only run the once-per-second load-monitor if there is a gatherer configured 2008-05-08 11:37:30 -07:00
storage.py logging: add 'unique-message-ids' (or 'umids') to each WEIRD-or-higher log.msg call, to make it easier to correlate log message with source code 2008-08-25 18:57:59 -07:00
uri.py uri.py: get 100% test coverage, fix a few bugs in the process 2008-03-04 14:27:45 -07:00
webish.py web/deep-check: show the webapi runtime at the bottom of the page 2008-08-12 20:34:26 -07:00