.. |
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
|
backupdb.py: catch OperationalError on duplicate-insert too, since pysqlite2 on dapper raises it instead of IntegrityError
|
2009-02-06 01:34:01 -07:00 |
test
|
test/common.py: in share-layout-reading code, use '>L' consistently, since '>l' doesn't specify the signedness and the windows tests appear to be failing with an endianness-like problem (version==0x01000000). Also use binary mode when editing sharefiles
|
2009-02-07 13:38:17 -07:00 |
util
|
trivial: whitespace
|
2009-01-18 10:54:58 -07:00 |
web
|
webapi: add verifycap (spelled 'verify_url') to the t=json output on files and directories. Closes #559.
|
2009-02-03 19:22:48 -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
|
uri: add abbrev_si() method, which returns the abbreviated storage index
|
2009-01-30 19:31:10 -07:00 |
webish.py
|
rollback the feature of making "ambient upload authority" configurable
|
2009-01-20 20:47:35 -07:00 |