.. |
gui
|
gui/macapp: minor bugfixes
|
2008-10-16 09:30:52 -07:00 |
immutable
|
immutable/filenode.py: add TODO note about the #514 monitor to check(), rather than going through the checker/verifier code and adding it, since Zooko is currently working on that code
|
2008-10-22 01:42:37 -07:00 |
introducer
|
#518: replace various BASEDIR/* config files with a single BASEDIR/tahoe.cfg, with backwards-compatibility of course
|
2008-09-30 16:21:49 -07:00 |
mutable
|
more #514: pass a Monitor to all checker operations, make mutable-checker honor the cancel flag
|
2008-10-22 01:38:18 -07:00 |
scripts
|
scripts/debug.py: emit the immutable-share version number, tolerate v2
|
2008-10-09 18:34:22 -07:00 |
test
|
test_dirnode.py: oops, missed a Monitor(), unbreak tests
|
2008-10-22 01:50:54 -07:00 |
util
|
repairer: fix flaw in testutil.flip_one_bit() that Brian pointed out
|
2008-10-16 12:48:48 -07:00 |
web
|
web/info.py: fix 'Check This Object' link, for files it was checking the parent directory by mistake
|
2008-10-22 10:10:56 -07:00 |
windows
|
move registry module into allmydata.windows package
|
2008-01-10 19:03:23 -07:00 |
__init__.py
|
setup: when detecting platform, ask the Python Standard Library's platform.dist() before executing lsb_release, and cache the result in global (module) variables
|
2008-09-24 11:09:22 -07:00 |
checker_results.py
|
dirnode: refactor recursive-traversal methods, add stats to deep_check() method results and t=deep-check webapi
|
2008-09-10 01:45:04 -07:00 |
client.py
|
ftp: change the twisted hack necessary for async-write-close, to one more agreeable to the twisted-dev folks, add a copy of the necessary patch to docs/ftp.txt
|
2008-10-06 18:06:05 -07:00 |
codec.py
|
allow the introducer to set default encoding parameters. Closes #84.
|
2007-07-12 15:33:30 -07:00 |
control.py
|
move encode/upload/download/checker.py into a new immutable/ directory. No behavior changes expected.
|
2008-07-16 13:14:39 -07:00 |
debugshell.py
|
finish storage server and write new download
|
2007-03-30 10:52:19 -07:00 |
dirnode.py
|
more #514: pass a Monitor to all checker operations, make mutable-checker honor the cancel flag
|
2008-10-22 01:38:18 -07:00 |
ftpd.py
|
ftpd: hush pyflakes
|
2008-10-06 18:45:13 -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
|
more #514: pass a Monitor to all checker operations, make mutable-checker honor the cancel flag
|
2008-10-22 01:38:18 -07:00 |
key_generator.py
|
various: use util.log.err instead of twisted.log.err, so we get both Incidents and trial-test-flunking
|
2008-09-20 10:35:45 -07:00 |
manhole.py
|
trailing-whitespace eradication, no functional changes
|
2007-11-01 15:22:41 -07:00 |
monitor.py
|
dirnode.py: check for cancel during deep-traverse operations, and don't initiate any new ones if we've been cancelled. Gets us closer to #514.
|
2008-10-22 00:55:52 -07:00 |
node.py
|
#518: replace various BASEDIR/* config files with a single BASEDIR/tahoe.cfg, with backwards-compatibility of course
|
2008-09-30 16:21:49 -07:00 |
offloaded.py
|
storage: split WriteBucketProxy and ReadBucketProxy out into immutable/layout.py . No behavioral changes.
|
2008-10-09 17:08:00 -07:00 |
provisioning.py
|
fix pyflakes warning
|
2008-03-10 16:14:03 -07:00 |
stats.py
|
#518: replace various BASEDIR/* config files with a single BASEDIR/tahoe.cfg, with backwards-compatibility of course
|
2008-09-30 16:21:49 -07:00 |
storage.py
|
storage.py: assert that immutable share size will fit in the 4-byte v1 container (see #346). The struct module in py2.4 raises an error on overflow, but py2.5 merely emits a warning
|
2008-10-20 10:22:08 -07:00 |
uri.py
|
immutable: refactor immutable filenodes and comparison thereof
|
2008-09-23 11:52:49 -07:00 |
webish.py
|
more #514 log-webop status/cancel: add handle-expiration, test coverage
|
2008-10-21 22:13:54 -07:00 |