distribution/storage
Stephen J Day 09522d8535 Implement a remote file writer for use with StorageDriver
This changeset implements a fileWriter type that can be used to managed writes
to remote files in a StorageDriver. Basically, it manages a local seek position
for a remote path. An efficient use of this implementation will write data in
large blocks.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-01-09 14:49:06 -08:00
..
cloudfrontlayerhandler.go Adds options map for storagedriver URLFor() method 2015-01-08 17:10:32 -08:00
delegatelayerhandler.go Factors out resolveBlobPath, renames expires -> expiry 2015-01-08 17:56:45 -08:00
doc.go Lots of various golint fixes 2014-11-17 15:46:06 -08:00
filereader.go Move from docker-registry to distribution 2014-12-23 17:13:02 -08:00
filereader_test.go Move from docker-registry to distribution 2014-12-23 17:13:02 -08:00
filewriter.go Implement a remote file writer for use with StorageDriver 2015-01-09 14:49:06 -08:00
filewriter_test.go Implement a remote file writer for use with StorageDriver 2015-01-09 14:49:06 -08:00
layer.go Move manifest to discrete package 2015-01-02 13:23:11 -08:00
layer_test.go Merge pull request #24 from stevvooe/breakup-common 2015-01-06 10:08:10 -08:00
layerhandler.go Adds support for content redirects for layer downloads 2015-01-08 17:01:28 -08:00
layerreader.go Move from docker-registry to distribution 2014-12-23 17:13:02 -08:00
layerstore.go Factors out resolveBlobPath, renames expires -> expiry 2015-01-08 17:56:45 -08:00
layerupload.go Minor cleanup/testing for HMAC upload tokens 2015-01-05 14:37:56 -08:00
manifeststore.go Decouple manifest signing and verification 2015-01-02 15:46:47 -08:00
manifeststore_test.go Serializes upload state to an HMAC token for subsequent requests 2015-01-05 14:27:05 -08:00
paths.go Factors out resolveBlobPath, renames expires -> expiry 2015-01-08 17:56:45 -08:00
paths_test.go Move from docker-registry to distribution 2014-12-23 17:13:02 -08:00
services.go Adds support for content redirects for layer downloads 2015-01-08 17:01:28 -08:00