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
/
pkg
/
archive
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate away from things deprecated in Go 1.20
Cory Snider
2023-02-15
1
-1
/
+1
*
Merge pull request #44275 from thaJeztah/move_pkg_system_funcs
Sebastiaan van Stijn
2022-12-16
4
-0
/
+131
|
\
|
*
pkg/system: move CheckSystemDriveAndRemoveDriveLetter to pkg/archive
Sebastiaan van Stijn
2022-11-29
4
-0
/
+131
*
|
testing: move fuzzers over from OSS-Fuzz
AdamKorcz
2022-11-30
1
-0
/
+39
|
/
*
Merge pull request #44210 from corhere/chrootarchive-without-reexec
Brian Goff
2022-11-11
2
-149
/
+186
|
\
|
*
pkg/chrootarchive: stop reexec'ing before chroot
Cory Snider
2022-10-26
1
-148
/
+185
|
*
pkg/archive: create whiteout temp dir under dest
Cory Snider
2022-10-26
1
-1
/
+1
*
|
pkg/archive: switch back to os/exec
Sebastiaan van Stijn
2022-11-09
1
-1
/
+1
|
/
*
Merge pull request #44273 from thaJeztah/use_walkdir
Sebastiaan van Stijn
2022-10-21
5
-11
/
+7
|
\
|
*
pkg/archive: use filepath.WalkDir instead of filepath.Walk
Sebastiaan van Stijn
2022-10-09
5
-11
/
+7
*
|
Merge pull request #44222 from thaJeztah/godoc_instead_of_readme
Samuel Karp
2022-10-10
2
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
pkg: replace some README's with GoDoc package descriptions
Sebastiaan van Stijn
2022-09-30
2
-1
/
+1
*
|
pkg/system: remove Umask() utility
Sebastiaan van Stijn
2022-10-06
4
-13
/
+34
*
|
replace pkg/fileutils Matching funcs with github.com/moby/patternmatcher
Sebastiaan van Stijn
2022-09-30
1
-5
/
+5
|
/
*
pkg/*: fix "empty-lines" (revive)
Sebastiaan van Stijn
2022-09-28
7
-9
/
+0
*
Merge pull request #44196 from neersighted/createImpliedDirectories
Sebastiaan van Stijn
2022-09-27
3
-30
/
+98
|
\
|
*
test(pkg/archive): add TestImpliedDirectoryPermissions
Bjorn Neergaard
2022-09-26
1
-1
/
+49
|
*
refactor(pkg/archive): factor out createImpliedDirectories helper
Bjorn Neergaard
2022-09-26
2
-29
/
+49
*
|
pkg/containerfs: drop PathDriver abstraction
Cory Snider
2022-09-23
1
-18
/
+18
|
/
*
Merge pull request #44060 from thaJeztah/archive_cleanup
Sebastiaan van Stijn
2022-09-21
5
-45
/
+9
|
\
|
*
pkg/archive: remove tests for CanonicalTarNameForPath
Sebastiaan van Stijn
2022-08-30
2
-28
/
+0
|
*
pkg/archive: make CanonicalTarNameForPath and alias for filepath.ToSlash
Sebastiaan van Stijn
2022-08-30
3
-17
/
+9
*
|
pkg/archive: strip "write" bits again on Windows
Sebastiaan van Stijn
2022-09-05
2
-2
/
+5
*
|
pkg/archive: remove backward compat hack for go < 1.9
Sebastiaan van Stijn
2022-09-04
3
-50
/
+5
*
|
replace pkg/system Sequential funcs with moby/sys/sequential
Sebastiaan van Stijn
2022-08-30
1
-8
/
+7
|
/
*
gofmt GoDoc comments with go1.19
Sebastiaan van Stijn
2022-07-08
4
-70
/
+83
*
archive: add human-readable hint to Lchown error
Akihiro Suda
2022-05-30
1
-1
/
+7
*
all: replace strings.Replace with strings.ReplaceAll
Eng Zer Jun
2022-05-09
1
-2
/
+2
*
test: use `T.Setenv` to set env vars in tests
Eng Zer Jun
2022-04-23
1
-2
/
+1
*
Finish refactor of UID/GID usage to a new struct
Cory Snider
2022-03-14
6
-25
/
+22
*
pkg/archive: audit gosec file-traversal lints
Cory Snider
2022-02-18
3
-2
/
+7
*
Remove local fork of archive/tar package
Cory Snider
2022-02-18
3
-18
/
+85
*
pkg/fileutils: Track incremental pattern match results against each pattern
Aaron Lehmann
2021-11-19
1
-7
/
+8
*
compression: support zstd with skippable frame
Da McGrady
2021-10-15
2
-7
/
+80
*
compression: add support for the zstd algorithm
Giuseppe Scrivano
2021-09-16
2
-0
/
+27
*
refactor: move from io/ioutil to io and os package
Eng Zer Jun
2021-08-27
14
-127
/
+114
*
Update to Go 1.17.0, and gofmt with Go 1.17
Sebastiaan van Stijn
2021-08-24
10
-0
/
+10
*
Dockerfile: frozen images: update to bullseye, remove buildpack-dep
Sebastiaan van Stijn
2021-08-20
1
-1
/
+1
*
Merge pull request #42676 from aaronlehmann/patternmatcher-doublestar-bug
Aaron Lehmann
2021-08-16
1
-1
/
+24
|
\
|
*
Rename Matches to MatchesOrParentMatches
Aaron Lehmann
2021-08-12
1
-1
/
+1
|
*
Add more optimal MatchesUsingParentResult method, use it in pkg/archive
Aaron Lehmann
2021-08-12
1
-1
/
+24
*
|
Merge pull request #42672 from thaJeztah/pkg_archive_debuglogs
Samuel Karp
2021-08-05
1
-20
/
+7
|
\
\
|
*
|
pkg/archive: gzDecompress(): use local vars for MOBY_DISABLE_PIGZ
Sebastiaan van Stijn
2021-07-28
1
-11
/
+6
|
*
|
pkg/archive: DetectCompression(): use bytes.HasPrefix()
Sebastiaan van Stijn
2021-07-28
1
-4
/
+1
|
*
|
pkg/archive: remove some debug logs
Sebastiaan van Stijn
2021-07-28
1
-5
/
+0
|
|
/
*
|
remove various LCOW bits (container, image, pkg/containerfs)
Sebastiaan van Stijn
2021-07-27
1
-3
/
+0
|
/
*
Merge pull request #42515 from geaaru/permit-override-name
Sebastiaan van Stijn
2021-06-24
1
-1
/
+3
|
\
|
*
ReplaceFileTarWrapper: permit to override file name
Daniele Rondina
2021-06-11
1
-1
/
+3
*
|
replace uses of deprecated containerd/sys.RunningInUserNS()
Sebastiaan van Stijn
2021-06-18
4
-8
/
+8
*
|
reformat "nolint" comments
Sebastiaan van Stijn
2021-06-10
2
-3
/
+3
[next]