open-vault/physical
2017-06-05 10:48:39 -04:00
..
azure.go Update to new Azure code after dep update (#2603) 2017-04-17 12:15:12 -04:00
azure_test.go Fix azure test round 2 2017-04-17 14:52:52 -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
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 Etcd DNS discovery (#2521) 2017-04-04 08:50:44 -07: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
inmem_ha.go
inmem_ha_test.go
inmem_test.go
mssql.go add mssql physical backend (#2546) 2017-04-06 09:33:49 -04:00
mssql_test.go add mssql physical backend (#2546) 2017-04-06 09:33:49 -04:00
mysql.go Add max_parallel parameter to MySQL backend. (#2760) 2017-06-01 15:20:32 -07:00
mysql_test.go
physical.go add mssql physical backend (#2546) 2017-04-06 09:33:49 -04:00
physical_test.go
postgresql.go
postgresql_test.go
s3.go s3: use pooled transport for http client (#2481) 2017-03-29 10:27:27 -07:00
s3_test.go
swift.go fixed bug where the project name was not being read from configuration if it was provided via the "tenant" attribute. this was causing the swift client to crash with an EOF error. (#2803) 2017-06-05 10:48:39 -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