]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2015-04-17 Daira Hopwooddocs/configuration.rst: delete redundant description... 1819.cloud-merge.1
2015-04-17 Daira HopwoodAdd total size output to 'tahoe admin ls-container'.
2015-04-17 Daira HopwoodAdd Namespace class.
2015-04-17 Daira HopwoodLeasedb and cloud backend merge is scheduled for v1...
2015-04-17 Daira Hopwoodtests: rename *WithMockCloudBackend to *WithCloudBacken...
2015-04-17 Daira HopwoodAdd the 'tahoe admin ls-container' command and tests...
2015-04-17 Daira HopwoodAdd backend support for listing container contents...
2015-04-17 Daira HopwoodRefactoring to move ContainerItem and ContainerListing.
2015-04-17 Daira HopwoodMove a utility function into allmydata.util.
2015-04-17 Daira HopwoodS3Container: fix an oversight in the parent constructor...
2015-04-17 Daira HopwoodFix #2206. Includes refactoring of ContainerRetryMixin...
2015-04-17 Daira HopwoodS3 container: treat an empty GET bucket response as...
2015-04-17 Daira HopwoodFix wrong arguments to CorruptStoredShareError construc...
2015-04-17 Mark BergerFixes fd leak in leasedb (ticket #2015)
2015-04-17 Daira HopwoodAccounting crawler: re-enable share deletion. refs...
2015-04-17 Daira HopwoodCloud backend: log URLs for HTTP responses, as well...
2015-04-17 Daira HopwoodCloud backend: suppress unhandled TaskStopped exception...
2015-04-17 Daira HopwoodCloud backend: change the ChunkCache's replacement...
2015-04-17 Daira Hopwoodtest_storage.py: clean up arguments to FakeAccount...
2015-04-17 Daira HopwoodAccounting crawler: make share deletion conditional...
2015-04-17 Daira HopwoodAzure: change 'container_name' config entry to 'contain...
2015-04-17 Daira Hopwooddocs/backends/cloud.rst: cosmetics and caveat about...
2015-04-17 Daira HopwoodAdd tests for 'tahoe admin create-container'. refs...
2015-04-17 Daira HopwoodRefactor mock_cloud methods to simplify and make them...
2015-04-17 Daira HopwoodMove failure handling for create_container to make...
2015-04-17 Daira HopwoodFix incorrect calls to create and delete S3 buckets...
2015-04-17 Daira HopwoodAdd and document "tahoe admin create-container" command...
2015-04-17 Daira HopwoodA missing basedir should cause an error if we try to...
2015-04-17 Daira HopwoodRefactoring to make node config accessible without...
2015-04-17 Daira HopwoodRefactoring to make backend configuration accessible...
2015-04-17 Daira HopwoodHelp for admin commands: cosmetics and new tests.
2015-04-17 Itamar Turner... Actually run the creation code against real Azure servi...
2015-04-17 Itamar Turner... Implement method to create containers in Microsoft...
2015-04-17 Itamar Turner... Add documentation for Microsoft Azure Blob Service...
2015-04-17 Daira HopwoodImplement dumping of chunked shares and fix system...
2015-04-17 Daira HopwoodCleanup: improve error reporting for DataTooLargeError
2015-04-17 Daira HopwoodMake the cloud backend report corrupted shares correctl...
2015-04-17 Daira HopwoodAdd CorruptStoredShareError as a superclass for all...
2015-04-17 Daira HopwoodImprove skip messages for Azure tests.
2015-04-17 Daira HopwoodUse 'fail*' rather than 'assert*' methods for consisten...
2015-04-17 Daira HopwoodTest that share methods are called with the shareset...
2015-04-17 Daira HopwoodFix a pyflakes warning.
2015-04-17 Daira HopwoodLock remote operations on sharesets. fixes #1869
2015-04-17 Daira HopwoodCosmetic: fix trailing whitespace.
2015-04-17 Itamar Turner... Add Google and Azure backends to setup.py.
2015-04-17 Itamar Turner... Some improvements and bug fixes.
2015-04-17 Itamar Turner... Fix bug when using oauth2client 1.1 instead of 1.0...
2015-04-17 Daira HopwoodFix pyflakes warnings.
2015-04-17 Daira HopwoodTweak requirement for six and declare python-gflags...
2015-04-17 Daira HopwoodAdd oauth2client to requirements.
2015-04-17 Itamar Turner... Retry cloud HTTP requests on *any* exception (the list...
2015-04-17 Daira HopwoodRetry on timeouts, and increase number of persistent...
2015-04-17 Itamar Turner... Fix PUTs.
2015-04-17 Itamar Turner... Fix prefix inclusion, so authentication works.
2015-04-17 Daira HopwoodConfiguration for MS Azure.
2015-04-17 Itamar Turner... First pass at implementing the Azure GET/PUT/DELETE.
2015-04-17 Itamar Turner... Address review comments from Daira.
2015-04-17 Itamar Turner... Add documentation for Google Cloud Storage backend.
2015-04-17 Daira Hopwoodmsazure_container.py: Implement authentication signatur...
2015-04-17 Daira HopwoodFix pyflakes errors.
2015-04-17 Daira HopwoodUnconditionally use HTTPConnectionPool, and depend...
2015-04-17 Daira Hopwoodgooglestorage_container.py: Use Amazon S3 namespace...
2015-04-17 Itamar Turner... If oauth2client isn't present, skip Google Storage...
2015-04-17 Itamar Turner... Configuration support for Google Cloud Storage backend.
2015-04-17 Itamar Turner... googlestorage_container.py: Implement PUT and listing...
2015-04-17 Itamar Turner... googlestorage_container.py: Implement DELETE object.
2015-04-17 Itamar Turner... googlestorage_container.py: Implement GET object.
2015-04-17 Itamar Turner... Refactor useful functionality out of OpenStackContainer...
2015-04-17 Itamar Turner... More tests for the Google Storage container, and fixes...
2015-04-17 Itamar Turner... Start of tests for the Google Storage container.
2015-04-17 Itamar Turner... Tests for googlestorage_container.AuthenticationClient.
2015-04-17 Itamar Turner... Sketch of working Google Cloud Storage authentication...
2015-04-17 David-Sarah... docs/backends/cloud.rst: clarify how to get to API...
2015-04-17 David-Sarah... OpenStack: fix a type error introduced by the fix to...
2015-04-17 David-Sarah... OpenStack: support HP Cloud Object Storage.
2015-04-17 David-Sarah... leasedb/accounting crawler: only treat stable shares...
2015-04-17 David-Sarah... Cloud backend: move potentially reusable HTTP request...
2015-04-17 David-Sarah... OpenStack: if we get a 401 Unauthorized response, reaut...
2015-04-17 David-Sarah... cloud_common.py: generalize ContainerRetryMixin to...
2015-04-17 David-Sarah... openstack_container.py: remove a superfluous argument...
2015-04-17 David-Sarah... accounting_crawler.py: disable removing leasedb entries...
2015-04-17 David-Sarah... openstack_container.py: avoid logging secrets in reques...
2015-04-17 David-Sarah... docs: add references to OpenStack/cloud backend in...
2015-04-17 David-Sarah... OpenStack: generalize to support multiple auth protocol...
2015-04-17 David-Sarah... OpenStack: add _http_request helper.
2015-04-17 David-Sarah... openstack_container.py: factor out HTTP response code...
2015-04-17 David-Sarah... docs/backends/cloud.rst: add documentation for OpenStac...
2015-04-17 David-Sarah... openstack_container.py: improve name of _auth_lock...
2015-04-17 David-Sarah... OpenStack: change provider names to rackspace.com and...
2015-04-17 David-Sarah... test_storage.py: add tests for OpenStackContainer.
2015-04-17 David-Sarah... openstack_container.py: disable or remove debug prints.
2015-04-17 David-Sarah... openstack_container.py: fix a bug in type of ContainerL...
2015-04-17 David-Sarah... Move classes common to mock and OpenStack cloud service...
2015-04-17 David-Sarah... test_storage.py: refactor OpenStackCloudBackend to...
2015-04-17 David-Sarah... OpenStack: mostly complete implementation of OpenStackC...
2015-04-17 David-Sarah... OpenStack: improve logging in openstack_container.py.
2015-04-17 David-Sarah... OpenStack: add openstack.container config parameter.
2015-04-17 David-Sarah... Add test for OpenStack authentication client.
2015-04-17 David-Sarah... openstack_container.py: add shutdown() to avoid unclean...
2015-04-17 David-Sarah... openstack_container.py: add _ prefix to private attributes.
next