registry/storage
Stephen J Day a4f42b8eea Relax requirement for size argument during blob upload
During client implementation, it was found that requiring the size argument
made client implementation more complex. The original benefit of the size
argument was to provide an additional check alongside of tarsum to validate
incoming data. For the purposes of the registry, it has been determined that
tarsum should be enough to validate incoming content.

At this time, the size check is optional but we may consider removing it
completely.
2014-12-12 19:08:50 -08:00
..
doc.go Lots of various golint fixes 2014-11-17 15:46:06 -08:00
filereader.go Update storage package to use StorageDriver.Stat 2014-12-04 20:55:59 -08:00
filereader_test.go Refactor layerReader into fileReader 2014-11-21 15:24:14 -08:00
layer.go Relax requirement for size argument during blob upload 2014-12-12 19:08:50 -08:00
layer_test.go Rich error reporting for manifest push 2014-11-26 12:57:14 -08:00
layerreader.go Update storage package to use StorageDriver.Stat 2014-12-04 20:55:59 -08:00
layerstore.go Update storage package to use StorageDriver.Stat 2014-12-04 20:55:59 -08:00
layerupload.go Relax requirement for size argument during blob upload 2014-12-12 19:08:50 -08:00
manifest.go Move manifest store errors to where they happen 2014-12-09 13:40:44 -08:00
manifest_test.go Implement Tags method on ManifestService 2014-12-09 13:37:21 -08:00
manifeststore.go Remove errant log message 2014-12-09 14:19:07 -08:00
paths.go Implement Tags method on ManifestService 2014-12-09 13:37:21 -08:00
paths_test.go Clean up layer storage layout 2014-11-25 09:57:43 -08:00
services.go Implement Tags method on ManifestService 2014-12-09 13:37:21 -08:00