summaryrefslogtreecommitdiff
path: root/daemon/archive.go
Commit message (Expand)AuthorAgeFilesLines
* daemon: refactor isOnlineFSOperationPermittedCory Snider2022-10-261-20/+0
* daemon: dupe the archive implementationCory Snider2022-10-261-304/+0
* daemon: replace ErrExtractPointNotDirectory with errdefsSebastiaan van Stijn2022-09-271-8/+3
* daemon: replace ErrRootFSReadOnly with errdefsSebastiaan van Stijn2022-09-271-1/+1
* daemon: clean up vestiges of ContainerFSCory Snider2022-09-231-38/+6
* pkg/containerfs: alias ContainerFS to stringCory Snider2022-09-231-6/+6
* pkg/containerfs: simplify ContainerFS typeCory Snider2022-09-231-6/+6
* pkg/containerfs: drop Driver abstractionCory Snider2022-09-231-2/+2
* pkg/containerfs: drop PathDriver abstractionCory Snider2022-09-231-17/+15
* daemon: rename variables that collide with imported package namesSebastiaan van Stijn2020-04-141-15/+15
* daemon: fix docker cp when container source is /Tibor Vass2019-06-131-4/+7
* Add chroot for tar packing operationsBrian Goff2019-06-031-4/+4
* Pass root to chroot to for chroot UntarBrian Goff2019-06-031-3/+4
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Move api/errdefs to errdefsBrian Goff2018-01-111-1/+1
* Add helpers to create errdef errorsBrian Goff2018-01-111-8/+9
* LCOW: Implemented support for docker cp + buildAkash Gupta2017-09-141-15/+70
* Remove string checking in API error handlingBrian Goff2017-08-151-12/+43
* Fix copy when used with scratch and images with empty RootFSDaniel Nephin2017-06-081-1/+1
* Remove CopyOnBuild from the daemon.Daniel Nephin2017-06-081-103/+1
* Remove error return from RootPairDaniel Nephin2017-06-071-1/+1
* Remove unused functions from archive.Daniel Nephin2017-06-071-6/+1
* Partial refactor of UID/GID usage to use a unified struct.Daniel Nephin2017-06-071-7/+6
* Expose a smaller interface for the Builder retrieving images from daemonDaniel Nephin2017-05-101-33/+0
* Refactor remote context parsingTonis Tiigi2017-04-251-10/+19
* daemon/archive.go: Fix copy routines to preserve UID.Erik Hollensbe2017-04-121-9/+14
* Add support for COPY from previous rootfsTonis Tiigi2017-03-231-1/+34
* Windows: Fail fs ops on running Hyper-V containers gracefullyJohn Howard (VM)2017-03-151-0/+20
* Fix uneccessary calls to `volume.Unmount()`Brian Goff2016-11-101-6/+6
* Add engine-api types to dockerMichael Crosby2016-09-071-1/+1
* Windows: docker cp consistent pathsJohn Howard2016-05-061-0/+7
* Fix copy chown settings to not default to real rootPhil Estes2016-02-181-3/+3
* Remove package daemonbuilder.Anusha Ragunathan2016-02-011-0/+99
* Modify import paths to point to the new engine-api package.David Calavera2016-01-061-1/+1
* Add volume events.David Calavera2015-12-301-6/+6
* Fix typos found across repositoryJustas Brazauskas2015-12-131-1/+1
* Rename `Daemon.Get` to `Daemon.GetContainer`.David Calavera2015-12-111-4/+4
* Move Container to its own package.David Calavera2015-12-031-79/+20
* Remove further references to the daemon within containers.David Calavera2015-11-041-4/+4
* Decouple daemon and container to log events.David Calavera2015-11-041-3/+3
* Move `Daemon.containerCopy` to daemon/archive.goDavid Calavera2015-11-041-0/+65
* Decouple daemon and container to mount and unmount filesystems.David Calavera2015-11-041-17/+17
* Revert "Merge pull request #16228 from duglin/ContextualizeEvents"Tibor Vass2015-09-291-25/+24
* Add context.RequestID to event streamDoug Davis2015-09-241-24/+25
* Merge pull request #15834 from Microsoft/10662-fixdockercpAlexander Morozov2015-09-011-1/+17
|\
| * Windows: Fix docker cpJohn Howard2015-08-251-1/+17
* | golint fixes for daemon/ packageMorgan Bauer2015-08-271-8/+8
|/
* typofix - https://github.com/vlajos/misspell_fixerVeres Lajos2015-08-071-1/+1
* Fix `docker cp` Behavior With SymlinksJosh Hawn2015-07-301-74/+90
* Windows: Factoring out unused fieldsJohn Howard2015-07-271-14/+9