moby--moby/distribution/xfer
Aaron Lehmann fde2329eaa Avoid outputting last progress item twice
A watcher would output the current progress item when it was detached,
in case it missed that item earlier, which would leave the user seeing
some intermediate step of the operation. This commit changes it to only
output it on detach if it didn't already output the same item.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-01-26 10:03:28 -08:00
..
download.go Improved push and pull with upload manager and download manager 2015-12-09 19:13:35 -08:00
download_test.go Merge pull request #18785 from aaronlehmann/new-manifest 2016-01-11 12:01:46 -08:00
transfer.go Avoid outputting last progress item twice 2016-01-26 10:03:28 -08:00
transfer_test.go Avoid outputting last progress item twice 2016-01-26 10:03:28 -08:00
upload.go Change push to use manifest builder 2016-01-08 17:24:21 -08:00
upload_test.go Change push to use manifest builder 2016-01-08 17:24:21 -08:00