distribution/registry/client
Stephen J Day 26b7fe4a91 Use "Size" field to describe blobs over "Length"
After consideration, we've changed the main descriptor field name to for number
of bytes to "size" to match convention. While this may be a subjective
argument, commonly we refer to files by their "size" rather than their
"length". This will match other conventions, like `(FileInfo).Size()` and
methods on `io.SizeReaderAt`. Under more broad analysis, this argument doesn't
necessarily hold up. If anything, "size" is shorter than "length".

Signed-off-by: Stephen J Day <stephen.day@docker.com>
2015-07-17 17:07:11 -07:00
..
auth Fix typo in Version doc 2015-07-08 11:02:47 -07:00
transport Refactor client auth 2015-07-01 15:00:25 -07:00
blob_writer.go Break down type dependencies 2015-05-19 19:56:27 -07:00
blob_writer_test.go Add ability to pass in substitution args into an Error 2015-07-15 11:02:10 -07:00
errors.go Add ability to pass in substitution args into an Error 2015-07-15 11:02:10 -07:00
repository.go Use "Size" field to describe blobs over "Length" 2015-07-17 17:07:11 -07:00
repository_test.go Use "Size" field to describe blobs over "Length" 2015-07-17 17:07:11 -07:00