summaryrefslogtreecommitdiff
path: root/distribution/xfer/download_test.go
Commit message (Expand)AuthorAgeFilesLines
* distribution/xfer: fix download fencepost bugCory Snider2023-02-151-9/+9
* Fix loop-closure bugs in testsCory Snider2023-02-151-0/+1
* remove unneeded "digest" alias for "go-digest"Sebastiaan van Stijn2022-03-041-1/+1
* Merge pull request #43182 from thaJeztah/layer_remove_unused_errorSebastiaan van Stijn2022-02-171-4/+4
|\
| * layer: remove unused error return from .Size() and .DiffSize()Sebastiaan van Stijn2022-01-241-4/+4
* | Merge pull request #43174 from thaJeztah/move_platformcheckAkihiro Suda2022-01-261-3/+3
|\ \ | |/ |/|
| * distribution: xfer.LayerDownloadManager.Download(): remove "os" argumentSebastiaan van Stijn2022-01-211-3/+3
* | xfer: fix a simple goroutine leak in unit testZiheng Liu2022-01-071-0/+1
|/
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-3/+2
* remove layerstore indexing by OS (used for LCOW)Sebastiaan van Stijn2021-06-101-9/+3
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-1/+1
* Adding ability to change max download attemptsLukas Heeren2019-09-191-3/+72
* distribution/xfer/download_test: rm unused fieldKir Kolyshkin2019-09-181-1/+0
* goimports: fix importsSebastiaan van Stijn2019-09-181-1/+1
* Switch from x/net/context -> contextKir Kolyshkin2018-04-231-1/+1
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Remove OS() from layer interfaceJohn Howard2018-01-181-8/+0
* LCOW: Refactor to multiple layer-stores based on feedbackJohn Howard2018-01-181-8/+15
* LCOW: Re-coalesce storesJohn Howard2018-01-181-15/+11
* LCOW: API: Add platform to /images/create and /buildJohn Howard2017-10-061-7/+7
* LCOW: Pass platform through into layer storeJohn Howard2017-06-201-6/+11
* LCOW: Adds platform to the layer storeJohn Howard2017-06-201-0/+5
* *: use opencontainers/go-digest packageStephen J Day2017-01-061-1/+1
* Enhance pkg/{httputils,integration}, distribution/xfer unit testsVincent Demeester2016-12-281-2/+3
* Move CreateRWLayer() parameters in a structVivek Goyal2016-11-161-1/+1
* Adds ability to squash image after buildBrian Goff2016-11-011-0/+5
* Add Map() method to LayerStore interfaceKenfe-Mickael Laventure2016-09-291-0/+10
* Use describable interfacesDerek McGowan2016-06-061-2/+2
* Merge pull request #22866 from jstarks/foreign_layersArnaud Porterie2016-06-071-0/+5
|\
| * Support layers from external URLsJohn Starks2016-05-251-0/+5
* | Remove mountedLayer Mount and UnmountMichael Crosby2016-05-231-4/+0
|/
* Merge pull request #21372 from anusha-ragunathan/ctrd-rebaseSebastiaan van Stijn2016-03-301-0/+4
|\
| * Update mount state of live containers after a daemon crash.Anusha Ragunathan2016-03-291-0/+4
* | CLI flag for docker create(run) to change block device size.Shishir Mahajan2016-03-281-1/+1
|/
* Replace execdrivers with containerd implementationTonis Tiigi2016-03-181-2/+3
* Windows CI Unit Test: Distribution\xfer turn off failing testsJohn Howard2016-02-281-0/+5
* Move temporary download file to download descriptor scopeAaron Lehmann2016-02-091-0/+3
* Merge pull request #18785 from aaronlehmann/new-manifestArnaud Porterie2016-01-111-11/+2
|\
| * Update code to compile against new manifest interfaceAaron Lehmann2016-01-081-11/+2
* | Fix flaky test TestSuccessfulDownloadAaron Lehmann2016-01-111-10/+6
|/
* Remove the graph driver from the daemon, move it into the layer store.Daniel Nephin2015-12-281-0/+12
* Refactor RWLayer to use referenced object instead of stringDerek McGowan2015-12-231-12/+4
* Add metadata function to layer storeDerek McGowan2015-12-141-0/+4
* Improved push and pull with upload manager and download managerAaron Lehmann2015-12-091-0/+332