tahoe-lafs/src/allmydata
2008-02-12 21:28:52 -07:00
..
gui confwiz: update to record install and uninstall events. 2008-01-30 16:52:07 -07:00
scripts fix a few unused imports and suchlike, discovered by pyflakes 2008-02-13 07:38:08 -07:00
test fix a few unused imports and suchlike, discovered by pyflakes 2008-02-13 07:38:08 -07:00
util fix a few unused imports and suchlike, discovered by pyflakes 2008-02-13 07:38:08 -07:00
web webish: add /status page to display current uploads/downloads 2008-02-12 15:40:05 -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 use base62 encoding for storage indexes, on disk and in verifier caps, and in logging and diagnostic tools 2008-02-12 20:48:37 -07:00
client.py make current upload/download status objects available from the client 2008-02-12 15:39:45 -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.py: add metadata= to add_file(), add tests 2008-02-11 14:53:28 -07:00
download.py download status: refactor into a separate object, so we don't need to keep the Download itself around for a long time 2008-02-12 19:01:03 -07:00
encode.py use base62 encoding for storage indexes, on disk and in verifier caps, and in logging and diagnostic tools 2008-02-12 20:48:37 -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 make current upload/download status objects available from the client 2008-02-12 15:39:45 -07:00
introducer.py introducer: remove encoding-parameter config, for now 2008-02-12 18:59:54 -07:00
manhole.py trailing-whitespace eradication, no functional changes 2007-11-01 15:22:41 -07:00
mutable.py use base62 encoding for storage indexes, on disk and in verifier caps, and in logging and diagnostic tools 2008-02-12 20:48:37 -07:00
node.py refactor node startup, remove tub_ready() 2008-02-05 19:58:38 -07:00
offloaded.py use base62 encoding for storage indexes, on disk and in verifier caps, and in logging and diagnostic tools 2008-02-12 20:48:37 -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 use base62 encoding for storage indexes, on disk and in verifier caps, and in logging and diagnostic tools 2008-02-12 20:48:37 -07:00
upload.py use base62 encoding for storage indexes, on disk and in verifier caps, and in logging and diagnostic tools 2008-02-12 20:48:37 -07:00
uri.py use base62 encoding for storage indexes, on disk and in verifier caps, and in logging and diagnostic tools 2008-02-12 20:48:37 -07:00
webish.py webish.py: fix for #237: when listing large directories, insert a turn break once every 100 children, to work around non-optimized tail recursion Deferreds 2008-02-12 21:28:52 -07:00