distribution/registry
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
..
api/v2 Updated urlbuilder X-Forwarded-Host logic 2015-04-24 14:16:49 -07:00
auth fix some typos in source comments 2015-04-17 12:39:52 +00:00
client Remove unnecessary close in client 2015-03-03 19:29:12 -08:00
handlers Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
middleware Rename top level registry interface to namespace 2015-04-09 19:21:33 -07:00
storage Make Storage Driver API calls context aware. 2015-04-27 15:58:58 -07:00
doc.go Integrate layer info cache with registry and storage 2015-04-02 20:15:16 -07:00