]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2015-07-10 Itamar Turner... Start of tests for the Google Storage container.
2015-07-10 Itamar Turner... Tests for googlestorage_container.AuthenticationClient.
2015-07-10 Itamar Turner... Sketch of working Google Cloud Storage authentication...
2015-07-10 David-Sarah... docs/backends/cloud.rst: clarify how to get to API...
2015-07-10 David-Sarah... OpenStack: fix a type error introduced by the fix to...
2015-07-10 David-Sarah... OpenStack: support HP Cloud Object Storage.
2015-07-10 David-Sarah... leasedb/accounting crawler: only treat stable shares...
2015-07-10 David-Sarah... Cloud backend: move potentially reusable HTTP request...
2015-07-10 David-Sarah... OpenStack: if we get a 401 Unauthorized response, reaut...
2015-07-10 David-Sarah... cloud_common.py: generalize ContainerRetryMixin to...
2015-07-10 David-Sarah... openstack_container.py: remove a superfluous argument...
2015-07-10 David-Sarah... accounting_crawler.py: disable removing leasedb entries...
2015-07-10 David-Sarah... openstack_container.py: avoid logging secrets in reques...
2015-07-10 David-Sarah... docs: add references to OpenStack/cloud backend in...
2015-07-10 David-Sarah... OpenStack: generalize to support multiple auth protocol...
2015-07-10 David-Sarah... OpenStack: add _http_request helper.
2015-07-10 David-Sarah... openstack_container.py: factor out HTTP response code...
2015-07-10 David-Sarah... docs/backends/cloud.rst: add documentation for OpenStac...
2015-07-10 David-Sarah... openstack_container.py: improve name of _auth_lock...
2015-07-10 David-Sarah... OpenStack: change provider names to rackspace.com and...
2015-07-10 David-Sarah... test_storage.py: add tests for OpenStackContainer.
2015-07-10 David-Sarah... openstack_container.py: disable or remove debug prints.
2015-07-10 David-Sarah... openstack_container.py: fix a bug in type of ContainerL...
2015-07-10 David-Sarah... Move classes common to mock and OpenStack cloud service...
2015-07-10 David-Sarah... test_storage.py: refactor OpenStackCloudBackend to...
2015-07-10 David-Sarah... OpenStack: mostly complete implementation of OpenStackC...
2015-07-10 David-Sarah... OpenStack: improve logging in openstack_container.py.
2015-07-10 David-Sarah... OpenStack: add openstack.container config parameter.
2015-07-10 David-Sarah... Add test for OpenStack authentication client.
2015-07-10 David-Sarah... openstack_container.py: add shutdown() to avoid unclean...
2015-07-10 David-Sarah... openstack_container.py: add _ prefix to private attributes.
2015-07-10 David-Sarah... setup.py: add allmydata.storage.backends.cloud.openstac...
2015-07-10 David-Sarah... test_client.py: add OpenStack config tests.
2015-07-10 David-Sarah... test_client.py: cleanups to S3 config tests.
2015-07-10 David-Sarah... OpenStack service: add AuthenticationClient.
2015-07-10 David-Sarah... Add stub OpenStack container impl. as a copy of S3...
2015-07-10 David-Sarah... Fix interface violations introduced in cloud merge.
2015-07-10 Daira HopwoodMake backupdb use dbutil.
2015-07-10 David-Sarah... Makefile: have 'make tmpfstest' unmount and remove...
2015-07-10 David-Sarah... Makefile: the timing for 'make tmpfstest' should exclud...
2015-07-10 Daira HopwoodMakefile: allow tmpfs size to be more easily overridden...
2015-07-10 David-Sarah... test_runner.py: add test for 'tahoe debug trial'.
2015-07-10 Daira HopwoodFixes to tests. Some tests are applied to multiple...
2015-07-10 Daira HopwoodFixes to test infrastructure.
2015-07-10 David-Sarah... Miscellaneous corrections and additions.
2015-07-10 David-Sarah... Changes to crawler classes (ShareCrawler and Accounting...
2015-07-10 Daira HopwoodChanges to fileutil.
2015-07-10 David-Sarah... Fix bugs in Accountant.
2015-07-10 David-Sarah... Simplify Account.
2015-07-10 Daira HopwoodChanges to debug.py.
2015-07-10 Daira HopwoodChanges to node classes (Node, Client and StorageServer).
2015-07-10 Daira HopwoodChanges to Bucket{Reader,Writer} and disk backend ...
2015-07-10 David-Sarah... Changes and additions to interface documentation.
2015-07-10 Daira HopwoodAdd new files for cloud merge (rebased).
2015-07-10 David-Sarah... Move BucketWriter and BucketReader to storage/bucket.py.
2015-07-10 David-Sarah... Move code around and add new directories for cloud...
2015-07-10 Daira HopwoodAdd dependency on our fork of txAWS (0.2.1.post5).
2015-07-10 Daira Hopwood.gitignore: changes to facilitate cloud backend merge...
2015-07-10 Daira HopwoodAdd documentation for each storage backend (rebased).
2015-07-10 David-Sarah... Add test_leasedb.py.
2015-07-10 David-Sarah... leasedb: use a semantic primary key (storage_index...
2015-07-10 David-Sarah... Rename 'buckets' to 'sharesets' on storage status page.
2015-07-10 Daira HopwoodRemove unused files storage/lease.py and storage/expire...
2015-07-10 Daira HopwoodMain leasedb changes (rebased).
2015-07-10 David-Sarah... Remove the 'original-*' and 'configured-*' lease crawle...
2015-07-10 David-Sarah... Cosmetics.
2015-07-10 David-Sarah... test_storage.py: ss -> server for cases that will remai...
2015-07-10 David-Sarah... Asyncify crawlers. Note that this breaks tests for...
2015-07-10 David-Sarah... scripts/debug.py: remove display of lease information...
2015-07-10 Daira HopwoodRemove the [storage]expire.{mutable,immutable} options.
2015-07-10 Daira HopwoodRemove support for [storage]debug_discard option.
2015-07-10 David-Sarah... Add new files for leasedb.
2015-07-10 David-Sarah... Changes to specification of add_lease and renew_lease...
2015-07-10 David-Sarah... docs/garbage-collection.rst: update text for leasedb...
2015-07-10 David-Sarah... util/fileutil.py: add get_used_space. This version...
2015-06-27 Brian Warnerdocs/how-to-release: add more wiki pages to update
2015-06-16 Brian Warneradd test-pip-install
2015-06-16 Brian Warnerrelease checklist: use signed git tag next time
2015-06-16 Brian WarnerREADME: update copyright date allmydata-tahoe-1.10.1
2015-06-15 Brian Warnerupdate docs for 1.10.1 release
2015-06-15 Brian WarnerDockerfile: git-pull more history, to get a version...
2015-06-11 Daira HopwoodFinish user-interface.rst. fixes ticket:2443
2015-06-11 Daira HopwoodMake a start on the Magic Folder Objective 5 (user...
2015-06-09 Daira HopwoodNEWS.rst: fix missing link. 2318.news-cleanups.1 173/head
2015-06-09 Daira HopwoodNEWS.rst for 1.10.1: links, formatting and nitpicks.
2015-06-09 Brian WarnerNEWS: finish 1.10.1 edits. Good enough for beta1. allmydata-tahoe-1.10.1b1
2015-06-08 Brian WarnerNEWS: rearrange
2015-06-08 Brian WarnerNEWS: remove many non-user-visible items
2015-06-08 Brian WarnerNEWS: first editing pass
2015-06-08 Brian WarnerNEWS: classify changes as user-visible or not
2015-06-08 Brian WarnerNEWS.rst: update to include latest changes
2015-06-07 Brian Warnermove Dockerfile back to root. DockerHub can't handle...
2015-06-07 Brian WarnerDockerfile: fix ADD path to deal with non-root location
2015-06-07 Brian Warnermove Dockerfile down ito misc/build_helpers/
2015-06-06 Daira HopwoodMagic Folder design doc: rename "parent DMD" to "collec...
2015-06-02 Daira HopwoodRemove packages from not_import_versionable that we... 2215.report-openssl-version.1 172/head
2015-06-02 Daira HopwoodAdd OpenSSL version check and tests. refs ticket:2215
2015-05-29 Daira Hopwoodremote-to-local-sync.rst: fix a minor error.
2015-05-29 Daira HopwoodMagic Folder: add remote-to-local sync design doc.
2015-05-26 Brian WarnerMerge branch 'globalopts2'
next