.. |
gui
|
gui/macapp: rough cut of ui tweaks; configurability, auto-mount
|
2008-09-25 07:12:24 -07:00 |
immutable
|
stop using 'as' as an identifier: as with 'with', 'as' has become a reserved word in python 2.6
|
2008-10-02 17:27:49 -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
|
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 |
scripts
|
CLI: remove 'tahoe admin generate-keypair', since the pycryptopp ecdsa API is about to change incompatibly. We'll undo this once pycryptopp is updated
|
2008-10-06 17:23:20 -07:00 |
test
|
CLI: remove 'tahoe admin generate-keypair', since the pycryptopp ecdsa API is about to change incompatibly. We'll undo this once pycryptopp is updated
|
2008-10-06 17:23:20 -07:00 |
util
|
testutil.PollMixin: set default timeout (to 100s), emit a more helpful error when the timeout is hit
|
2008-09-29 22:23:09 -07:00 |
web
|
tolerate simplejson-2.0.0 and newer, which frequently return bytestrings instead of unicode objects. Closes #523
|
2008-09-30 15:21:06 -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
|
#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 |
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
|
dirnode: fix my remarkably-consistent 'metdadata' typo
|
2008-10-02 18:08:45 -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
|
interfaces: fix minor typo
|
2008-10-02 17:52:49 -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 |
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
|
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 |
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
|
logging: add 'unique-message-ids' (or 'umids') to each WEIRD-or-higher log.msg call, to make it easier to correlate log message with source code
|
2008-08-25 18:57:59 -07:00 |
uri.py
|
immutable: refactor immutable filenodes and comparison thereof
|
2008-09-23 11:52:49 -07:00 |
webish.py
|
web/deep-check: show the webapi runtime at the bottom of the page
|
2008-08-12 20:34:26 -07:00 |