.. |
__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 |
check_load.py
|
check_load: add stats-gathering
|
2007-12-18 14:07:37 -07:00 |
check_memory.py
|
fix check-memory to use new upload API (which requires a "convergence" argument), and change it to measure convergence instead of random-key, since convergence is the use case we care about more
|
2008-03-24 15:28:04 -07:00 |
check_speed.py
|
speedcheck: track SSK creation time separately
|
2008-01-29 20:44:32 -07:00 |
common.py
|
dirnode: return to 'delete fails if the child wasn't actually there' semantics, to make tests pass. There's a switch to enable/disable this
|
2008-04-17 20:06:06 -07:00 |
figleaf.excludes
|
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 |
test_base62.py
|
fix a few unused imports and suchlike, discovered by pyflakes
|
2008-02-13 07:38:08 -07:00 |
test_cli.py
|
BIG COMPATIBILITY BREAK: update hash tags, switch to SHA-256d everywhere
|
2008-02-14 19:58:01 -07:00 |
test_client.py
|
client: add 'node.uptime' to the stats we collect
|
2008-04-17 11:13:39 -07:00 |
test_codec.py
|
trailing-whitespace eradication, no functional changes
|
2007-11-01 15:34:12 -07:00 |
test_dirnode.py
|
use added secret to protect convergent encryption
|
2008-03-24 09:46:06 -07:00 |
test_encode.py
|
mutable WIP: rename NotEnoughPeersError to NotEnoughSharesError
|
2008-04-15 16:08:32 -07:00 |
test_filenode.py
|
mutable WIP: split mutable.py into separate files. All tests pass.
|
2008-04-11 14:31:16 -07:00 |
test_hashtree.py
|
test_hashtree.py: get full coverage for hashtree.py
|
2007-04-12 19:58:13 -07:00 |
test_helper.py
|
helper: add stats for the gatherer, show some on the webish welcome page
|
2008-03-27 15:55:32 -07:00 |
test_introducer.py
|
introducer: remove encoding-parameter config, for now
|
2008-02-12 18:59:54 -07:00 |
test_iputil.py
|
filter out "0.0.0.0" from detected IP addresses
|
2007-10-13 00:38:16 -07:00 |
test_keygen.py
|
mutable WIP: re-enable publish/retrieve status
|
2008-04-16 17:49:06 -07:00 |
test_mutable.py
|
mutable: improve test coverage, fix bug in privkey fetching, add .finished to stats, remove dead code
|
2008-04-18 19:55:12 -07:00 |
test_nevow.py
|
test: update todo string in test_nevow
|
2008-02-29 13:10:08 -07:00 |
test_node.py
|
put all private state in $BASEDIR/private
|
2007-12-17 16:39:54 -07:00 |
test_observer.py
|
test_observer: improve test coverage
|
2007-03-08 16:13:14 -07:00 |
test_provisioning.py
|
provisioning: oops, fix test_provisioning too
|
2007-09-07 15:01:17 -07:00 |
test_runner.py
|
test_runner.py: test launching an introducer too
|
2008-02-18 00:28:56 -07:00 |
test_storage.py
|
storage: clean up use of si_s vs si_dir, add test for BadWriterEnabler message, add some logging
|
2008-01-31 17:48:48 -07:00 |
test_system.py
|
mutable: replace MutableFileNode API, update tests. Changed all callers to use overwrite(), but that will change soon
|
2008-04-17 17:51:38 -07:00 |
test_upload.py
|
mutable WIP: rename NotEnoughPeersError to NotEnoughSharesError
|
2008-04-15 16:08:32 -07:00 |
test_uri.py
|
uri.py: get 100% test coverage, fix a few bugs in the process
|
2008-03-04 14:27:45 -07:00 |
test_util.py
|
use added secret to protect convergent encryption
|
2008-03-24 09:46:06 -07:00 |
test_web.py
|
mutable: replace MutableFileNode API, update tests. Changed all callers to use overwrite(), but that will change soon
|
2008-04-17 17:51:38 -07:00 |
trial_figleaf.py
|
trial_figleaf.py: make our figleaf code compatible with both Twisted-8.x and Twisted-2.5.x
|
2008-04-02 17:48:55 -07:00 |