]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/interfaces.py
storage: remove the storage server's "remote_cancel_lease" function
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / interfaces.py
2011-09-12 Zooko O'Whielacronxstorage: remove the storage server's "remote_cancel_lea...
2011-09-09 Brian Warnermove DownloadStopped from download.common to interfaces
2011-08-27 Brian WarnerMDMF: s/Writable/Writeable/g, for consistency with...
2011-08-24 david-sarahImplementation, tests and docs for blacklists. This...
2011-08-02 Kevan Carstenseninterfaces: change interfaces to work with MDMF
2011-06-10 Zooko O'Whielacronxdocs: three minor fixes
2011-05-27 wilcoxjgserver.py: get_latencies now reports percentiles _only...
2011-02-27 Brian Warnercontrol.py: remove all uses of s.get_serverid()
2011-02-21 Brian WarnerRefactor StorageFarmBroker handling of servers
2010-10-29 Brian Warnerfix #1223, crash+inefficiency during repair due to...
2010-10-15 Zooko O'Whielacronxdoc: add explanation of the motivation for the surprisi...
2010-09-30 Zooko O'Whielacronxminor: remove unused interface declaration, change...
2010-08-04 Brian Warnercopy the rest of David-Sarah's changes to make my tree...
2010-08-04 Brian WarnerRewrite immutable downloader (#798). This patch include...
2010-06-02 david-sarahdirnode.py: fix a bug in the no-write change for Adder...
2010-05-22 david-sarahSFTP: Fix error in support for getAttrs on an open...
2010-05-27 david-sarahAdd must_exist, must_be_directory, and must_be_file...
2010-05-28 david-sarahChange doc comments in interfaces.py to take into accou...
2010-05-14 Kevan CarstensenFix up the behavior of #778, per reviewers' comments
2009-12-05 Kevan CarstensenChange "UploadHappinessError" to "UploadUnhappinessError"
2009-11-23 Kevan CarstensenAlter the error message returned when peer selection...
2009-11-16 Kevan CarstensenChange stray "shares_of_happiness" to "servers_of_happi...
2009-11-04 Kevan CarstensenAlter the signature of set_shareholders in IEncoder... trac-4300
2009-12-05 "Kevan Carstensen"Alter wording in 'interfaces.py' to be correct wrt...
2010-01-27 david-sarahMiscellaneous documentation, test, and code formatting...
2010-01-27 david-sarahPrevent mutable objects from being retrieved from an...
2009-12-29 Brian Warnermutable repair: return successful=False when numshares...
2009-12-29 Brian Warnernode.py/interfaces.py: minor docs fixes
2009-12-27 Brian Warnerwebapi: don't accept zero-length childnames during...
2009-12-01 Brian WarnerSimplify immutable download API: use just filenode...
2009-11-20 Brian Warnerinterface name cleanups: IFileNode, IImmutableFileNode...
2009-11-20 Brian Warnerclass name cleanups: s/FileNode/ImmutableFileNode/
2009-11-18 Brian Warnermake get_size/get_current_size consistent for all IFile...
2009-11-18 Brian WarnerAdd t=mkdir-immutable to the webapi. Closes #607. trac-4100
2009-11-12 Brian Warnernodemaker: implement immutable directories (internal...
2009-11-11 Brian Warnerclean up uri-vs-cap terminology, emphasize cap instance...
2009-10-17 Brian Warnerupdate many dirnode interfaces to accept dict-of-nodes...
2009-10-13 Brian Warnerclient.create_mutable_file(contents=) now accepts a...
2009-10-13 Brian Warnerreplace dirnode.create_empty_directory() with create_su...
2009-10-13 Brian Warnerdirnode.set_children: change return value: fire with...
2009-10-13 Brian Warnerdirnode.set_nodes: change return value: fire with self...
2009-10-13 Brian Warnerdirnode.set_children: take a dict, not a list
2009-10-12 Brian Warnerdirnode.set_uri/set_children: change signature to take...
2009-10-12 Brian Warnerreplace Client.create_empty_dirnode() with create_dirno...
2009-08-15 Brian WarnerOverhaul IFilesystemNode handling, to simplify tests...
2009-07-17 Brian Warnerrename NewDirectoryNode to DirectoryNode, NewDirectoryU... trac-4000
2009-07-17 Brian Warnerinterfaces: remove dead code, FileNode_ and EncryptedTh...
2009-07-15 Brian WarnerAllow tests to pass with -OO by turning some AssertionE...
2009-07-03 Brian WarnerTolerate unknown URI types in directory structures...
2009-07-02 Brian Warnercreate_node_from_uri: take both writecap+readcap, move...
2009-07-02 Brian Warnerinterfaces.py: wrap some lines to 80cols
2009-07-01 Brian Warnerinterfaces.py: improve ICheckAndRepairResults docs...
2009-06-25 Brian WarnerSplit out NoSharesError, stop adding attributes to...
2009-06-23 Brian Warnerbig rework of introducer client: change local API,...
2009-06-21 Brian Warnerclean up storage_broker interface: should fix #732
2009-06-01 Brian Warnerremove plaintext-hashing code from the helper interface...
2009-05-22 Brian Warnerswitch all foolscap imports to use foolscap.api or...
2009-03-04 Brian Warneradd more information to NotEnoughSharesError, split...
2009-02-24 Brian Warnertest_web: add (disabled) test to see what happens when...
2009-02-18 Brian Warnerinterfaces.py: allow add/renew/cancel-lease to return...
2009-02-18 Brian Warneradd --add-lease to 'tahoe check', 'tahoe deep-check...
2009-02-18 Brian Warnerchange RIStorageServer.remote_add_lease to exit silentl...
2009-02-17 Brian Warnerinterfaces.py: document behavior of add_lease/renew_lea...
2009-02-16 Brian Warnerinterfaces.py: minor docstring edit
2009-02-11 Brian Warner#620: storage: allow mutable shares to be deleted,...
2009-01-23 Brian Warnerfilenode: add get_repair_cap(), which uses the read...
2009-01-13 Brian Warnerdeep-check-and-repair: improve results and their HTML...
2009-01-12 Zooko O'Whielacronximmutable repairer
2009-01-10 Zooko O'Whielacronxtrivial: minor changes to in-line comments -- mark...
2009-01-10 Zooko O'Whielacronximmutable: fix edit-o in interfaces.py documentation...
2009-01-10 Zooko O'Whielacronximmutable: redefine the "sharemap" member of the upload...
2009-01-08 Zooko O'Whielacronxnaming: Rename a few things which I touched or changed...
2009-01-07 Zooko O'Whielacronximmutable: define a new interface IImmutableFileURI...
2009-01-07 Zooko O'Whielacronximmutable: refactor uploader to do just encoding-and...
2009-01-07 Zooko O'Whielacronxtrivial: whitespace and docstring tidyups
2009-01-06 Zooko O'Whielacronxrename "checker results" to "check results", because...
2009-01-05 Zooko O'Whielacronximmutable: refactor downloader to be more reusable...
2008-12-31 Zooko O'Whielacronximmutable: more detailed tests for checker/verifier...
2008-12-28 Zooko O'Whielacronxdoc: sundry amendments to docs and in-line code comments
2008-12-21 Zooko O'Whielacronximmutable, checker, and tests: improve docstrings,...
2008-12-19 Zooko O'Whielacronxtry to tidy up uri-as-string vs. uri-as-object
2008-12-19 Zooko O'Whielacronximmutable: remove the last bits of code (only test...
2008-12-08 Zooko O'Whielacronxrename "get_verifier()" to "get_verify_cap()"
2008-12-06 Brian WarnerMutableFileNode.modify: pass first_time= and servermap...
2008-12-05 Zooko O'Whielacronxdownload: refactor handling of URI Extension Block...
2008-11-24 Brian Warnerdirnode manifest: add verifycaps, both to internal...
2008-11-22 Brian Warner#538: fetch version and attach to the rref. Make Introd...
2008-11-22 Brian Warner#538: add remote_get_version() to four main Referenceab...
2008-11-19 Brian Warnermanifest: add storage-index strings to the json results
2008-11-19 Brian Warnermanifest: include stats in results. webapi is unchanged.
2008-11-07 Brian Warnerchecker: add is_recoverable() to checker results, make...
2008-10-30 Brian Warnerweb: add 'Repair' button to checker results when they...
2008-10-28 Brian Warner#527: support HTTP 'Range:' requests, using a cachefile...
2008-10-27 Brian Warnerinterfaces.py: promote immutable.encode.NotEnoughShares...
2008-10-27 Brian Warnerinterfaces.IMutableFileNode.download_best_version(...
2008-10-27 Brian Warnerdirnode lookup: use distinct NoSuchChildError instead...
2008-10-24 Brian Warnerstorage: add remote_advise_corrupt_share, for clients...
2008-10-23 Brian Warnerdeep-check: add webapi links to detailed per-file/dir...
2008-10-23 Brian Warnerinterface.py: fix typo
2008-10-22 Brian Warnermore #514: pass a Monitor to all checker operations...
next