1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/registry
Antonio Murdaca 927d13bc3c Remove dead code
Signed-off-by: Antonio Murdaca <runcom@linux.com>
2015-06-20 19:14:15 +02:00
..
auth.go Make the v2 logic fallback on v1 when v2 requests cannot be authorized. 2015-06-02 21:22:59 -07:00
auth_test.go Move CLI config processing out from under registry dir 2015-04-23 10:18:38 -07:00
authchallenge.go
config.go Use distribution's ValidateRepositoryName for remote name validation. 2015-06-17 15:15:16 -04:00
config_test.go
endpoint.go Add transport package to support CancelRequest 2015-05-18 23:31:42 -04:00
endpoint_test.go Add transport package to support CancelRequest 2015-05-18 23:31:42 -04:00
registry.go Remove dead code 2015-06-20 19:14:15 +02:00
registry_mock_test.go Only pulling single repository tag on pull for a specific tag. extending TestGetRemoteTags unit test 2015-06-16 07:10:09 +00:00
registry_test.go Remove dead code 2015-06-20 19:14:15 +02:00
service.go Add transport package to support CancelRequest 2015-05-18 23:31:42 -04:00
session.go Only pulling single repository tag on pull for a specific tag. extending TestGetRemoteTags unit test 2015-06-16 07:10:09 +00:00
session_v2.go Properly verify manifests and layer digests on pull 2015-05-29 15:20:28 -07:00
token.go Registry: remove unwanted return variable name 2015-06-09 10:58:33 +08:00
types.go