distribution/registry
Stephen J Day f26a283a48 Avoid crash on invalid Move arguments
This chnage prevents a crash when moving from a non-existent directory that has
a file as a parent. To prevent this, we simply check that the node is a
directory and throws an error if it is not.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-04-01 19:03:02 -07:00
..
api/v2 Remove max repository component length restriction 2015-03-06 19:55:33 -05:00
auth Merge pull request #256 from ncdc/master 2015-03-11 19:01:23 -07:00
client Remove unnecessary close in client 2015-03-03 19:29:12 -08:00
handlers Refactor Layer interface to return a Handler 2015-03-12 21:59:07 -07:00
middleware Fix Godoc typos 2015-03-11 08:56:29 -07:00
storage Avoid crash on invalid Move arguments 2015-04-01 19:03:02 -07:00
doc.go Move registry package into handler package 2015-02-10 17:25:40 -08:00