distribution/registry
Derek McGowan fd17443988 Update token header struct to use json.RawMessage pointer
Since RawMessage json receivers take a pointer type, the Header structure should use points in order to call the json.RawMessage marshal and unmarshal functions

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
2016-01-25 20:11:41 -08:00
..
api Handle nonstandard token endpoint errors 2016-01-20 14:45:08 -08:00
auth Update token header struct to use json.RawMessage pointer 2016-01-25 20:11:41 -08:00
client If the media type for a manifest is unrecognized, default to schema1 2016-01-21 09:34:06 -08:00
handlers Fix content type for schema1 signed manifests 2016-01-18 16:08:02 -08:00
listener [Server] Listen and serve on a unix socket 2015-05-11 16:00:14 +03:00
middleware Add pull through cache functionality to the Registry which can be configured 2015-08-04 16:09:55 -07:00
proxy Adds functional options arguments to the Blobs Create method 2016-01-13 16:42:59 -08:00
storage StorageDriver: GCS: retry all api calls 2016-01-20 13:24:09 +00:00
doc.go Move initialization code from main.go to the registry package 2015-09-09 14:39:31 -07:00
registry.go Add WithVersion to context and other cleanup 2015-09-14 17:14:31 -07:00