..
frontends
SFTP/FTP: merge user/account code, merge docs
2008-11-05 19:25:58 -07:00
gui
confwiz.py - removing hardcoded version number
2008-12-02 20:38:31 -07:00
immutable
filenode: add get_repair_cap(), which uses the read-write filecap for immutable files, and the verifycap for immutable files
2009-01-22 21:38:36 -07:00
introducer
introducer: fix bug in recent simplification caught by Brian's sharp code-reviewing eye
2008-12-08 17:16:34 -07:00
mutable
filenode: add get_repair_cap(), which uses the read-write filecap for immutable files, and the verifycap for immutable files
2009-01-22 21:38:36 -07:00
scripts
#509 : remove non-streaming 'tahoe manifest' CLI form
2009-01-23 17:00:02 -07:00
test
setup: find a "bin/tahoe" executable to test based on allmydata.__file__ instead of based on the CWD
2009-01-23 18:34:37 -07:00
util
trivial: whitespace
2009-01-18 10:54:58 -07:00
web
#590 : add webish t=stream-manifest
2009-01-22 22:01:36 -07:00
windows
move registry module into allmydata.windows package
2008-01-10 19:03:23 -07:00
__init__.py
setup: refactor versions-and-paths and use pkg_resources to find them
2009-01-19 15:04:35 -07:00
check_results.py
naming: finish renaming "CheckerResults" to "CheckResults"
2009-01-09 18:00:52 -07:00
client.py
rollback the feature of making "ambient upload authority" configurable
2009-01-20 20:47:35 -07:00
codec.py
download: refactor handling of URI Extension Block and crypttext hash tree, simplify things
2008-12-05 08:17:54 -07:00
control.py
control.py: use get_buckets() instead of get_version() to measure ping time, because the latter changed recently
2008-11-22 23:13:23 -07:00
debugshell.py
finish storage server and write new download
2007-03-30 10:52:19 -07:00
dirnode.py
dirnode: add get_repair_cap()
2009-01-22 21:44:49 -07:00
hashtree.py
immutable, checker, and tests: improve docstrings, assertions, tests
2008-12-21 15:07:52 -07:00
history.py
mutable: move recent operation history management code (MutableWatcher) into history.py, have History provide stats
2009-01-14 17:36:20 -07:00
interfaces.py
filenode: add get_repair_cap(), which uses the read-write filecap for immutable files, and the verifycap for immutable files
2009-01-22 21:38:36 -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
monitor: update interface definition: get_status() can return a Failure
2008-11-06 21:54:52 -07:00
node.py
node.py: use NODEDIR/tmp for the 'tempfile' module's temporary directory, so webapi upload tempfiles are put there instead of /tmp . You can set it to something else by setting [node]tempdir in tahoe.cfg
2009-01-14 20:00:15 -07:00
provisioning.py
fix pyflakes warning
2008-03-10 16:14:03 -07:00
stats.py
#330 : convert stats-gatherer into a .tac file service, add 'tahoe create-stats-gatherer'
2008-11-18 01:46:20 -07:00
storage.py
storage.py : replace 4294967295 with 2**32-1: python does constant folding, I measured this statement as taking 50ns, versus the 400ns for the call to min(), or the 9us required for the 'assert not os.path.exists' syscall
2009-01-09 19:52:22 -07:00
uri.py
immutable: define a new interface IImmutableFileURI and declare that CHKFileURI and LiteralFileURI provide it
2009-01-07 12:24:51 -07:00
webish.py
rollback the feature of making "ambient upload authority" configurable
2009-01-20 20:47:35 -07:00