.. |
Crypto
|
crypto: fix compiler warnings in the .c files
|
2007-08-15 17:48:52 -07:00 |
scripts
|
rename client.tac to tahoe-client.tac, so that 'ps ax|grep tahoe' works. Closes #156.
|
2007-10-11 02:48:06 -07:00 |
test
|
rename client.tac to tahoe-client.tac, so that 'ps ax|grep tahoe' works. Closes #156.
|
2007-10-11 02:48:06 -07:00 |
util
|
don't try to use bindann
|
2007-09-13 19:14:46 -07:00 |
web
|
add a provisioning utility page which shows necessary storage space and transfer rates for grids of various sizes
|
2007-08-26 23:44:24 -07:00 |
__init__.py
|
import version class and make-version script from pyutil -- fixes win32 build, improves error handling, and eliminates unused features
|
2007-08-16 14:09:30 -07:00 |
client.py
|
webish: write node.url, for the benefit of CLI tools
|
2007-10-11 01:38:04 -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: average multiple pings when measuring RTT
|
2007-09-26 18:16:15 -07:00 |
debugshell.py
|
finish storage server and write new download
|
2007-03-30 10:52:19 -07:00 |
dirnode.py
|
dirnode: change the defined behavior of RIVirtualDriveServer.set to allow replace-in-place without raising an exception
|
2007-08-16 17:03:19 -07:00 |
download.py
|
download.py: use producer/consumer to reduce memory usage, closes #129.
|
2007-09-19 00:34:47 -07:00 |
encode.py
|
encode.py: log a percentage complete as well as the raw byte counts
|
2007-08-09 18:28:45 -07:00 |
hashtree.py
|
move almost all hashing to SHA256, consolidate into hashutil.py
|
2007-06-07 21:47:21 -07:00 |
interfaces.py
|
control: add measure_peer_response_time(), to estimate RTT for the mesh
|
2007-09-26 12:21:15 -07:00 |
introducer_and_vdrive.py
|
node.py: refactor config-file getting and setting
|
2007-08-27 18:58:39 -07:00 |
introducer.py
|
introducer.py: add test coverage of _disconnected()
|
2007-09-19 11:50:13 -07:00 |
manhole.py
|
extirpate all references the "queen" and "metatracker"
|
2007-04-30 09:57:52 -07:00 |
node.py
|
node.py: don't append 'Z' to the timestamp, since it's really localtime. We need deeper changes to make it be UTC
|
2007-10-11 02:24:17 -07:00 |
owner.sql
|
deletion phase3: add a sqlite database to track renew/cancel-lease secrets, implement renew/cancel_lease (but nobody calls them yet). Also, move the shares from BASEDIR/storage/* down to BASEDIR/storage/shares/*
|
2007-08-27 23:41:40 -07:00 |
provisioning.py
|
provisioning.py: get full test coverage
|
2007-09-17 01:38:54 -07:00 |
storage.py
|
storage: fill alreadygot= with all known shares for the given storageindex, not just the ones they asked about
|
2007-09-17 00:48:40 -07:00 |
upload.py
|
upload.py: fix signature of NonConvergentUploadMixin.get_encryption_key
|
2007-09-18 23:38:11 -07:00 |
uri.py
|
uri.py: improve test coverage a bit
|
2007-09-17 01:09:47 -07:00 |
vdrive.py
|
vdrive.py: oops, forgot an import
|
2007-09-15 15:21:57 -07:00 |
webish.py
|
webish: write node.url, for the benefit of CLI tools
|
2007-10-11 01:38:04 -07:00 |