1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/registry
Michael Crosby 3b4de1070f Prevent loop with var overshadowing
Incase of a 3xx redirect the var was being overshowed and ever changed
causing an infinite loop.

Fixes #9480

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2014-12-10 17:43:21 -08:00
..
auth.go registry: fix ServerAddress setting 2014-11-24 18:26:41 +00:00
auth_test.go Merge auth package within registry 2014-03-10 17:16:58 -07:00
endpoint.go Add the possibility of specifying a subnet for --insecure-registry 2014-11-14 12:31:11 -08:00
endpoint_test.go registry: parse INDEXSERVERADDRESS into a URL for easier check in isSecure 2014-11-13 07:02:24 -08: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 registry: don't iterate through certs 2014-11-04 16:12:23 -05:00
registry_mock_test.go Add the possibility of specifying a subnet for --insecure-registry 2014-11-14 12:31:11 -08:00
registry_test.go Add the possibility of specifying a subnet for --insecure-registry 2014-11-14 12:31:11 -08:00
service.go registry: refactor registry.IsSecure calls into registry.NewEndpoint 2014-11-12 20:34:03 -06:00
session.go Prevent loop with var overshadowing 2014-12-10 17:43:21 -08: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