aboutsummaryrefslogtreecommitdiff
path: root/plugin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add (hidden) flags to set containerd namespacesBrian Goff2019-07-111-2/+2
* Merge pull request #38441 from sirlatrom/swarm_plugin_envMichael Crosby2019-07-081-0/+27
|\
| * Support environment vars in Swarm plugins servicesSune Keller2019-04-071-0/+27
* | Merge pull request #39336 from justincormack/entropy-cannot-be-savedSebastiaan van Stijn2019-06-111-1/+1
|\ \
| * | Entropy cannot be savedJustin Cormack2019-06-071-1/+1
* | | Merge pull request #38522 from cpuguy83/fix_timersSebastiaan van Stijn2019-06-071-3/+12
|\ \ \ | |/ / |/| |
| * | Make sure timers are stopped after use.Brian Goff2019-01-161-3/+12
* | | Remove inmemory container mapMichael Crosby2019-04-052-174/+15
| |/ |/|
* | Remove libcontainerd status typeMichael Crosby2019-04-042-7/+8
* | Windows: Experimental: Allow containerd for runtimeJohn Howard2019-03-122-16/+17
* | Use assert.NilError() instead of assert.Assert()Sebastiaan van Stijn2019-01-211-3/+3
|/
* pkg/mount: wrap mount/umount errorsKir Kolyshkin2018-12-101-1/+1