distribution/docs
Arthur Gautier eaf57e8f55 Fix SEGFAULT if dns resolv error
Per registry.doRequest, res and client might be nil in case of error
For example, dns resolution errors, /etc/docker/certs.d perms, failed
loading of x509 cert ...
This will make res.StatusCode and res.Body SEGFAULT.

Signed-off-by: Arthur Gautier <baloo@gandi.net>
2014-09-05 13:40:06 +02:00
..
auth.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
auth_test.go Merge auth package within registry 2014-03-10 17:16:58 -07: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 Style fixes for registry/registry.go 2014-08-26 12:28:40 +04:00
registry_mock_test.go fix return values in registry mock service 2014-08-25 10:29:38 -07:00
registry_test.go registry.Registry -> registry.Session 2014-08-13 09:27:43 -04:00
service.go Expand hostname before passing it to NewRegistry() 2014-08-16 14:25:46 +02:00
session.go Fix SEGFAULT if dns resolv error 2014-09-05 13:40:06 +02:00
types.go registry.Registry -> registry.Session 2014-08-13 09:27:43 -04:00