.. |
filetree
|
fix some of the filetree/workqueue interface definitions
|
2007-01-26 17:31:24 -07:00 |
scripts
|
node creation: be willing to utilize a pre-existing (but empty) directory
|
2007-03-29 14:32:28 -07:00 |
test
|
test_encode: test filesizes which are an exact multiple of the segment size. This test fails right now.
|
2007-04-16 19:55:03 -07:00 |
util
|
iputil.py: remove unused import
|
2007-04-16 17:08:00 -07:00 |
web
|
webish: add 'my nodeid' to the page
|
2007-03-29 14:31:55 -07:00 |
__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 |
client.py
|
new upload and storage server
|
2007-03-29 20:19:52 -07:00 |
codec.py
|
codec: remove more unused debugging code
|
2007-04-06 20:56:39 -07:00 |
control.py
|
control.py: fix get_memory_usage, add a sample client tool
|
2007-03-07 20:31:49 -07:00 |
debugshell.py
|
finish storage server and write new download
|
2007-03-30 10:52:19 -07:00 |
download.py
|
download: remove some leftover (and not very useful) debug logging
|
2007-04-16 17:17:57 -07:00 |
encode.py
|
encode: make MAX_SEGMENT_SIZE controllable, to support tests which force the use of multiple segments. Also, remove not-very-useful upload-side debug messages
|
2007-04-16 19:29:57 -07:00 |
filetable.py
|
filetable: oops, os.listdir() does not guarantee sorted results
|
2007-01-20 13:02:26 -07:00 |
hashtree.py
|
hash trees: further cleanup, to make sure we're validating the right thing
|
2007-04-12 19:41:48 -07:00 |
interfaces.py
|
interfaces: use explicit TupleOf and ChoiceOf constraints, since the upcoming version of Foolscap changes the meaning of bare tuples (from ChoiceOf to TupleOf)
|
2007-04-13 19:04:38 -07:00 |
introducer.py
|
introducer: add some comments about separating nodeid from tubid
|
2007-03-29 11:16:29 -07:00 |
manhole.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 |
node.py
|
node: enable Tub.logLocalFailures now that we require foolscap-0.1.2
|
2007-04-06 20:55:59 -07:00 |
queen.py
|
complete the Introducer changes, separate out vdrive access, make everything work again
|
2007-03-27 16:12:11 -07:00 |
storageserver.py
|
storageserver: ignore files in verifierdir whose filenames aren't of the right form for shares
|
2007-04-18 07:41:56 -07:00 |
upload.py
|
encode: make MAX_SEGMENT_SIZE controllable, to support tests which force the use of multiple segments. Also, remove not-very-useful upload-side debug messages
|
2007-04-16 19:29:57 -07:00 |
uri.py
|
finish making the new encoder/decoder/upload/download work
|
2007-03-30 16:50:50 -07:00 |
vdrive.py
|
vdrive/webish: finish verifierid/uri transition
|
2007-01-16 19:43:13 -07:00 |
webish.py
|
webish: add 'my nodeid' to the page
|
2007-03-29 14:31:55 -07:00 |
workqueue.py
|
filetree: make delete() work
|
2007-01-24 15:10:53 -07:00 |