summaryrefslogtreecommitdiff
path: root/libcontainerd/supervisor
Commit message (Expand)AuthorAgeFilesLines
* daemon: remove handling for deprecated "oom-score-adjust", and produce errorSebastiaan van Stijn2023-05-061-11/+0
* daemon: deprecate --oom-score-adjust for the daemonSebastiaan van Stijn2023-04-131-0/+2
* libcontainerd/supervisor: use pkg/pidfile for reading and writing pidfileSebastiaan van Stijn2022-11-041-37/+7
* move pkg/system: process to a separate packageSebastiaan van Stijn2022-11-043-10/+11
* Lock OS threads when exec'ing with PdeathsigCory Snider2022-10-051-4/+21
* cmd/dockerd: initContainerD(): clean-up some logsSebastiaan van Stijn2022-08-111-1/+1
* libcontainerd/supervisor: don't write log-level to config fileSebastiaan van Stijn2022-08-112-5/+13
* libcontainerd/supervisor: store location of config-fileSebastiaan van Stijn2022-08-111-5/+9
* libcontainerd/supervisor: store location of pidFileSebastiaan van Stijn2022-08-111-5/+5
* libcontainerd/supervisor: make supervisor adjust OOM score for containerdSebastiaan van Stijn2022-08-112-1/+21
* libcontainerd/supervisor: use correct loggerSebastiaan van Stijn2022-08-111-5/+3
* libcontainerd/supervisor: platformCleanup(): use canonical socket addressSebastiaan van Stijn2022-08-111-1/+1
* libcontainerd/supervisor: remove unused remote.rootDirSebastiaan van Stijn2022-08-101-2/+0
* libcontainerd/supervisor: remove unused RWMutexSebastiaan van Stijn2022-08-101-2/+0
* libcontainerd/supervisor: simplify logic for disabling CRI pluginSebastiaan van Stijn2022-08-033-15/+3
* libcontainerd/supervisor: remove unused optionsSebastiaan van Stijn2022-08-031-35/+0
* libcontainerd: switch generated containerd.toml to v2 (v1 is deprecated)Sebastiaan van Stijn2022-07-271-2/+3
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-2/+1
* libcontainerd/supervisor: replace BurntSushi/toml with pelletier/go-tomlSebastiaan van Stijn2021-04-023-19/+11
* daemon: don't adjust oom-score if score is 0Sebastiaan van Stijn2020-10-051-3/+0
* Wait for c8d process exit instead of polling APIBrian Goff2019-10-161-0/+9
* Allow system.MkDirAll() to be used as drop-in for os.MkDirAll()Sebastiaan van Stijn2019-08-081-1/+1
* Merge pull request #38522 from cpuguy83/fix_timersSebastiaan van Stijn2019-06-071-17/+30
|\
| * Make sure timers are stopped after use.Brian Goff2019-01-161-17/+30
* | Fix nil pointer derefence on failure to connect to containerdSimão Reis2019-01-301-2/+2
|/
* update containerd client and dependencies to v1.2.0Sebastiaan van Stijn2018-11-051-3/+3
* Remove 'docker-' prefix for containerd and runc binariesTibor Vass2018-09-243-6/+6
* Merge pull request #37759 from dmcgowan/fix-libcontainerd-startup-errorSebastiaan van Stijn2018-09-141-4/+11
|\
| * Add fail fast path when containerd fails on startupDerek McGowan2018-09-131-4/+11
* | Fix supervisor healthcheck throttlingDerek McGowan2018-09-041-26/+35
|/
* Add containerd.WithTimeout(60*time.Second) to match old callsJohn Howard2018-08-231-1/+1
* libcontainerd: split client and supervisorDerek McGowan2018-08-067-0/+513