distribution/registry/storage
Richard ae216e365a Make Storage Driver API calls context aware.
- Change driver interface to take a context as its first argument
     - Make newFileReader take a context as its first argument
     - Make newFileWriter take a context as its first argument
     - Make blobstore exists and delete take a context as a first argument
     - Pass the layerreader's context to the storage layer
     - Pass the app's context to purgeuploads
     - Store the app's context into the blobstore (was previously null)
     - Pass the trace'd context to the storage drivers

Signed-off-by: Richard Scothern <richard.scothern@gmail.com>
2015-04-27 15:58:58 -07:00
..
cache Define and implement layer info cache 2015-04-02 20:15:09 -07:00
driver Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
blobstore.go Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
doc.go Move storage package under registry package 2015-02-11 12:43:04 -08:00
filereader.go Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
filereader_test.go Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
filewriter.go Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
filewriter_test.go Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
layer_test.go Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
layercache.go Move expvar under the registry section 2015-04-02 21:30:27 -07:00
layerreader.go Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
layerstore.go Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
layerwriter.go Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
layerwriter_nonresumable.go Use a build flag to disable resumable digests. 2015-04-16 01:19:57 +00:00
layerwriter_resumable.go Use a build flag to disable resumable digests. 2015-04-16 01:19:57 +00:00
manifeststore.go Implement immutable manifest reference support 2015-03-04 21:40:55 -08:00
manifeststore_test.go Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
paths.go fix some typos in source comments 2015-04-17 12:39:52 +00:00
paths_test.go Implement immutable manifest reference support 2015-03-04 21:40:55 -08:00
purgeuploads.go Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
purgeuploads_test.go Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
registry.go Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
revisionstore.go Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
signaturestore.go Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
tagstore.go Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
walk.go Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
walk_test.go Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00