distribution/registry/proxy
Richard Scothern 515b9596e7 Fix a race condition in pull through cache population by removing the functionality
of readers joining current downloads.  Concurrent requests for the same blob
will not block, but only the first instance will be comitted locally.

Signed-off-by: Richard Scothern <richard.scothern@gmail.com>
2015-10-08 16:12:29 -07:00
..
scheduler Add pull through cache functionality to the Registry which can be configured 2015-08-04 16:09:55 -07:00
proxyauth.go Add pull through cache functionality to the Registry which can be configured 2015-08-04 16:09:55 -07:00
proxyblobstore.go Fix a race condition in pull through cache population by removing the functionality 2015-10-08 16:12:29 -07:00
proxyblobstore_test.go Fix a race condition in pull through cache population by removing the functionality 2015-10-08 16:12:29 -07:00
proxymanifeststore.go Avoid returning nil, nil when fetching a manifest by tag by introducing a new 2015-09-18 16:19:37 -07:00
proxymanifeststore_test.go Move manifest package to schema1 2015-08-21 16:29:47 -07:00
proxymetrics.go Add pull through cache functionality to the Registry which can be configured 2015-08-04 16:09:55 -07:00
proxyregistry.go Fix a race condition in pull through cache population by removing the functionality 2015-10-08 16:12:29 -07:00