summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* awslogs: fix non-blocking log drop bugWesley Pettit2023-04-172-44/+6
* golangci-lint: update to v1.49.0Sebastiaan van Stijn2023-02-241-1/+0
* set ReadHeaderTimeout to address G112: Potential Slowloris Attack (gosec)Sebastiaan van Stijn2023-02-241-1/+6
* gofmt GoDoc comments with go1.19Sebastiaan van Stijn2023-02-2411-67/+70
* replace golint with revive, as it's deprecatedSebastiaan van Stijn2023-02-241-1/+1
* linting: error strings should not be capitalized (revive)Sebastiaan van Stijn2023-02-241-1/+1
* refactor: move from io/ioutil to io and os packageEng Zer Jun2023-02-2454-204/+158
* daemon/graphdriver/btrfs: workaround field rename in btrfs-progs 6.1Shengjing Zhu2022-12-291-1/+4
* Fix live-restore w/ restart policies + volume refsBrian Goff2022-10-031-1/+3
* Merge pull request from GHSA-rc4r-wh2q-q6c4Sebastiaan van Stijn2022-09-081-0/+1
|\
| * AdditionalGids must include effective group IDNicolas De Loof2022-09-061-0/+1
* | Wrap local calls to the content and lease serviceDjordje Lukic2022-09-082-3/+129
* | [20.10 backport] daemon: kill exec process on ctx cancelCory Snider2022-08-231-16/+13
* | staticcheck: ignore "SA1019: strings.Title is deprecated"Sebastiaan van Stijn2022-08-181-1/+1
* | daemon/logger/awslogs: suppress false positive on hardcoded creds (gosec)Sebastiaan van Stijn2022-08-171-2/+2
* | graphdriver: temporarily ignore unsafeptr: possible misuse of reflect.SliceHe...Sebastiaan van Stijn2022-08-171-2/+2
* | daemon: var-declaration: should omit type bool (revive)Sebastiaan van Stijn2022-08-171-1/+1
* | daemon/config: error strings should not be capitalizedSebastiaan van Stijn2022-08-171-4/+4
* | reformat "nolint" commentsSebastiaan van Stijn2022-08-177-13/+13
* | daemon/splunk: ignore G402: TLS MinVersion too low for nowSebastiaan van Stijn2022-08-171-1/+2
* | daemon/stats: fix notRunningErr / notFoundErr detected as unused (false posit...Sebastiaan van Stijn2022-08-171-11/+2
* | G601: Implicit memory aliasing in for loopSebastiaan van Stijn2022-08-172-3/+4
* | gosec: G601: Implicit memory aliasing in for loopSebastiaan van Stijn2022-08-171-1/+2
* | staticcheck: SA4001: &*x will be simplified to x. It will not copy xSebastiaan van Stijn2022-08-172-2/+5
* | daemon/logger/journald: fix linting errorsSebastiaan van Stijn2022-08-171-3/+2
* | Merge pull request #43859 from olljanat/20.10_backport_restore-custom-nat-net...Tianon Gravi2022-08-051-6/+35
|\ \
| * | Windows: Re-create custom NAT networks after restart if missing from HNSOlli Janatuinen2022-07-251-6/+35
| |/
* | Fix file capabilities droping in DockerfileIllo Abdulrahim2022-07-281-9/+11
|/
* 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