tahoe-lafs/src/allmydata
2008-01-14 22:20:03 -07:00
..
scripts 'tahoe dump-cap': accept http:// -prefixed URLs too 2008-01-14 14:12:27 -07:00
test test_storage: fix pyflakes warnings 2008-01-14 21:26:48 -07:00
util testutil.py: hush the new (more strict) pyflakes 2008-01-14 18:27:55 -07:00
web remove automatic private dir 2008-01-03 17:02:05 -07:00
windows move registry module into allmydata.windows package 2008-01-10 19:03:23 -07:00
__init__.py remove runtime dependency upon setuptools (which crept into allmydata.get_package_versions) 2008-01-04 20:53:41 -07:00
checker.py checker: improve test coverage a little bit 2007-12-04 18:00:12 -07:00
client.py upload: pass options through to the encoder 2008-01-14 21:17:32 -07:00
codec.py allow the introducer to set default encoding parameters. Closes #84. 2007-07-12 15:33:30 -07:00
control.py check-speed: test SSK upload/download speed too. SDMF imposes a limit on the file sizes, no 10MB or 100MB test 2007-12-14 02:05:31 -07:00
debugshell.py finish storage server and write new download 2007-03-30 10:52:19 -07:00
dirnode.py remove wait_for_numpeers and the when_enough_peers call in mutable.Publish 2008-01-14 14:55:59 -07:00
download.py use AES from pycryptopp instead of pycrypto, also truncate the keys slightly differently 2007-12-03 17:27:46 -07:00
encode.py encode: actually define the UploadAborted exception 2008-01-14 21:27:02 -07:00
filenode.py test_mutable: improve test coverage a bit, add test_filenode.py 2007-12-03 21:37:54 -07:00
hashtree.py move almost all hashing to SHA256, consolidate into hashutil.py 2007-06-07 21:47:21 -07:00
interfaces.py upload: add Encoder.abort(), to abandon the upload in progress. Add some debug hooks to enable unit tests. 2008-01-14 21:22:55 -07:00
introducer.py fix import error, detected thanks to "make test" 2007-12-11 17:23:01 -07:00
manhole.py trailing-whitespace eradication, no functional changes 2007-11-01 15:22:41 -07:00
mutable.py remove wait_for_numpeers and the when_enough_peers call in mutable.Publish 2008-01-14 14:55:59 -07:00
node.py logging: enable flogging in more places, replace Node.log with flogging 2008-01-14 21:16:58 -07:00
offloaded.py offloaded: cleanup to handle multiple simultaneous uploaders gracefully 2008-01-14 22:20:03 -07:00
provisioning.py added tweaked sibpath implementation 2008-01-10 15:23:41 -07:00
storage.py upload: add Encoder.abort(), to abandon the upload in progress. Add some debug hooks to enable unit tests. 2008-01-14 21:22:55 -07:00
upload.py upload: add Encoder.abort(), to abandon the upload in progress. Add some debug hooks to enable unit tests. 2008-01-14 21:22:55 -07:00
uri.py added is_uri() function to allmydata.uri 2008-01-10 20:43:42 -07:00
webish.py added tweaked sibpath implementation 2008-01-10 15:23:41 -07:00