.. |
frontends
|
test_client.py: add a test that the drop-uploader is initialized correctly by client.py. Also give the DropUploader service a name, which is necessary for the test. refs #1429
|
2011-08-09 20:05:38 -07:00 |
immutable
|
verifier: correct a bug introduced in changeset [5106] that caused us to only verify the first block of a file. refs #1395
|
2011-08-02 10:24:37 -07:00 |
introducer
|
Fix the bug that prevents an introducer from starting when introducer.furl already exists. Also remove some dead code that used to read old config files, and rename 'warn_about_old_config_files' to reflect that it's not a warning. refs #1385
|
2011-08-02 18:32:12 -07:00 |
mutable
|
mutable/publish: teach the publisher how to publish MDMF mutable files
|
2011-08-01 18:39:31 -07:00 |
scripts
|
replace tabs with spaces in the #1441 'tahoe debug' synopsis
|
2011-08-11 10:37:04 -07:00 |
storage
|
src/allmydata/storage/server.py: use the filesystem of storage/shares/, rather than storage/, to calculate remaining space. fixes #1384
|
2011-07-18 19:27:52 -07:00 |
test
|
allmydata/__init__.py, test_version.py: make version parsing understand '<=', with test. refs #1435
|
2011-08-14 20:51:53 -07:00 |
util
|
Drop-upload frontend, rerecorded for 1.9 beta (and correcting a minor mistake). Includes some fixes for Windows but not the Windows inotify implementation. fixes #1429
|
2011-08-08 16:40:49 -07:00 |
web
|
Remove all trailing whitespace from .py files.
|
2011-08-08 17:11:17 -07:00 |
windows
|
Eliminate direct dependencies of Tahoe-LAFS on pywin32 (rebased to trunk). refs #1274
|
2011-01-18 23:59:11 -08:00 |
__init__.py
|
Cleanups for suppression of UserWarnings. refs #1435
|
2011-08-17 21:07:49 -07:00 |
_auto_deps.py
|
Cleanups for suppression of UserWarnings. refs #1435
|
2011-08-17 21:07:49 -07:00 |
check_results.py
|
Additional fixes for DIR2-LIT More Info page and deep-check/manifest operations (#948)
|
2010-02-24 00:02:20 -08:00 |
client.py
|
drop-upload: rename 'start' method to 'startService', which is what you're supposed to use to start a Service. refs #1429
|
2011-08-09 20:03:45 -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
|
replace IServer.name() with get_name(), and get_longname()
|
2011-08-01 10:44:28 -07:00 |
debugshell.py
|
finish storage server and write new download
|
2007-03-30 10:52:19 -07:00 |
dirnode.py
|
Remove all trailing whitespace from .py files.
|
2011-08-08 17:11:17 -07:00 |
hashtree.py
|
hashtree.py: another micro-optimization, expand on a comment
|
2009-04-03 21:35:27 -07:00 |
history.py
|
stop making History be a Service, it wasn't necessary
|
2009-08-15 04:44:15 -07:00 |
interfaces.py
|
docs: three minor fixes
|
2011-06-10 05:16:56 -07:00 |
key_generator.py
|
switch to using RemoteException instead of 'wrapped' RemoteReferences. Should fix #653, the rref-EQ problem
|
2009-05-21 17:46:32 -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: ensure that client and introducer nodes record their port number and use that port on the next restart, fixing a regression caused by #1385. fixes #1469.
|
2011-08-06 15:19:34 -07:00 |
nodemaker.py
|
Rewrite immutable downloader (#798). This patch includes higher-level
|
2010-08-04 00:27:02 -07:00 |
provisioning.py
|
hush pyflakes-0.4.0 warnings: remove trivial unused variables. For #900.
|
2010-01-14 14:15:29 -08:00 |
reliability.py
|
hush pyflakes-0.4.0 warnings: remove trivial unused variables. For #900.
|
2010-01-14 14:15:29 -08:00 |
stats.py
|
tidy up DeadReferenceError handling, ignore them in add_lease calls
|
2010-01-11 16:07:23 -08:00 |
storage_client.py
|
apply zooko's advice: storage_client get_known_servers() returns a frozenset, caller sorts
|
2011-08-01 10:44:52 -07:00 |
unknown.py
|
Add mutable field to t=json output for unknown nodes, when mutability is known
|
2010-01-28 19:14:24 -08:00 |
uri.py
|
Remove all trailing whitespace from .py files.
|
2011-08-08 17:11:17 -07:00 |
webish.py
|
src/allmydata/webish.py: clean-ups and correction to a comment. Also change an open and write to use fileutil.write. See ref #1286 comment 13.
|
2011-01-17 15:31:52 -08:00 |