]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/shortlog
tahoe-lafs/tahoe-lafs.git
2014-04-09 Itamar Turner... googlestorage_container.py: Implement DELETE object.
2014-04-09 Itamar Turner... googlestorage_container.py: Implement GET object.
2014-04-09 Itamar Turner... Refactor useful functionality out of OpenStackContainer...
2014-04-09 Itamar Turner... More tests for the Google Storage container, and fixes...
2014-04-09 Itamar Turner... Start of tests for the Google Storage container.
2014-04-09 Itamar Turner... Tests for googlestorage_container.AuthenticationClient.
2014-04-09 Itamar Turner... Sketch of working Google Cloud Storage authentication...
2014-04-09 David-Sarah... docs/backends/cloud.rst: clarify how to get to API...
2014-04-09 David-Sarah... OpenStack: fix a type error introduced by the fix to...
2014-04-09 David-Sarah... OpenStack: support HP Cloud Object Storage.
2014-04-09 David-Sarah... leasedb/accounting crawler: only treat stable shares...
2014-04-09 David-Sarah... Cloud backend: move potentially reusable HTTP request...
2014-04-09 David-Sarah... OpenStack: if we get a 401 Unauthorized response, reaut...
2014-04-09 David-Sarah... cloud_common.py: generalize ContainerRetryMixin to...
2014-04-09 David-Sarah... openstack_container.py: remove a superfluous argument...
2014-04-09 David-Sarah... accounting_crawler.py: disable removing leasedb entries...
2014-04-09 David-Sarah... openstack_container.py: avoid logging secrets in reques...
2014-04-09 David-Sarah... docs: add references to OpenStack/cloud backend in...
2014-04-09 David-Sarah... OpenStack: generalize to support multiple auth protocol...
2014-04-09 David-Sarah... OpenStack: add _http_request helper.
2014-04-09 David-Sarah... openstack_container.py: factor out HTTP response code...
2014-04-09 David-Sarah... docs/backends/cloud.rst: add documentation for OpenStac...
2014-04-09 David-Sarah... openstack_container.py: improve name of _auth_lock...
2014-04-09 David-Sarah... OpenStack: change provider names to rackspace.com and...
2014-04-09 David-Sarah... test_storage.py: add tests for OpenStackContainer.
2014-04-09 David-Sarah... openstack_container.py: disable or remove debug prints.
2014-04-09 David-Sarah... openstack_container.py: fix a bug in type of ContainerL...
2014-04-09 David-Sarah... Move classes common to mock and OpenStack cloud service...
2014-04-09 David-Sarah... test_storage.py: refactor OpenStackCloudBackend to...
2014-04-09 David-Sarah... OpenStack: mostly complete implementation of OpenStackC...
2014-04-09 David-Sarah... OpenStack: improve logging in openstack_container.py.
2014-04-09 David-Sarah... OpenStack: add openstack.container config parameter.
2014-04-09 David-Sarah... Add test for OpenStack authentication client.
2014-04-09 David-Sarah... openstack_container.py: add shutdown() to avoid unclean...
2014-04-09 David-Sarah... openstack_container.py: add _ prefix to private attributes.
2014-04-09 David-Sarah... setup.py: add allmydata.storage.backends.cloud.openstac...
2014-04-09 David-Sarah... test_client.py: add OpenStack config tests.
2014-04-09 David-Sarah... test_client.py: cleanups to S3 config tests.
2014-04-09 David-Sarah... OpenStack service: add AuthenticationClient.
2014-04-09 David-Sarah... Add stub OpenStack container impl. as a copy of S3...
2014-04-09 David-Sarah... Fix interface violations introduced in cloud merge.
2014-04-09 Daira HopwoodMake backupdb use dbutil.
2014-04-09 Daira HopwoodComment changes for ticket ref #1784
2014-04-09 David-Sarah... Makefile: have 'make tmpfstest' unmount and remove...
2014-04-09 David-Sarah... Makefile: the timing for 'make tmpfstest' should exclud...
2014-04-09 Daira HopwoodMakefile: allow tmpfs size to be more easily overridden...
2014-04-09 David-Sarah... test_runner.py: add test for 'tahoe debug trial'.
2014-04-09 Daira HopwoodFixes to tests. Some tests are applied to multiple...
2014-04-09 David-Sarah... Fixes to test infrastructure.
2014-04-09 David-Sarah... Miscellaneous corrections and additions.
2014-04-09 David-Sarah... Changes to crawler classes (ShareCrawler and Accounting...
2014-04-09 Daira HopwoodChanges to fileutil.
2014-04-09 David-Sarah... Fix bugs in Accountant.
2014-04-09 David-Sarah... Simplify Account.
2014-04-09 Daira HopwoodChanges to debug.py.
2014-04-09 Daira HopwoodChanges to node classes (Node, Client and StorageServer).
2014-04-09 Daira HopwoodChanges to Bucket{Reader,Writer} and disk backend ...
2014-04-09 David-Sarah... Changes and additions to interface documentation.
2014-04-09 Daira HopwoodAdd new files for cloud merge (rebased).
2014-04-08 David-Sarah... Move BucketWriter and BucketReader to storage/bucket.py.
2014-04-08 David-Sarah... Move code around and add new directories for cloud...
2014-04-08 David-Sarah... Add dependency on our fork of txAWS (0.2.1.post5).
2014-04-08 Daira Hopwood.gitignore: changes to facilitate cloud backend merge...
2014-04-08 Daira HopwoodAdd documentation for each storage backend (rebased).
2014-04-08 David-Sarah... Add test_leasedb.py.
2014-04-08 David-Sarah... leasedb: use a semantic primary key (storage_index...
2014-04-08 David-Sarah... Rename 'buckets' to 'sharesets' on storage status page.
2014-04-08 David-Sarah... Remove unused files storage/lease.py and storage/expire...
2014-04-08 Daira HopwoodMain leasedb changes (rebased).
2014-04-08 David-Sarah... Remove the 'original-*' and 'configured-*' lease crawle...
2014-04-08 David-Sarah... Cosmetics.
2014-04-08 David-Sarah... test_storage.py: ss -> server for cases that will remai...
2014-04-08 David-Sarah... Asyncify crawlers. Note that this breaks tests for...
2014-04-08 David-Sarah... scripts/debug.py: remove display of lease information...
2014-04-08 David-Sarah... Remove the [storage]expire.{mutable,immutable} options.
2014-04-08 David-Sarah... Remove support for [storage]debug_discard option.
2014-04-08 David-Sarah... Add new files for leasedb.
2014-04-08 David-Sarah... Changes to specification of add_lease and renew_lease...
2014-04-08 David-Sarah... docs/garbage-collection.rst: update text for leasedb...
2014-04-08 David-Sarah... Use "PRAGMA synchronous = OFF" for dbutil.
2014-04-08 David-Sarah... Add util/dbutil.py: open/create/update sqlite databases...
2014-04-08 David-Sarah... util/fileutil.py: add get_used_space. This version...
2014-04-08 David-Sarah... Some useful Deferred utilities. Addresses Zooko's revie...
2014-02-25 Daira Hopwoodmisc/simulators/hashbasedsig.py: revert last patch...
2014-02-25 Daira Hopwoodmisc/simulators/hashbasedsig.py: fix minor miscalculati...
2014-02-25 Daira Hopwoodmisc/simulators/hashbasedsig.py: the cost of labels...
2014-02-25 Daira Hopwoodmisc/simulators/hashbasedsig.py: fix an incorrect comment.
2014-02-24 Daira HopwoodUse bigger random one-time keys in timing_safe_compare...
2014-02-24 Daira HopwoodRename 'constant_time_compare' to 'timing_safe_compare...
2014-01-12 Daira HopwoodMerge pull request #85 from leif/isolate-keygen-test
2014-01-12 Leif Rygeisolate test_keygen data 85/head
2014-01-12 Daira HopwoodMerge pull request #84 from kpreid/patch-1
2014-01-11 Kevin ReidChange kpreid's email address. 84/head
2014-01-02 Daira HopwoodMerge pull request #82 from multikatt/typo
2014-01-02 DavidSmall typo: "stil" -> "still" 82/head
2013-12-28 Daira HopwoodMerge pull request #81 from multikatt/right_align
2013-12-26 DavidRight aligning services div 81/head
2013-12-04 Daira Hopwooddocs/about.rst: Reword and remove redundancy. Also...
2013-12-03 zookoMerge pull request #73 from pataquets/patch-1
2013-12-03 pataquetsWarn about ambiguities on "client" and "gateway" terms 73/head
next