summaryrefslogtreecommitdiffhomepage
path: root/pkg/shim
AgeCommit message (Expand)Author
2021-08-16Support runtime options type used in containerd v1.5zeddy
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
2021-07-13Use consistent naming for subcontainersFabricio Voznika
2021-06-29Delete PID files right after they are readFabricio Voznika
2021-06-29Redirect all calls from `errdefs.ToGRPC` to `utils.ErrToGRPC`Fabricio Voznika
2021-06-24Merge pull request #6228 from puppetlabs:fix-shim-pid-leaking-on-stopped-proc...gVisor bot
2021-06-23Do not attempt to kill stopped exec processesNoah Fontes
2021-06-23Ensure shim propagates errors over gRPC correctlyNoah Fontes
2021-06-21Improve stopped container handlingFabricio Voznika
2021-05-17Make sandbox join the pod cgroup in K8sFabricio Voznika
2021-05-04Make Mount.Type optional for bind mountsFabricio Voznika
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2021-01-13Fix code review issuesTravis DePrato
2021-01-13Add support for pause/restore in containerd shimTravis DePrato
2021-01-12Delete shim v1Fabricio Voznika
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2020-12-14Update containerd/cgroupsFabricio Voznika
2020-12-11Remove existing nogo exceptions.Adin Scannell
2020-12-03Update containerd to 1.3.9Fabricio Voznika
2020-11-12Improve shim debug loggingFabricio Voznika
2020-11-05Return failure when `runsc events` queries a stopped containerFabricio Voznika
2020-10-19Remove legacy bazel configurations.Adin Scannell
2020-08-19Change runtimeoptions proto handling.Fabricio Voznika
2020-07-13Merge pull request #2672 from amscanne:shim-integratedgVisor bot
2020-07-09Update shim to build using bazel.Adin Scannell
2020-07-09Update canonical paths.Adin Scannell
2020-05-19Restructure shim packages for merging.Adin Scannell
2019-01-29Add containerd shim v2 support. (#13)Lantao Liu
2018-12-04Initial commitIan Lewis