index
:
delta/docker.git
0.10
0.10.1-hotfixes
1.12.x
1.13.0-rc4-cherrypicks
1.13.x
17.03.x
17.04.x
17.05.x
19.03
20.10
22.06
23.0
24.0
6969-reponame-rest-api
b2d-install-rewrite
baserock/v1.0.1
baserock/v1.1.2
bump_v1.10.1
bump_v1.10.2
bump_v1.10.3
bump_v1.11.0
bump_v1.11.1
bump_v1.12.0
bump_v1.12.1
change_email
changelog-1.12.2
cherry-picks-1.12.2
cpuguy-test-sync
doc0.8.1
docs
docs-1.0
docs-1.1
docs-1.3.3
docs-1.4
docs-for-new-commands
fix-ben-redirect
fix-makefile-update-external
fix_registry_pushes
hotfix-0.9.2
icecrime-patch-1
jenkins-test-1
jenkins-test-2
jjh/ioctl-vhd
libn-bump
linkchecker-updates
market_release
master
merge_release_v1.2.0
moby
move-to-markdown
move_git_clone_client_side
moxiegirl-patch-1
moxiegirl-patch-README
name_label
nl
p2p_transfer
patch-bad-formatting
post-1.2.0-docs-update-1
post-1.2.0-docs_update-2
priv-repos
publish-compose-docs
real-master
release
release-0.10
release-0.9
release-1.3
release_v1.8.0
revert-11495-m3
revert-11572-skip-hello-world-test
revert-12383-patch-1
revert-12882-12824-uninstall-docs
revert-16228-ContextualizeEvents
revert-16556-10662-randomunix
revert-20566-20371-validate-hostname
revert-39415-master
shykes-new-docs-maintainers
stevvooe-patch-1
swarm
swarm-backend
swarm-cli
swarm-stack
typofix
v1.6.0
v1.8.2
github.com: dotcloud/docker.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
daemon
/
export.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove GetLayerByID from ImageService interface
Nicolas De Loof
2023-03-10
1
-34
/
+16
*
daemon: clean up vestiges of ContainerFS
Cory Snider
2022-09-23
1
-1
/
+2
*
pkg/containerfs: alias ContainerFS to string
Cory Snider
2022-09-23
1
-2
/
+2
*
pkg/containerfs: simplify ContainerFS type
Cory Snider
2022-09-23
1
-2
/
+2
*
Finish refactor of UID/GID usage to a new struct
Cory Snider
2022-03-14
1
-2
/
+1
*
ImageService.ReleaseLayer(): remove unused containerOS argument
Sebastiaan van Stijn
2022-01-25
1
-2
/
+2
*
daemon: remove leftover LCOW platform checks
Sebastiaan van Stijn
2022-01-25
1
-4
/
+0
*
remove layerstore indexing by OS (used for LCOW)
Sebastiaan van Stijn
2021-06-10
1
-1
/
+1
*
daemon: rename variables that collide with imported package names
Sebastiaan van Stijn
2020-04-14
1
-10
/
+10
*
daemon: add "isWindows" const
Sebastiaan van Stijn
2019-10-17
1
-2
/
+1
*
Add chroot for tar packing operations
Brian Goff
2019-06-03
1
-1
/
+1
*
Add ADD/COPY --chown flag support to Windows
Salahuddin Khan
2018-08-13
1
-2
/
+2
*
daemon.ContainerExport(): do not panic
Kir Kolyshkin
2018-03-13
1
-2
/
+2
*
Move ImageService to new package
Daniel Nephin
2018-02-26
1
-3
/
+3
*
Move all daemon image methods into imageService
Daniel Nephin
2018-02-26
1
-3
/
+3
*
Add canonical import comment
Daniel Nephin
2018-02-05
1
-1
/
+1
*
Address feedback from Tonis
John Howard
2018-01-18
1
-0
/
+4
*
LCOW: Refactor to multiple layer-stores based on feedback
John Howard
2018-01-18
1
-3
/
+3
*
Move api/errdefs to errdefs
Brian Goff
2018-01-11
1
-1
/
+1
*
Add helpers to create errdef errors
Brian Goff
2018-01-11
1
-2
/
+3
*
LCOW: API: Add platform to /images/create and /build
John Howard
2017-10-06
1
-5
/
+5
*
Fixes #29654: take reference to RWLayer while committing/exporting
Yuanhong Peng
2017-09-22
1
-5
/
+27
*
LCOW: Implemented support for docker cp + build
Akash Gupta
2017-09-14
1
-1
/
+1
*
LCOW: Don't block export
John Howard
2017-08-08
1
-4
/
+4
*
Partial refactor of UID/GID usage to use a unified struct.
Daniel Nephin
2017-06-07
1
-3
/
+2
*
pkg/archive: remove unnecessary Archive and Reader type
Stephen J Day
2016-10-20
1
-1
/
+1
*
Windows: export not supported
John Howard
2016-10-05
1
-0
/
+5
*
Remove static errors from errors package.
David Calavera
2016-02-26
1
-3
/
+3
*
Rename `Daemon.Get` to `Daemon.GetContainer`.
David Calavera
2015-12-11
1
-1
/
+1
*
Move Container to its own package.
David Calavera
2015-12-03
1
-2
/
+3
*
Decouple daemon and container to log events.
David Calavera
2015-11-04
1
-1
/
+1
*
Decouple daemon and container to mount and unmount filesystems.
David Calavera
2015-11-04
1
-2
/
+2
*
Decouple daemon and container to export containers.
David Calavera
2015-11-04
1
-1
/
+27
*
Revert "Merge pull request #16228 from duglin/ContextualizeEvents"
Tibor Vass
2015-09-29
1
-4
/
+3
*
Add context.RequestID to event stream
Doug Davis
2015-09-24
1
-3
/
+4
*
Move more 'daemon' errors to the new error package
Doug Davis
2015-09-23
1
-3
/
+4
*
golint fixes for daemon/ package
Morgan Bauer
2015-08-27
1
-1
/
+3
*
Cleanup container LogEvent calls
Doug Davis
2015-06-01
1
-2
/
+0
*
Remove job from export
Antonio Murdaca
2015-04-13
1
-9
/
+2
*
Remove engine.Status and replace it with standard go error
Antonio Murdaca
2015-03-25
1
-6
/
+7
*
Closes #9311 Handles container id/name collisions against daemon functionalit...
Andrew C. Bodine
2015-01-21
1
-14
/
+17
*
Separate events subsystem
Alexandr Morozov
2014-08-06
1
-1
/
+1
*
Move "export" to daemon/export.go
Solomon Hykes
2014-08-01
1
-0
/
+30