aboutsummaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #43219 from corhere/sdjournalSebastiaan van Stijn2022-08-0216-383/+1138
|\ \ \ \ | |/ / / |/| | |
| * | | logger/journald: implement --follow correctlyCory Snider2022-07-254-97/+296
| * | | logger/*: fix reading w/ non-monotonic timestampsCory Snider2022-07-255-70/+72
| * | | logger/journald: rewrite reader w/o cursorsCory Snider2022-07-2510-228/+617
| * | | logger/journald: refactor cgo out of business logicCory Snider2022-07-255-210/+385
| * | | logger/journald: simplify control flowCory Snider2022-07-251-19/+6
| * | | logger/journald: follow the thread-safety rulesCory Snider2022-07-251-0/+9
| * | | logger/journald: simplify build constraintsCory Snider2022-07-253-9/+3
* | | | Merge pull request #43800 from corhere/implicit-runtime-configBrian Goff2022-07-293-3/+148
|\ \ \ \
| * | | | daemon: support other containerd runtimes (MVP)Cory Snider2022-07-273-3/+148
* | | | | Merge pull request #43751 from vvoland/fix-exitcode-waitSebastiaan van Stijn2022-07-293-16/+28
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | daemon/restart: Don't mutate AutoRemove when restartingPaweł Gronowski2022-07-203-16/+28
* | | | | Fix file capabilities droping in DockerfileIllo Abdulrahim2022-07-271-9/+11
| |_|/ / |/| | |
* | | | Merge pull request #43838 from thaJeztah/remove_journald_compatSebastiaan van Stijn2022-07-252-9/+2
|\ \ \ \
| * | | | logger/journald: remove journald_compat (for systemd < 209)Sebastiaan van Stijn2022-07-202-9/+2
| | |/ / | |/| |
* | | | Merge pull request #43836 from olljanat/restore-custom-nat-networksSebastiaan van Stijn2022-07-211-0/+29
|\ \ \ \ | |_|_|/ |/| | |
| * | | Windows: Re-create custom NAT networks after restart if missing from HNSOlli Janatuinen2022-07-191-0/+29
| | |/ | |/|
* | | daemon/containerd: validate image filtersSebastiaan van Stijn2022-07-211-0/+12
* | | add support for since, before, labels images filtersNicolas De Loof2022-07-211-0/+73
| |/ |/|
* | logger/journald: fix SA4011: ineffective break statementSebastiaan van Stijn2022-07-201-1/+2
|/
* compute image VirtualSizeNicolas De Loof2022-07-181-1/+27
* Merge pull request #43831 from thaJeztah/containerd_restructureSebastiaan van Stijn2022-07-1820-372/+464
|\
| * daemon/containerd: split methods to separate filesSebastiaan van Stijn2022-07-1817-275/+359
| * daemon/containerd: ImageService: rename receiverSebastiaan van Stijn2022-07-181-40/+40
| * daemon/containerd: change alias for oci-specs to match existing codeSebastiaan van Stijn2022-07-181-4/+4
| * daemon/images: fix some linting issuesSebastiaan van Stijn2022-07-181-5/+6
| * daemon/images: rename images.go to image_list.go for consistencySebastiaan van Stijn2022-07-181-0/+0
| * daemon/images: move SquashImage to its own fileSebastiaan van Stijn2022-07-182-88/+95
* | Merge pull request #43832 from thaJeztah/rename_colliding_varsBrian Goff2022-07-181-13/+13
|\ \ | |/ |/|
| * daemon/images: rename variables that collided with importsSebastiaan van Stijn2022-07-181-13/+13
* | daemon/containerd: ImageService: remove unused LookupImage()Sebastiaan van Stijn2022-07-181-5/+0
* | daemon: ImageService: remove unused Map() methodSebastiaan van Stijn2022-07-183-11/+0
|/
* Create the containerd image serviceDjordje Lukic2022-07-143-57/+434
* Merge pull request #43798 from thaJeztah/remove_deprecatedAkihiro Suda2022-07-141-17/+0
|\
| * daemon: remove deprecated fields and flags for cluster-advertiseSebastiaan van Stijn2022-07-121-17/+0
* | daemon: NewDaemon(): fail early on non-supported platformsSebastiaan van Stijn2022-07-121-9/+5
|/
* Merge pull request #43786 from thaJeztah/gofmt_119Samuel Karp2022-07-089-45/+47
|\
| * gofmt GoDoc comments with go1.19Sebastiaan van Stijn2022-07-089-45/+47
* | Extract ImageService interface from the image serviceDjordje Lukic2022-07-083-3/+89
|/
* Merge pull request #43624 from rumpl/feat-memdb-prefixSebastiaan van Stijn2022-07-085-18/+9
|\
| * Use hashicorp/go-memdb instead of truncindexDjordje Lukic2022-05-205-18/+9
* | Merge pull request #43735 from ndeloof/containerd-snapshotter-ffSebastiaan van Stijn2022-07-072-4/+16
|\ \
| * | introduce Containerd-snapshotter feature flagNicolas De Loof2022-06-222-4/+16
* | | replace golint with revive, as it's deprecatedSebastiaan van Stijn2022-07-041-1/+1
* | | linting: error strings should not be capitalized (revive)Sebastiaan van Stijn2022-07-041-1/+1
* | | daemon/config: use more assertions in testsSebastiaan van Stijn2022-06-293-58/+16
* | | daemon/config: TestUnixValidateConfigurationErrors: use subtestsSebastiaan van Stijn2022-06-291-7/+12
* | | daemon/config: verify that flags were set correctly in testsSebastiaan van Stijn2022-06-291-6/+6
* | | daemon/config: New(): set more defaultsSebastiaan van Stijn2022-06-291-1/+11
* | | daemon/config: set default MTU when initializing configSebastiaan van Stijn2022-06-293-24/+74