open-vault/physical
2017-06-17 11:22:10 -04:00
..
azure.go Update Azure dep (#2881) 2017-06-16 12:06:09 -04:00
azure_test.go Fix azure test 2017-06-16 12:37:57 -04:00
cache.go Use locks in a slice rather than a map, which is faster and makes things cleaner (#2446) 2017-03-07 11:21:32 -05:00
cache_test.go Make cache not actually cache values under core/ (#2439) 2017-03-03 16:04:31 -05:00
consul.go Fix brokenness from Consul API updates 2017-05-24 11:10:59 -04:00
consul_test.go change consistency config value from a bool to a string (#2282) 2017-01-19 17:36:33 -05:00
couchdb.go CouchDB physical backend (#2880) 2017-06-17 11:22:10 -04:00
couchdb_test.go CouchDB physical backend (#2880) 2017-06-17 11:22:10 -04:00
dynamodb.go Fixes #2789 (#2790) 2017-06-03 08:15:37 -04:00
dynamodb_test.go Fix dynamo test that can double close a channel 2017-03-04 16:59:00 -05:00
etcd.go Etcd DNS discovery (#2521) 2017-04-04 08:50:44 -07:00
etcd2.go Etcd DNS discovery (#2521) 2017-04-04 08:50:44 -07:00
etcd3.go More efficient s3 paging (#2780) 2017-06-16 11:09:15 -04:00
etcd3_test.go
etcd_test.go
file.go Don't allow parent references in file paths 2017-05-12 13:52:33 -04:00
file_test.go Oops, fix tests again 2017-05-12 14:38:52 -04:00
gcs.go
gcs_test.go
inmem.go Add faultPseudo for testing 2017-02-20 11:08:03 -05:00
inmem_ha.go Final rep porting (#2392) 2017-02-17 09:15:35 -05:00
inmem_ha_test.go
inmem_test.go
mssql.go More efficient s3 paging (#2780) 2017-06-16 11:09:15 -04:00
mssql_test.go add mssql physical backend (#2546) 2017-04-06 09:33:49 -04:00
mysql.go More efficient s3 paging (#2780) 2017-06-16 11:09:15 -04:00
mysql_test.go
physical.go CouchDB physical backend (#2880) 2017-06-17 11:22:10 -04:00
physical_test.go
postgresql.go Fix listing of deep paths in PostgreSQL backend (#2393) 2017-02-17 09:14:11 -05:00
postgresql_test.go
s3.go More efficient s3 paging (#2780) 2017-06-16 11:09:15 -04:00
s3_test.go More efficient s3 paging (#2780) 2017-06-16 11:09:15 -04:00
swift.go More efficient s3 paging (#2780) 2017-06-16 11:09:15 -04:00
swift_test.go Added "Domain" configuration parameter to Swift provider to enable V3 authentication (#2554) 2017-04-17 11:59:44 -04:00
transactions.go Add pseudo transactional test 2017-02-20 11:40:36 -05:00
transactions_test.go Add pseudo transactional test 2017-02-20 11:40:36 -05:00
zookeeper.go Ignore go-zookeeper lock children (#2724) 2017-05-22 13:23:28 -04:00
zookeeper_test.go