..
Crypto
remove parts of pycrypto that we are no longer going to use: SHA256 and RSA
2007-11-09 18:21:12 -07:00
scripts
remove tahoe_put-web2ish.py
2007-11-19 14:07:28 -07:00
test
webish: add preliminary mutable file support: upload, download, listings, JSON, URI, RO-URI. No replace yet.
2007-11-09 03:54:27 -07:00
util
hashutil.py: switch from pycrypto to pycryptopp SHA256
2007-11-09 14:40:13 -07:00
web
WUI: hook up an "overwrite" button on mutable files
2007-11-10 10:53:45 -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.checker_results_for: ignore uris of 'None'
2007-10-26 18:38:37 -07:00
client.py
consolidate dirnode/filenode-creation code into Client
2007-11-09 02:54:51 -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
dirnode2.py
consolidate dirnode/filenode-creation code into Client
2007-11-09 02:54:51 -07:00
dirnode.py
webish: add preliminary mutable file support: upload, download, listings, JSON, URI, RO-URI. No replace yet.
2007-11-09 03:54:27 -07:00
download.py
trailing-whitespace eradication, no functional changes
2007-11-01 15:22:38 -07:00
encode.py
encode.py: update comments, max_segment_size is now 2MiB
2007-10-16 11:00:29 -07:00
hashtree.py
move almost all hashing to SHA256, consolidate into hashutil.py
2007-06-07 21:47:21 -07:00
interfaces.py
IMutableFileNode is a subtype of IFileNode
2007-11-10 16:37:18 -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
logpublisher.py
implement preliminary log publisher/gatherer
2007-11-01 17:29:15 -07:00
manhole.py
trailing-whitespace eradication, no functional changes
2007-11-01 15:22:41 -07:00
mutable.py
mutable.py: fix padding/shape-of-input-data to zfec
2007-11-09 18:06:25 -07:00
node.py
implement preliminary log publisher/gatherer
2007-11-01 17:29:15 -07:00
provisioning.py
provisioning.py: get full test coverage
2007-09-17 01:38:54 -07:00
storage.py
storage.py: add a little logging (disabled)
2007-11-07 14:14:54 -07:00
upload.py
trailing-whitespace eradication, no functional changes
2007-11-01 15:22:47 -07:00
uri.py
mutable: improve NewDirectoryNode test coverage
2007-11-01 18:35:54 -07:00
vdrive.py
webish: add preliminary mutable file support: upload, download, listings, JSON, URI, RO-URI. No replace yet.
2007-11-09 03:54:27 -07:00
webish.py
don't provide the "overwrite" button if the file is readonly to you
2007-11-10 16:07:05 -07:00