tahoe-lafs/src/allmydata/immutable
Brian Warner d888bf3377 Clean up log.err calls, for one of the issues in #889.
allmydata.util.log.err() either takes a Failure as the first positional
argument, or takes no positional arguments and must be invoked in an
exception handler. Fixed its signature to match both foolscap.logging.log.err
and twisted.python.log.err . Included a brief unit test.
2010-01-11 17:33:43 -08:00
..
__init__.py move encode/upload/download/checker.py into a new immutable/ directory. No behavior changes expected. 2008-07-16 13:14:39 -07:00
checker.py Clean up log.err calls, for one of the issues in #889. 2010-01-11 17:33:43 -08:00
download.py Simplify immutable download API: use just filenode.read(consumer, offset, size) 2009-12-01 17:53:30 -05:00
encode.py make status of finished operations consistently "Finished" 2009-11-20 22:15:43 -08:00
filenode.py Simplify immutable download API: use just filenode.read(consumer, offset, size) 2009-12-01 17:53:30 -05:00
layout.py immutable WriteBucketProxy: use pipeline to speed up uploads by overlapping roundtrips, for #392 2009-05-18 16:44:22 -07:00
offloaded.py de-Service-ify Helper, pass in storage_broker and secret_holder directly. 2009-08-15 13:17:37 -07:00
repairer.py Overhaul IFilesystemNode handling, to simplify tests and use POLA internally. 2009-08-15 04:28:46 -07:00
upload.py make status of finished operations consistently "Finished" 2009-11-20 22:15:43 -08:00