summaryrefslogtreecommitdiff
path: root/pkg/archive
Commit message (Expand)AuthorAgeFilesLines
* Fix CopyWithTar creation of new destination dir as remapped rootPhil Estes2016-03-121-1/+9
* Merge pull request #20872 from duglin/Issue20470Vincent Demeester2016-03-041-2/+28
|\
| * Optimize .dockerignore when there are exclusionsDoug Davis2016-03-031-2/+28
* | Windows CI: Unit Tests stop running failing archive testDarren Stahl2016-03-011-0/+4
|/
* Merge pull request #20782 from estesp/new-parent-dir-ownershipSebastiaan van Stijn2016-03-011-1/+1
|\
| * Fix ownership of non-existing parent dirPhil Estes2016-02-291-1/+1
* | Clean redundant error message for exportZhang Wei2016-02-191-6/+10
|/
* Windows CI: test-unit on pkg\archive part 2John Howard2016-02-126-175/+311
* Windows CI: test-unit pkg\archive step 1John Howard2016-02-122-83/+88
* Fixing 'docker save' on Windows.Stefan J. Wernli2016-02-081-3/+5
* Fix typos found across repositoryJustas Brazauskas2015-12-135-5/+5
* Skip aufs whiteout files on userns translation to containerPhil Estes2015-12-091-2/+3
* Merge pull request #18123 from aidanhs/aphs-fail-on-broken-tarTibor Vass2015-12-072-5/+64
|\
| * Ensure adding a broken tar doesn't silently failAidan Hobson Sayers2015-11-232-5/+64
* | Fix for zero-sized layersDoug Davis2015-11-252-4/+15
* | Add '-L' option for `cp`Zhang Wei2015-11-213-29/+432
|/
* Merge pull request #17732 from Microsoft/sjw/archive_access_time_fixDavid Calavera2015-11-101-3/+9
|\
| * Fixing last access time on Windows to unblock python.Stefan J. Wernli2015-11-051-3/+9
* | Fix opq whiteouts problems for files with dot prefixTonis Tiigi2015-11-082-6/+201
|/
* Fix go vet warningsAlexander Morozov2015-11-021-10/+13
* Merge pull request #17088 from Microsoft/sjw/archive_hang_fixJess Frazelle2015-10-192-1/+27
|\
| * Fixing hang in archive.CopyWithTar with invalid dstStefan J. Wernli2015-10-192-1/+27
* | Fixes #9283. Consider hardlinks in image size.Dmitry Vorobev2015-10-177-10/+73
* | fix a race crash when building with "ADD some-broken.tar.xz ..."Derek Ch2015-10-132-48/+28
|/
* Windows: Fix AV in build due to usernsJohn Howard2015-10-131-0/+7
* Correct mismatched function names (UID() and Gid())Phil Estes2015-10-121-1/+1
* Add user namespace (mapping) support to the Docker enginePhil Estes2015-10-097-15/+155
* Merge pull request #16490 from Microsoft/10662-mtimefixJess Frazelle2015-10-022-9/+7
|\
| * Fixed file modified time not changing on WindowsDarren Stahl2015-10-012-9/+7
* | Add constants for AUFS whiteout filesTonis Tiigi2015-09-293-11/+34
* | Add basic support for .wh..wh..opqTonis Tiigi2015-09-291-4/+21
|/
* Windows: Fix long path handling for docker buildStefan J. Wernli2015-09-151-4/+3
* Update validate-lint to find go files by itselfVincent Demeester2015-09-081-1/+1
* Windows: Fix absolute checksJohn Howard2015-09-011-1/+2
* Merge pull request #15125 from WeiZhang555/golint-stdcopy-systemJessie Frazelle2015-08-213-4/+4
|\
| * fix golint warnings/errors on `pkg/system` and `pkg/stdcopy`Zhang Wei2015-08-133-4/+4
* | Fix typo, "fil" -> "fill"Icaro Seara2015-08-191-1/+1
* | Fixing Tar functions to support Windows long paths.Stefan J. Wernli2015-08-113-3/+36
|/
* typofix - https://github.com/vlajos/misspell_fixerVeres Lajos2015-08-072-2/+2
* Windows - make docker cp functionalJohn Howard2015-08-063-16/+51
* Enable golint in pkg/arciveLei Jitang2015-08-045-16/+58
* Merge pull request #15146 from kolyshkin/mkdirallTibor Vass2015-07-301-2/+2
|\
| * Simplify and fix os.MkdirAll() usageKir Kolyshkin2015-07-301-2/+2
* | Fix `docker cp` Behavior With SymlinksJosh Hawn2015-07-304-93/+170
|/
* Merge pull request #15040 from vbatts/vbatts-double-decompress-fixArnaud Porterie2015-07-292-13/+47
|\
| * archive, chrootarchive: split out decompressionVincent Batts2015-07-282-13/+47
* | Fix log to logrusJohn Howard2015-07-291-2/+2
* | *: s/direcotry/directory/g typoVincent Batts2015-07-271-1/+1
|/
* pkg/archive: new utilities for copying resourcesJosh Hawn2015-07-215-32/+1031
* Fix some formatting callsAlexander Morozov2015-07-151-1/+1