tahoe-lafs/src/allmydata
2008-02-11 14:13:07 -07:00
..
gui confwiz: update to record install and uninstall events. 2008-01-30 16:52:07 -07:00
scripts tahoe dump-share: remove --filename option, just take it from argv 2008-02-06 14:15:33 -07:00
test test_dirnode.py: add diag output to test-ctime/mtime tests 2008-02-11 14:13:07 -07:00
util change encryption-key hash to include encoding parameters. This is a minor compatibility break: CHK files encoded (with convergence) before and after this will have different keys and ciphertexts. Also switched to SHA-256d for both the data-to-key hash and the key-to-storageindex hash 2008-02-06 19:50:47 -07:00
web webish: more upload stats: total encode-and-push rate, already-in-grid existence check time 2008-02-06 02:39:01 -07:00
windows move registry module into allmydata.windows package 2008-01-10 19:03:23 -07:00
__init__.py setup: require specific versions of dependencies, both at run-time (if pkg_resources is available) and at build-time, and make there be only once place where we specify those versions 2008-01-22 17:24:33 -07:00
checker.py big introducer refactoring: separate publish+subscribe. Addresses #271. 2008-02-05 13:05:13 -07:00
client.py refactor node startup, remove tub_ready() 2008-02-05 19:58:38 -07:00
codec.py allow the introducer to set default encoding parameters. Closes #84. 2007-07-12 15:33:30 -07:00
control.py upload: return an UploadResults instance (with .uri) instead of just a URI 2008-02-05 21:01:38 -07:00
debugshell.py finish storage server and write new download 2007-03-30 10:52:19 -07:00
dirnode.py dirnode: add ctime/mtime to metadata, update metadata-modifying APIs. Needs more testing and sanity checking. 2008-02-08 18:43:47 -07:00
download.py download.py: make logging safe in ValidatedBucket 2008-02-06 02:50:34 -07:00
encode.py helper: return full uri-extension data to the client, so it can compare encoding parameters 2008-02-06 17:30:58 -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 dirnode: add ctime/mtime to metadata, update metadata-modifying APIs. Needs more testing and sanity checking. 2008-02-08 18:43:47 -07:00
introducer.py refactor node startup, remove tub_ready() 2008-02-05 19:58:38 -07:00
manhole.py trailing-whitespace eradication, no functional changes 2007-11-01 15:22:41 -07:00
mutable.py introducer: remove remaining bits of 'push-to-myself' flags. The uploading/downloading node is no longer special. 2008-02-05 14:16:01 -07:00
node.py refactor node startup, remove tub_ready() 2008-02-05 19:58:38 -07:00
offloaded.py offloaded: oops, need more tricks to make the unit tests pass 2008-02-06 17:51:11 -07:00
provisioning.py added tweaked sibpath implementation 2008-01-10 15:23:41 -07:00
stats.py stats: fix service issues 2008-02-01 18:57:31 -07:00
storage.py storage: change service name from 'storageserver' to 'storage' 2008-02-05 20:28:59 -07:00
upload.py test_system: remove the hackish debug_interrupt= attribute magic used to exercise interrupted-upload resumption, instead just make the Uploadable bounce the helper halfway through the upload 2008-02-07 20:15:37 -07:00
uri.py dump-cap: include UEB_hash in output 2008-02-06 12:48:19 -07:00
webish.py webish: more upload stats: total encode-and-push rate, already-in-grid existence check time 2008-02-06 02:39:01 -07:00