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
/
libcontainerd
/
supervisor
Commit message (
Expand
)
Author
Age
Files
Lines
*
daemon: remove handling for deprecated "oom-score-adjust", and produce error
Sebastiaan van Stijn
2023-05-06
1
-11
/
+0
*
daemon: deprecate --oom-score-adjust for the daemon
Sebastiaan van Stijn
2023-04-13
1
-0
/
+2
*
libcontainerd/supervisor: use pkg/pidfile for reading and writing pidfile
Sebastiaan van Stijn
2022-11-04
1
-37
/
+7
*
move pkg/system: process to a separate package
Sebastiaan van Stijn
2022-11-04
3
-10
/
+11
*
Lock OS threads when exec'ing with Pdeathsig
Cory Snider
2022-10-05
1
-4
/
+21
*
cmd/dockerd: initContainerD(): clean-up some logs
Sebastiaan van Stijn
2022-08-11
1
-1
/
+1
*
libcontainerd/supervisor: don't write log-level to config file
Sebastiaan van Stijn
2022-08-11
2
-5
/
+13
*
libcontainerd/supervisor: store location of config-file
Sebastiaan van Stijn
2022-08-11
1
-5
/
+9
*
libcontainerd/supervisor: store location of pidFile
Sebastiaan van Stijn
2022-08-11
1
-5
/
+5
*
libcontainerd/supervisor: make supervisor adjust OOM score for containerd
Sebastiaan van Stijn
2022-08-11
2
-1
/
+21
*
libcontainerd/supervisor: use correct logger
Sebastiaan van Stijn
2022-08-11
1
-5
/
+3
*
libcontainerd/supervisor: platformCleanup(): use canonical socket address
Sebastiaan van Stijn
2022-08-11
1
-1
/
+1
*
libcontainerd/supervisor: remove unused remote.rootDir
Sebastiaan van Stijn
2022-08-10
1
-2
/
+0
*
libcontainerd/supervisor: remove unused RWMutex
Sebastiaan van Stijn
2022-08-10
1
-2
/
+0
*
libcontainerd/supervisor: simplify logic for disabling CRI plugin
Sebastiaan van Stijn
2022-08-03
3
-15
/
+3
*
libcontainerd/supervisor: remove unused options
Sebastiaan van Stijn
2022-08-03
1
-35
/
+0
*
libcontainerd: switch generated containerd.toml to v2 (v1 is deprecated)
Sebastiaan van Stijn
2022-07-27
1
-2
/
+3
*
refactor: move from io/ioutil to io and os package
Eng Zer Jun
2021-08-27
1
-2
/
+1
*
libcontainerd/supervisor: replace BurntSushi/toml with pelletier/go-toml
Sebastiaan van Stijn
2021-04-02
3
-19
/
+11
*
daemon: don't adjust oom-score if score is 0
Sebastiaan van Stijn
2020-10-05
1
-3
/
+0
*
Wait for c8d process exit instead of polling API
Brian Goff
2019-10-16
1
-0
/
+9
*
Allow system.MkDirAll() to be used as drop-in for os.MkDirAll()
Sebastiaan van Stijn
2019-08-08
1
-1
/
+1
*
Merge pull request #38522 from cpuguy83/fix_timers
Sebastiaan van Stijn
2019-06-07
1
-17
/
+30
|
\
|
*
Make sure timers are stopped after use.
Brian Goff
2019-01-16
1
-17
/
+30
*
|
Fix nil pointer derefence on failure to connect to containerd
Simão Reis
2019-01-30
1
-2
/
+2
|
/
*
update containerd client and dependencies to v1.2.0
Sebastiaan van Stijn
2018-11-05
1
-3
/
+3
*
Remove 'docker-' prefix for containerd and runc binaries
Tibor Vass
2018-09-24
3
-6
/
+6
*
Merge pull request #37759 from dmcgowan/fix-libcontainerd-startup-error
Sebastiaan van Stijn
2018-09-14
1
-4
/
+11
|
\
|
*
Add fail fast path when containerd fails on startup
Derek McGowan
2018-09-13
1
-4
/
+11
*
|
Fix supervisor healthcheck throttling
Derek McGowan
2018-09-04
1
-26
/
+35
|
/
*
Add containerd.WithTimeout(60*time.Second) to match old calls
John Howard
2018-08-23
1
-1
/
+1
*
libcontainerd: split client and supervisor
Derek McGowan
2018-08-06
7
-0
/
+513