distribution/registry/handlers
Stephen J Day eee6cad2cf Remove digest package's dependency on external sha implementation
The change relies on a refactor of the upstream resumable sha256/sha512 package
that opts to register implementations with the standard library. This allows
the resumable support to be detected where it matters, avoiding unnecessary and
complex code. It also ensures that consumers of the digest package don't need
to depend on the forked sha implementations.

We also get an optimization with this change. If the size of data written to a
digester is the same as the file size, we check to see if the digest has been
verified. This works if the blob is written and committed in a single request.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-05-20 23:44:08 -07:00
..
api_test.go Remove digest package's dependency on external sha implementation 2015-05-20 23:44:08 -07:00
app.go Refactor Blob Service API 2015-05-15 17:05:18 -07:00
app_test.go Refactor Blob Service API 2015-05-15 17:05:18 -07:00
basicauth.go Move registry package into handler package 2015-02-10 17:25:40 -08:00
basicauth_prego14.go Move registry package into handler package 2015-02-10 17:25:40 -08:00
blob.go Refactor Blob Service API 2015-05-15 17:05:18 -07:00
blobupload.go Refactor Blob Service API 2015-05-15 17:05:18 -07:00
context.go Instantiate http context before dispatch 2015-04-15 19:53:36 -07:00
helpers.go Move registry package into handler package 2015-02-10 17:25:40 -08:00
hmac.go Refactor Blob Service API 2015-05-15 17:05:18 -07:00
hmac_test.go Refactor Blob Service API 2015-05-15 17:05:18 -07:00
images.go Refactor Blob Service API 2015-05-15 17:05:18 -07:00
tags.go Add error return to Repository method on Registry 2015-02-13 16:27:33 -08:00