tahoe-lafs/src/allmydata
2007-08-16 12:50:19 -07:00
..
scripts scripts: rearrange Options, make --version behave the same for all commands 2007-08-16 12:50:19 -07:00
test fix small bug in unit tests which caused spurious failures on Windows 2007-08-16 14:14:41 -07:00
util in-line doc edit: s/pyutil/allmydata.util/ 2007-08-16 14:10:48 -07:00
web welcome.xhtml: add a link to allmydata.org 2007-07-13 17:15:44 -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 client.py: make a note in the logs when the auto-shutdown feature is in use 2007-08-14 02:12:30 -07:00
codec.py allow the introducer to set default encoding parameters. Closes #84. 2007-07-12 15:33:30 -07:00
control.py control.py: make get_memory_usage() callable from elsewhere 2007-07-08 19:07:54 -07:00
debugshell.py finish storage server and write new download 2007-03-30 10:52:19 -07:00
dirnode.py IDirectoryNode: add has_child() method 2007-08-15 13:22:01 -07:00
download.py uri: implement URI-processing classes, IFileURI/IDirnodeURI, use internally 2007-07-21 15:40:36 -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 IDirectoryNode: add has_child() method 2007-08-15 13:22:01 -07:00
introducer_and_vdrive.py allow the introducer to set default encoding parameters. Closes #84. 2007-07-12 15:33:30 -07:00
introducer.py shorten ids 2007-08-12 11:53:18 -07:00
manhole.py extirpate all references the "queen" and "metatracker" 2007-04-30 09:57:52 -07:00
node.py don't over-encode the nodeid many times with ascii-encoding 2007-08-12 10:29:38 -07:00
storage.py client.py: add a 'debug_no_storage' option to throw out all share data 2007-07-16 18:07:03 -07:00
upload.py #96: add flag to enable pushing data to ourselves, defaulting to False 2007-08-09 18:30:24 -07:00
uri.py truncate storage index to 128 bits, since it's derived from a 128 bit AES key 2007-07-22 19:48:44 -07:00
vdrive.py vdrive: eventually create public/private dirnodes event if the vdrive server isn't available at start up 2007-07-24 19:44:25 -07:00
webish.py webish.py: allow users to delete (but not create) empty-named files. Closes #94. 2007-08-15 23:14:05 -07:00