distribution/registry/handlers
xiekeyang 47aa47e3f6 Feature: Web Panic Reporting via hooks
This PR is for issue of "email after registry webapp panic" #41, improving my
previous design (closed).
It use self setting up hooks, to catch panic in web application.
And, send email in hooks handle directly, to no use new http server and
handler.

Signed-off-by: xiekeyang <keyangxie@126.com>
2015-05-31 14:21:22 +00:00
..
api_test.go Refactor specification of supported digests 2015-05-22 18:08:23 -07:00
app.go Feature: Web Panic Reporting via hooks 2015-05-31 14:21:22 +00:00
app_test.go Decouple redis dependency from blob descriptor cache 2015-05-20 18:58:10 -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
hooks.go Feature: Web Panic Reporting via hooks 2015-05-31 14:21:22 +00:00
images.go Refactor Blob Service API 2015-05-15 17:05:18 -07:00
mail.go Feature: Web Panic Reporting via hooks 2015-05-31 14:21:22 +00:00
tags.go Add error return to Repository method on Registry 2015-02-13 16:27:33 -08:00