docs/client
Ying Li dde9531b4a Fix an error where we get a JSON syntax error on server 404 or 50X.
We were testing to see if the cached metadata was nil, but we actually
set it to an empty data.Signed object, but didn't always set it to nil
if we failed to get local metadata.

Signed-off-by: Ying Li <ying.li@docker.com>
2016-01-21 13:23:30 -08:00
..
changelist the empty string should be used in delegation Paths to indicate a role can sign anything 2015-12-18 16:10:43 -08:00
backwards_compatibility_test.go Revert "switching out to consistently use canonical json for all marshalling of TUF data" 2016-01-08 14:53:09 -08:00
client.go Merge pull request #482 from docker/random-lint-fix 2016-01-19 23:39:11 -08:00
client_pkcs11_test.go Fixing wrongly named file that led to test init deleting keys 2015-11-14 12:51:31 +01:00
client_root_validation_test.go remove certs.NewManager function 2016-01-15 11:30:32 -08:00
client_test.go Merge pull request #479 from docker/remove_to_lower 2016-01-19 16:22:41 -08:00
client_update_test.go Fix an error where we get a JSON syntax error on server 404 or 50X. 2016-01-21 13:23:30 -08:00
helpers.go Add, remove, and list delegation command. TUF changelist action change 2016-01-18 16:24:45 -08:00
helpers_test.go Add, remove, and list delegation command. TUF changelist action change 2016-01-18 16:24:45 -08:00
repo.go Minor refactor of NotaryRepository constructor to use more shared code. 2015-12-07 17:19:28 -08:00
repo_pkcs11.go Fix bug where the yubikey store was not prioritized over the filestore 2016-01-13 18:19:48 -08:00