summaryrefslogtreecommitdiff
path: root/libcontainerd/remote
Commit message (Expand)AuthorAgeFilesLines
* fixing consistent aliases for OCI spec importsJeyanthinath Muthuram2023-05-081-3/+3
* use consistent alias for containerd's errdefs packageSebastiaan van Stijn2023-04-081-5/+5
* libcontainerd: close stdin sync if possibleCory Snider2023-04-031-11/+36
* libcontainerd: Upgrade to typeurl/v2Paweł Gronowski2023-03-081-1/+1
* libcontainerd/client: Rename `cp` to `checkpoint`Paweł Gronowski2023-03-011-6/+6
* libcontainerd/client: Fix checkpoint not being setPaweł Gronowski2023-03-011-1/+2
* libc8d/remote: name task fifos after task IDCory Snider2023-01-311-4/+4
* libcontainerd/remote: remove stray import commentSebastiaan van Stijn2022-12-081-1/+0
* Fix containerd task deletion after failed startCory Snider2022-11-021-1/+3
* Refactor libcontainerd to minimize c8d RPCsCory Snider2022-08-243-321/+153
* Update container OOMKilled flag immediatelyCory Snider2022-08-241-16/+0
* fix formatting of "nolint" tags for go1.19Sebastiaan van Stijn2022-07-131-1/+1
* libcontainerd: remove support for runtime v1 APIAkihiro Suda2022-06-051-14/+2
* libcontainerd: SignalProcess(): accept syscall.SignalSebastiaan van Stijn2022-05-051-2/+2
* gosec: G601: Implicit memory aliasing in for loopSebastiaan van Stijn2021-06-101-0/+1
* libcontainerd: remove LCOW bitsSebastiaan van Stijn2021-06-091-1/+0
* Fixup libnetwork lint errorsBrian Goff2021-06-011-1/+1
* libcontainerd: remove unused constsSebastiaan van Stijn2021-03-191-5/+0
* Added container ID to containerd task delete event messagesCam2020-10-301-0/+7
* "Fix" checkpoint on v2 runtimeBrian Goff2020-10-121-14/+27
* libcontainerd: use cancellable context for eventsBrian Goff2020-08-121-4/+14
* Use IsServing to determine if c8d client is readyBrian Goff2020-08-121-6/+32
* Configure shims from runtime configBrian Goff2020-07-132-30/+11
* cgroup2: use shim V2Akihiro Suda2020-01-013-18/+60
* libcontainerd: move hcsshim import to windows-only fileSebastiaan van Stijn2019-12-103-19/+38
* Merge pull request #39082 from ehazlett/opts-for-createAkihiro Suda2019-10-041-3/+6
|\
| * add NewContainerOpts to libcontainerd.CreateEvan Hazlett2019-10-031-3/+6
* | goimports: fix importsSebastiaan van Stijn2019-09-181-1/+1
|/
* Sleep before restarting event processingBrian Goff2019-07-121-3/+9
* Handle blocked I/O of exec'd processesMichael Crosby2019-06-211-8/+8
* Fix typo retreive -> retrieveSebastiaan van Stijn2019-06-041-1/+1
* Remove inmemory container mapMichael Crosby2019-04-053-226/+161
* Export WithBundle codeMichael Crosby2019-04-053-28/+34
* Remove libcontainerd status typeMichael Crosby2019-04-041-5/+5
* Windows: Implement docker top for containerdJohn Howard2019-03-121-6/+8
* Windows: Experimental: Allow containerd for runtimeJohn Howard2019-03-124-0/+1277