distribution/registry
Stephen J Day 72a702d0d9 Allow configuration of chunksize parameter
The code using values from the yaml package wasn't careful enought with the
possible incoming types. Turns out, it is just an int but we've made this
section somewhat bulletproof in case that package changes the behavior.

This code likely never worked. The configuration system should be decoupled
from the object instantiation.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-04-22 14:31:34 -07:00
..
api/v2 Update final upload chunk api doc 2015-04-15 17:55:15 -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 Add logging for generic handler errors. 2015-04-20 17:47:52 -07:00
middleware Rename top level registry interface to namespace 2015-04-09 19:21:33 -07:00
storage Allow configuration of chunksize parameter 2015-04-22 14:31:34 -07:00
doc.go Integrate layer info cache with registry and storage 2015-04-02 20:15:16 -07:00