.. |
scripts
|
rename "my_private_dir.uri" to "my_private_dir.cap"
|
2007-12-17 18:35:25 -07:00 |
test
|
fix unit tests to assert that we do *not* link to start.html when there is no private dir, instead of asserting that we *do*
|
2007-12-17 18:51:16 -07:00 |
util
|
rename "secret" to "lease_secret" and change its size from 16 to 32 bytes
|
2007-12-17 18:34:11 -07:00 |
web
|
webish: fix overwrite form display
|
2007-12-05 00:15:13 -07:00 |
__init__.py
|
refactor the feature of getting versions of packages, include the version numbers of more of the packages that we use
|
2007-12-12 19:37:37 -07:00 |
checker.py
|
checker: improve test coverage a little bit
|
2007-12-04 18:00:12 -07:00 |
client.py
|
rename "my_private_dir.uri" to "my_private_dir.cap"
|
2007-12-17 18:35:25 -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
|
test_dirnode.py: obtain full coverage of dirnode.py
|
2007-12-04 14:32:04 -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
|
a few documentation and naming convention updates
|
2007-12-12 19:34:08 -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
|
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 |
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
|
tidy-up some comments and logging messages
|
2007-12-14 18:24:46 -07:00 |
node.py
|
put all private state in $BASEDIR/private
|
2007-12-17 16:39:54 -07:00 |
provisioning.py
|
provisioning: add more options for num-servers and server-dBA
|
2007-11-15 13:40:49 -07:00 |
storage.py
|
storage.py: factor out a common compare() routine
|
2007-12-05 00:20:34 -07:00 |
upload.py
|
use AES from pycryptopp instead of pycrypto, also truncate the keys slightly differently
|
2007-12-03 17:27:46 -07:00 |
uri.py
|
uri.py: improve test coverage
|
2007-12-04 17:38:31 -07:00 |
webish.py
|
do not put a link from the welcoXme page to the start.html if there is not a private directory
|
2007-12-17 18:35:59 -07:00 |