summaryrefslogtreecommitdiff
path: root/distribution/xfer/download.go
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #45050 from lmbarros/close-readerBrian Goff2023-02-211-0/+1
|\
| * Close DecompressStream after layer is downloadedLeandro Motta Barros2023-02-211-0/+1
* | distribution/xfer: fix download fencepost bugCory Snider2023-02-151-6/+6
|/
* runconfig, oci, image, layer, distribution: fix empty-lines (revive)Sebastiaan van Stijn2022-09-281-1/+0
* distribution/xfer: un-export DoFunc typeSebastiaan van Stijn2022-02-181-3/+3
* distribution/xfer: smaller interface, rename to DigestRegistererSebastiaan van Stijn2022-02-181-10/+9
* distribution/xfer: define DownloadOption typeSebastiaan van Stijn2022-02-181-2/+5
* distribution/xfer: add TODO for return error on Registered()Sebastiaan van Stijn2022-02-181-0/+5
* distribution/xfer: slightly more idomatic type assertionSebastiaan van Stijn2022-02-181-6/+4
* distribution/xfer: un-export transfer interface accessorsSebastiaan van Stijn2022-02-181-21/+21
* distribution/xfer: un-export WatcherSebastiaan van Stijn2022-02-181-1/+1
* distribution/xfer: un-export Transfer interfaceSebastiaan van Stijn2022-02-181-22/+22
* distribution/xfer: un-export NewTransfer()Sebastiaan van Stijn2022-02-181-2/+2
* distribution/xfer: un-export transferManager.setConcurrency() and .transfer()Sebastiaan van Stijn2022-02-181-3/+3
* distribution/xfer: remove TransferManager interface, un-export newTransferMan...Sebastiaan van Stijn2022-02-181-2/+2
* distribution: xfer.LayerDownloadManager.Download(): remove "os" argumentSebastiaan van Stijn2022-01-211-13/+1
* remove layerstore indexing by OS (used for LCOW)Sebastiaan van Stijn2021-06-101-14/+15
* Adding ability to change max download attemptsLukas Heeren2019-09-191-9/+19
* Switch from x/net/context -> contextKir Kolyshkin2018-04-231-1/+1
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Address feedback from TonisJohn Howard2018-01-181-1/+6
* LCOW: Refactor to multiple layer-stores based on feedbackJohn Howard2018-01-181-13/+19
* LCOW: Re-coalesce storesJohn Howard2018-01-181-19/+13
* LCOW: API: Add platform to /images/create and /buildJohn Howard2017-10-061-19/+19
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* LCOW: Move daemon stores to per platformJohn Howard2017-06-201-9/+15
* LCOW: Pass platform through into layer storeJohn Howard2017-06-201-10/+10
* Add tracking to elided layer pulls.Matt Moore2017-01-311-0/+5
* Enhance pkg/{httputils,integration}, distribution/xfer unit testsVincent Demeester2016-12-281-7/+13
* modify some filesliwenqi2016-12-221-2/+2
* Use describable interfacesDerek McGowan2016-06-061-8/+16
* Support layers from external URLsJohn Starks2016-05-251-2/+11
* Docker pull/push with max concurrency limits.Yong Tang2016-05-111-0/+5
* Fix pulling images that contain no layers at allAaron Lehmann2016-03-151-1/+5
* Fix typo for download and upload retry messagesJay2016-03-151-1/+1
* Move temporary download file to download descriptor scopeAaron Lehmann2016-02-091-0/+6
* Improved push and pull with upload manager and download managerAaron Lehmann2015-12-091-0/+420