summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2022-04-07117-4/+121
* daemon: fix error-message for minimum allowed kernel-memory limitSebastiaan van Stijn2022-04-041-1/+1
* daemon: use RWMutex for stateCounterSebastiaan van Stijn2022-03-251-3/+3
* Merge pull request from GHSA-2mm7-x5h6-5pvqSebastiaan van Stijn2022-03-231-6/+4
|\
| * oci: inheritable capability set should be emptySamuel Karp2022-03-171-6/+4
* | Merge pull request #43166 from thaJeztah/20.10_backport_fix_update_syncBrian Goff2022-02-171-3/+9
|\ \
| * | Fix for lack of syncromization in daemon/update.godmytro.iakovliev2022-01-201-3/+9
* | | Merge pull request #43215 from thaJeztah/20.10_backport_fix_overlay_fuse_perm...Akihiro Suda2022-02-121-1/+1
|\ \ \
| * | | daemon/graphdriver/fuse-overlayfs: Init(): fix directory permissions (staticc...Sebastiaan van Stijn2022-02-081-1/+1
* | | | Merge pull request #43151 from thaJeztah/20.10_backport_containerd_15Sebastiaan van Stijn2022-02-101-21/+9
|\ \ \ \ | |/ / / |/| | |
| * | | info: remove "expected" check for tini versionSebastiaan van Stijn2022-01-201-21/+9
| |/ /
* | | daemon/logger: replace flaky TestFollowLogsHandleDecodeErrKazuyoshi Kato2022-01-202-75/+41
* | | daemon/logger: refactor followLogs to write more unit testsKazuyoshi Kato2022-01-202-175/+211
* | | daemon/logger: test followLogs' handleDecodeErr caseKazuyoshi Kato2022-01-201-0/+73
* | | daemon/logger: read the length header correctlyKazuyoshi Kato2022-01-203-48/+124
|/ /
* | fluentd: Turn ForceStopAsyncSend true when async connect is usedAlbin Kerouanton2022-01-131-0/+1
* | daemon.WithCommonOptions() fix detection of user-namespacesSebastiaan van Stijn2021-12-152-3/+16
|/
* info: unset cgroup-related fields when CgroupDriver == noneAkihiro Suda2021-11-091-10/+12
* Fix log statement 'failed to exit' timeout accuracyCam2021-10-201-1/+1
* docker daemon container stop refactorCam2021-10-201-35/+47
* docker kill: fix bug where failed kills didnt fallback to unix killCam2021-10-202-52/+40
* Lock down docker root dir perms.Brian Goff2021-08-1911-32/+121
* Merge pull request #42633 from thaJeztah/20.10_backport_warn_on_non_matching_...Sebastiaan van Stijn2021-07-151-1/+25
|\
| * docker pull: warn when pulled single-arch image does not match --platformSebastiaan van Stijn2021-07-131-1/+25
* | rootless: disable overlay2 if running with SELinuxAkihiro Suda2021-07-061-0/+10
|/
* Fix possible overlapping IPsDrew Erny2021-06-181-0/+81
* Error string match: do not match command pathBrian Goff2021-04-271-5/+4
* Merge pull request #42263 from AkihiroSuda/move-cgroup2-out-of-experimental-2...v20.10.6Tibor Vass2021-04-091-3/+0
|\
| * Move cgroup v2 out of experimentalAkihiro Suda2021-04-071-3/+0
* | btrfs: Allow unprivileged user to delete subvolumes (kernel >= 4.18)Akihiro Suda2021-04-061-1/+8
|/
* Merge pull request #42233 from AkihiroSuda/fix-rootless-bind-EPERM-20.10Tibor Vass2021-04-011-1/+1
|\
| * rootless: bind mount: fix "operation not permitted"Akihiro Suda2021-04-011-1/+1
* | archive: do not use overlayWhiteoutConverter for UserNSAkihiro Suda2021-04-011-2/+2
* | overlay2: doesSupportNativeDiff: add fast path for usernsAkihiro Suda2021-04-011-0/+8
* | overlay2: call d.naiveDiff.ApplyDiff when useNaiveDiff==trueAkihiro Suda2021-04-011-1/+1
|/
* Merge pull request #42079 from thaJeztah/20.10_backport_update_docs_linksBrian Goff2021-03-251-1/+1
|\
| * Update documentation linksSebastiaan van Stijn2021-02-251-1/+1
* | Merge pull request #42174 from thaJeztah/20.10_backport_41820_fix_json_unexpe...Sebastiaan van Stijn2021-03-202-5/+109
|\ \
| * | jsonfile: more defensive reader implementationBrian Goff2021-03-191-1/+42
| * | Fix handling for json-file io.UnexpectedEOFBrian Goff2021-03-192-6/+69
| |/
* | overlayutils/userxattr.go: add "fast path" for kernel >= 5.11.0Akihiro Suda2021-03-191-2/+6
* | overlay2: support "userxattr" option (kernel 5.11)Akihiro Suda2021-03-192-6/+129
|/
* Check the length of the correct variable #42039Nathan Carlson2021-02-181-1/+1
* Merge pull request #42045 from cpuguy83/20.10_fallback_manifest_on_bad_platSebastiaan van Stijn2021-02-183-13/+204
|\
| * Move cpu variant checks into platform matcherBrian Goff2021-02-183-24/+84
| * Fallback to manifest list when no platform matchBrian Goff2021-02-181-2/+133
* | Merge pull request #41974 from thaJeztah/20.10_backport_for_linux_1169_plugin...Tibor Vass2021-02-184-26/+58
|\ \
| * | Add shim config for custom runtimes for pluginsBrian Goff2021-02-174-26/+58
* | | Merge pull request #41973 from thaJeztah/20.10_backport_fix_builder_inconsise...Tibor Vass2021-02-181-1/+28
|\ \ \
| * | | Fix builder inconsistent error on buggy platformBrian Goff2021-02-171-1/+28
| |/ /