summaryrefslogtreecommitdiff
path: root/layer/layer_test.go
Commit message (Expand)AuthorAgeFilesLines
* Remove unused functions, variables, fieldsSebastiaan van Stijn2019-09-181-4/+0
* goimports: fix importsSebastiaan van Stijn2019-09-181-1/+1
* Remove metadata store interfaceDerek McGowan2018-03-061-6/+3
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* LCOW: Refactor to multiple layer-stores based on feedbackJohn Howard2018-01-181-17/+15
* LCOW: Re-coalesce storesJohn Howard2018-01-181-15/+17
* Golint: remove redundant ifsSebastiaan van Stijn2018-01-151-4/+1
* Have VFS graphdriver use accelerated in-kernel copySargun Dhillon2017-11-281-1/+1
* LCOW: API: Add platform to /images/create and /buildJohn Howard2017-10-061-7/+7
* LCOW: Implemented support for docker cp + buildAkash Gupta2017-09-141-20/+22
* LCOW: Store integrity checksJohn Howard2017-06-201-2/+2
* LCOW: Pass platform through into layer storeJohn Howard2017-06-201-7/+7
* Remove unused functions from archive.Daniel Nephin2017-06-071-1/+2
* modify ID to ChainID to avoid confusinglixiaobing100512672017-03-091-1/+1
* *: use opencontainers/go-digest packageStephen J Day2017-01-061-1/+1
* Moves graphdriver plugn docs out of experimentalBrian Goff2016-12-221-1/+2
* Move CreateRWLayer() parameters in a structVivek Goyal2016-11-161-4/+4
* Make graphdrivers work with pluginv2.Anusha Ragunathan2016-09-201-1/+1
* add defer file.Close to avoid potential fd leakallencloud2016-08-101-2/+4
* Remove mountedLayer Mount and UnmountMichael Crosby2016-05-231-4/+1
* Remove ref counting from layer storeMichael Crosby2016-05-231-17/+0
* CLI flag for docker create(run) to change block device size.Shishir Mahajan2016-03-281-4/+4
* Windows CI Unit Test: Docker layer turn off failing testsJohn Howard2016-02-281-0/+17
* Verify layer tarstreamTonis Tiigi2016-02-171-7/+74
* Windows CI UnitTest TestLayerSize-->UnixJohn Howard2016-02-101-63/+0
* Update code to compile against new manifest interfaceAaron Lehmann2016-01-081-8/+2
* Remove the graph driver from the daemon, move it into the layer store.Daniel Nephin2015-12-281-2/+2
* Refactor RWLayer to use referenced object instead of stringDerek McGowan2015-12-231-18/+64
* Make TarStream return an io.ReadCloserAaron Lehmann2015-11-251-0/+2
* Add layer storeDerek McGowan2015-11-241-0/+725