.. |
scripts
|
mutable: handle bad hashes, improve test coverage, rearrange slightly to facilitate these
|
2007-11-13 23:08:15 -07:00 |
test
|
make check-memory use the new POST /uri?t=upload
|
2007-12-06 17:28:23 -07:00 |
util
|
move increase_rlimits() into iputil and make it a no-op on Windows
|
2007-12-07 08:03:43 -07:00 |
web
|
webish: fix overwrite form display
|
2007-12-05 00:15:13 -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 |
checker.py
|
checker: improve test coverage a little bit
|
2007-12-04 18:00:12 -07:00 |
client.py
|
rename dirnode2.py to dirnode.py
|
2007-12-04 11:45:20 -07:00 |
codec.py
|
allow the introducer to set default encoding parameters. Closes #84.
|
2007-07-12 15:33:30 -07:00 |
control.py
|
make control.get_memory_usage() return all zeroes if reading /proc/mem/whatsit raises an exception
|
2007-12-06 17:27:40 -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
|
encode.py: trivial whitespace change
|
2007-11-19 23:00:29 -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
|
refactor web tests, and interfaces.IFileNode
|
2007-12-04 23:01:37 -07:00 |
introducer.py
|
merge patch to integrate decentralized directories with "introducer_and_vdrive.py: use logpublisher too"
|
2007-12-03 15:29:04 -07:00 |
logpublisher.py
|
logpublisher: hush pyflakes warning
|
2007-11-16 20:14:46 -07:00 |
manhole.py
|
trailing-whitespace eradication, no functional changes
|
2007-11-01 15:22:41 -07:00 |
mutable.py
|
use AES from pycryptopp instead of pycrypto, also truncate the keys slightly differently
|
2007-12-03 17:27:46 -07:00 |
node.py
|
move increase_rlimits() into iputil and make it a no-op on Windows
|
2007-12-07 08:03:43 -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
|
add POST /uri?t=upload and tests thereof
|
2007-12-06 17:17:02 -07:00 |