distribution/registry
Jon Poler f09051fe54 Remove timeout for http.Client in registry/client/repository.go.
Timeouts should not be a discrete period of time, because they end
up being arbitrary and may be difficult to gauge correctly against
very large Docker layers. Rather, timeouts should be set at the
transport level using the SetDeadline attribute on a net.Conn
object.

Signed-off-by: Jon Poler <jonathan.poler@apcera.com>
2015-06-30 17:35:24 -07:00
..
api Add back in the "errors" wrapper in the Errors serialization 2015-06-18 18:00:26 -07:00
auth Move challenge http status code logic 2015-06-17 18:23:55 -07:00
client Remove timeout for http.Client in registry/client/repository.go. 2015-06-30 17:35:24 -07:00
handlers Add Etag header for manifests. 2015-06-19 10:44:21 -07:00
listener [Server] Listen and serve on a unix socket 2015-05-11 16:00:14 +03:00
middleware Rename top level registry interface to namespace 2015-04-09 19:21:33 -07:00
storage Merge pull request #675 from RichardScothern/fix-ctx 2015-06-30 11:18:51 -07:00
doc.go Integrate layer info cache with registry and storage 2015-04-02 20:15:16 -07:00