tahoe-lafs/src/allmydata
robk-tahoe a1f2c9d624 confwiz: write accountname to a file
motivated simply by a desire to be able to identify 'noderoot' directories for
debugging and testing, the confwiz now writes an 'accountname' files based on 
what account was used when the node was configured.  this is not currently read
by or used by any code in the system, but helps identify directories from testing.
2008-03-10 17:50:44 -07:00
..
gui confwiz: write accountname to a file 2008-03-10 17:50:44 -07:00
scripts runner: tweaked runner to make it easier to extend with additional subcommands 2008-02-19 17:05:14 -07:00
test test_mutable: test all hash-failure cases except a corrupted encrypted private key 2008-03-10 17:46:52 -07:00
util Merge patch which switches to SHA-256d with patch that adds punctuation and capitalization to the comment about the hash value. 2008-02-15 13:16:43 -07:00
web webish: show storage sizelimit, abbreviate current usage 2008-03-06 21:16:38 -07:00
windows move registry module into allmydata.windows package 2008-01-10 19:03:23 -07:00
__init__.py setup: require specific versions of dependencies, both at run-time (if pkg_resources is available) and at build-time, and make there be only once place where we specify those versions 2008-01-22 17:24:33 -07:00
checker.py webish: add 'download results', with some basic timing information 2008-03-03 19:19:21 -07:00
client.py lower max_segsize for immutable files to 128KiB, to make download-progress smoother and improve alacrity. Closes #252. Note that mutable files continue to use 1MiB segments. 2008-03-07 19:24: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 upload: return an UploadResults instance (with .uri) instead of just a URI 2008-02-05 21:01:38 -07:00
debugshell.py finish storage server and write new download 2007-03-30 10:52:19 -07:00
dirnode.py wapi: add POST /uri/$DIRECTORY?t=set_children 2008-02-29 18:40:27 -07:00
download.py web: status: add 'started' timestamps to all operations 2008-03-04 18:50:44 -07:00
encode.py docs: update install and usage docs, improve cli "usage" output, make new example directories, add unit test that fails code which prints out sentences that don't end with punctuation marks 2008-02-15 13:11:02 -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 switch from base62 to base32 for storage indices, switch from z-base-32 to rfc 3548 base-32 for everything, separate out base32 encoding from idlib 2008-02-14 19:27:47 -07:00
interfaces.py web: status: add 'started' timestamps to all operations 2008-03-04 18:50:44 -07:00
introducer.py introducer: remove encoding-parameter config, for now 2008-02-12 18:59:54 -07:00
manhole.py trailing-whitespace eradication, no functional changes 2007-11-01 15:22:41 -07:00
mutable.py test_mutable: test all hash-failure cases except a corrupted encrypted private key 2008-03-10 17:46:52 -07:00
node.py macapp: simplify node startup failure reporting 2008-03-06 15:09:04 -07:00
offloaded.py webish: add more share information to upload status, including assisted uploads 2008-03-05 19:51:51 -07:00
provisioning.py fix pyflakes warning 2008-03-10 16:14:03 -07:00
stats.py stats: make StatsGatherer happy about sharing a process with other services, add one during system test to get some test coverage 2008-03-03 23:55:58 -07:00
storage.py webish: download-results: add server_problems 2008-03-03 20:30:35 -07:00
upload.py lower max_segsize for immutable files to 128KiB, to make download-progress smoother and improve alacrity. Closes #252. Note that mutable files continue to use 1MiB segments. 2008-03-07 19:24:51 -07:00
uri.py uri.py: get 100% test coverage, fix a few bugs in the process 2008-03-04 14:27:45 -07:00
webish.py webish: show storage sizelimit, abbreviate current usage 2008-03-06 21:16:38 -07:00