.. |
gui
|
confwiz: set a convergence domain based on root_dir upon config
|
2008-03-24 15:47:12 -07:00 |
introducer
|
break introducer up into separate modules in the new allmydata.introducer package
|
2008-06-18 12:24:16 -07:00 |
mutable
|
mutable/publish.py: raise FileTooLargeError instead of an ugly assertion when the SDMF restrictions are exceeded
|
2008-06-03 00:02:10 -07:00 |
scripts
|
CLI: make 'tahoe webopen' use the 'tahoe:' alias properly, instead of the old --dir-cap option
|
2008-06-02 17:55:54 -07:00 |
test
|
start work on 'check-grid' target, for use in an automated prodnet tester. Just a docstring so far.
|
2008-06-18 12:57:47 -07:00 |
util
|
util.dictutil: move DictOfSets out to a separate utility module
|
2008-05-21 09:43:49 -07:00 |
web
|
web: stop using absolute links (or url.here) in forms and pages, since they break behind proxies. Partially addresses #461
|
2008-06-17 19:49:40 -07:00 |
windows
|
move registry module into allmydata.windows package
|
2008-01-10 19:03:23 -07:00 |
__init__.py
|
setup: don't catch ImportError when importing _auto_deps in allmydata/__init__.py
|
2008-04-30 13:22:04 -07:00 |
checker.py
|
webish: add 'download results', with some basic timing information
|
2008-03-03 19:19:21 -07:00 |
client.py
|
break introducer up into separate modules in the new allmydata.introducer package
|
2008-06-18 12:24:16 -07:00 |
codec.py
|
allow the introducer to set default encoding parameters. Closes #84.
|
2007-07-12 15:33:30 -07:00 |
control.py
|
use added secret to protect convergent encryption
|
2008-03-24 09:46:06 -07:00 |
debugshell.py
|
finish storage server and write new download
|
2007-03-30 10:52:19 -07:00 |
dirnode.py
|
dirnode: add overwrite= to most API calls, defaulting to True. When False, this raises ExistingChildError rather than overwriting an existing child
|
2008-05-16 16:09:47 -07:00 |
download.py
|
download status: add time spent paused by the client (when we're serving over a slow HTTP link)
|
2008-04-21 12:19:17 -07:00 |
encode.py
|
upload: abort the bucket upon any write error, and do it with callRemoteOnly to avoid double errors
|
2008-06-10 11:55:28 -07:00 |
filenode.py
|
filenode: add is_mutable to non-MutableFileNode classes
|
2008-05-19 13:03:00 -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
|
move FileTooLargeError out to a common location
|
2008-06-03 00:01:15 -07:00 |
key_generator.py
|
key_generator: make default key size be a constructor argument instead of a class variable, pass default key size of 522 (the smallest that we can do) in unit tests to make them faster
|
2008-04-22 12:28:18 -07:00 |
manhole.py
|
trailing-whitespace eradication, no functional changes
|
2007-11-01 15:22:41 -07:00 |
node.py
|
node.py: make twistd.pid world-readable, so stats-gathering tools (specifically memory-measuring munin plugins) can see it
|
2008-03-26 18:37:54 -07:00 |
offloaded.py
|
offloaded: add 'resumes' counter to stats: how many upload requests are resuming an interrupted upload?
|
2008-04-28 13:27:55 -07:00 |
provisioning.py
|
fix pyflakes warning
|
2008-03-10 16:14:03 -07:00 |
stats.py
|
run a stats provider even if there's no gatherer, since the HTTP /statistics page is then useful. Only run the once-per-second load-monitor if there is a gatherer configured
|
2008-05-08 11:37:30 -07:00 |
storage.py
|
storage.ReadBucketProxy: avoid double-start, this only affected tests
|
2008-06-17 17:01:29 -07:00 |
upload.py
|
mutable WIP: clean up status handling, shrink the code a lot, improve test coverage
|
2008-04-17 13:02:22 -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: censor URLs that start with /file and /named too
|
2008-05-19 14:34:13 -07:00 |