distribution/docs
Michael Crosby 50e11c9d8e Refactor IsSecure change
Fix issue with restoring the tag store and setting static configuration
from the daemon. i.e. the field on the TagStore struct must be made
internal or the json.Unmarshal in restore will overwrite the insecure
registries to be an empty struct.

Signed-off-by: Michael Crosby <michael@docker.com>

Conflicts:
	graph/pull.go
	graph/push.go
	graph/tags.go
2014-10-30 19:41:55 -04:00
..
auth.go Fix error on successful login. 2014-10-28 17:42:03 -07:00
auth_test.go Merge auth package within registry 2014-03-10 17:16:58 -07:00
endpoint.go Merge pull request #8387 from vbatts/vbatts-registry_test_enpoint 2014-10-29 13:36:17 -07:00
endpoint_test.go registry/endpoint: make it testable 2014-10-24 16:27:17 -04:00
httpfactory.go registry.Registry -> registry.Session 2014-08-13 09:27:43 -04:00
MAINTAINERS update go import path and libcontainer 2014-07-24 22:19:50 +00:00
registry.go Refactor IsSecure change 2014-10-30 19:41:55 -04:00
registry_mock_test.go Use logrus everywhere for logging 2014-10-24 15:03:06 -07:00
registry_test.go registry: lint 2014-10-06 22:34:39 +03:00
service.go make http usage for registry explicit 2014-10-30 19:41:55 -04:00
session.go excluding unused transformation to []byte 2014-10-28 01:04:36 +06:00
session_v2.go Use logrus everywhere for logging 2014-10-24 15:03:06 -07:00
types.go Update manifest format to rename blobsums and use arrays of dictionaries 2014-10-10 16:04:29 -07:00