distribution/client
Brian Bland 28b7b82e2d Adds sliding-window parallelization to Push/Pull operations
A layer can only be pushed/pulled if the layer preceding it by the
length of the push/pull window has been successfully pushed.

An error returned from pushing or pulling any layer will cause the full
operation to be aborted.
2014-11-17 17:46:07 -08:00
..
client.go Adds push/pull client functionality 2014-11-17 16:50:02 -08:00
client_test.go Adds push/pull client functionality 2014-11-17 16:50:02 -08:00
objectstore.go Adds push/pull client functionality 2014-11-17 16:50:02 -08:00
pull.go Adds sliding-window parallelization to Push/Pull operations 2014-11-17 17:46:07 -08:00
push.go Adds sliding-window parallelization to Push/Pull operations 2014-11-17 17:46:07 -08:00