summaryrefslogtreecommitdiff
path: root/plugin
Commit message (Expand)AuthorAgeFilesLines
* fixing consistent aliases for OCI spec importsJeyanthinath Muthuram2023-05-083-31/+31
* use consistent alias for containerd's errdefs packageSebastiaan van Stijn2023-04-081-2/+2
* Merge pull request #45032 from corhere/shim-optsSebastiaan van Stijn2023-03-021-5/+6
|\
| * daemon: allow shimv2 runtimes to be configuredCory Snider2023-02-171-5/+6
* | Use GetBoolOrDefault to remove duplicated invalidFilter usagesPaweł Gronowski2023-01-262-19/+7
|/
* plugins: Move GlobalSpecPaths into LocalRegistryJan Garcia2023-01-101-1/+2
* plugin: use strings.Cut()Sebastiaan van Stijn2022-12-212-10/+7
* pkg/system: deprecate DefaultPathEnv, move to ociSebastiaan van Stijn2022-11-291-2/+1
* Fix containerd task deletion after failed startCory Snider2022-11-021-1/+1
* migrate pkg/pubsub to github.com/moby/pubsubSebastiaan van Stijn2022-09-301-1/+1
* plugin: fix empty-lines (revive)Sebastiaan van Stijn2022-09-283-3/+0
* pkg/containerfs: alias ContainerFS to stringCory Snider2022-09-231-2/+1
* Share logic to create-or-replace a containerCory Snider2022-08-241-32/+2
* Refactor libcontainerd to minimize c8d RPCsCory Snider2022-08-241-29/+103
* plugin: use types/registry.AuthConfigSebastiaan van Stijn2022-07-294-16/+18
* gofmt GoDoc comments with go1.19Sebastiaan van Stijn2022-07-081-8/+6
* Add Swarm cluster volume supportsDrew Erny2022-05-131-1/+1
* plugin: Executor.Signal() accept syscall.SignalSebastiaan van Stijn2022-05-054-35/+25
* libcontainerd: SignalProcess(): accept syscall.SignalSebastiaan van Stijn2022-05-051-1/+2
* Merge pull request #43358 from thaJeztah/plugin_EndpointResolverSebastiaan van Stijn2022-04-212-25/+9
|\
| * plugin: add EndpointResolver interfaceSebastiaan van Stijn2022-03-112-7/+9
| * plugin: remove unused pluginRegistryServiceSebastiaan van Stijn2022-03-111-18/+0
* | daemon: move default namespaces to daemon/configSebastiaan van Stijn2022-04-171-3/+0
* | filters: lowercase errorSebastiaan van Stijn2022-03-181-1/+1
|/
* remove unneeded "digest" alias for "go-digest"Sebastiaan van Stijn2022-03-045-5/+5
* pkg/system: move EnsureRemoveAll() to pkg/containerfsSebastiaan van Stijn2022-03-033-10/+10
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-274-18/+14
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-242-0/+2
* if-return: redundant if ...; err != nil check (revive)Sebastiaan van Stijn2021-06-101-4/+1
* gosec: G601: Implicit memory aliasing in for loopSebastiaan van Stijn2021-06-101-1/+3
* vendor: github.com/containerd/containerd v1.5.2Sebastiaan van Stijn2021-06-041-2/+2
* Use docker media type for plugin layersBrian Goff2021-04-051-1/+1
* Merge pull request #41485 from thaJeztah/remove_dead_argAkihiro Suda2021-02-271-3/+3
|\
| * plugin.Manager.setupNewPlugin() remove unused blobsums argumentSebastiaan van Stijn2020-09-301-3/+3
* | plugin/manager_linux_test: Skip privileged tests when non-rootArnaud Rebillout2020-12-151-0/+1
* | Do not call mount.RecursiveUnmount() on WindowsSebastiaan van Stijn2020-10-293-5/+10
|/
* Remove redundant "os.IsNotExist" checks on os.RemoveAll()Sebastiaan van Stijn2020-09-232-3/+3
* Merge pull request #41207 from thaJeztah/remove_whitelistTibor Vass2020-07-281-4/+4
|\
| * Replace uses of blacklist/whitelistSebastiaan van Stijn2020-07-141-4/+4
* | Configure shims from runtime configBrian Goff2020-07-131-9/+7
|/
* Merge pull request #40867 from BurtonQin/double-lockSebastiaan van Stijn2020-05-151-3/+1
|\
| * plugin: remove Rlock in resolvePluginID to fix double RlockBurtonQin2020-05-151-3/+1
* | Replace errors.Cause() with errors.Is() / errors.As()Sebastiaan van Stijn2020-04-292-3/+4
|/
* Use containerd dist libs for plugin pull/pullBrian Goff2020-04-028-523/+750
* Really switch to moby/sys/mount*Kir Kolyshkin2020-03-204-5/+6
* plugin: fix a double RLock bugZiheng Liu2020-02-251-2/+0
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-1/+1
* cgroup2: use shim V2Akihiro Suda2020-01-011-2/+2
* plugin/setupNewPlugin: rm dead codeKir Kolyshkin2019-09-181-3/+0
* goimports: fix importsSebastiaan van Stijn2019-09-1813-21/+21