summaryrefslogtreecommitdiff
path: root/plugin
Commit message (Expand)AuthorAgeFilesLines
* plugin: fix a double RLock bugZiheng Liu2020-07-281-2/+0
* Add (hidden) flags to set containerd namespacesBrian Goff2019-09-251-2/+2
* Entropy cannot be savedJustin Cormack2019-06-111-1/+1
* 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
* Merge pull request #35521 from salah-khan/35507John Stephens2018-08-171-1/+1
|\
| * Add ADD/COPY --chown flag support to WindowsSalahuddin Khan2018-08-131-1/+1
* | libcontainerd: split client and supervisorDerek McGowan2018-08-061-4/+6
|/
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-132-2/+2
* vendor: update containerd to 63522d9Tonis Tiigi2018-06-081-1/+1
* Merge pull request #37234 from kolyshkin/plugin-panicVincent Demeester2018-06-085-55/+199
|\
| * Fix panic on daemon restart with running pluginBrian Goff2018-06-075-55/+199
* | Close readclosers returned by DecompressStreamJoe Ferguson2018-06-071-0/+1
|/
* Move plugin client creation to the extension pointBrian Goff2018-05-253-8/+59
* Various code-cleanupSebastiaan van Stijn2018-05-238-10/+10
* Merge pull request #37088 from ohbarye/fix-typos-duplicated-theSebastiaan van Stijn2018-05-191-1/+1
|\
| * Fix typos: remove duplicated "the"ohbarye2018-05-171-1/+1
* | Fix some linting issuesSebastiaan van Stijn2018-05-171-1/+1
|/
* Switch from x/net/context -> contextKir Kolyshkin2018-04-233-3/+3
* Skip some tests requires root uid when run as userVincent Demeester2018-04-231-0/+2
* Merge pull request #36715 from cpuguy83/plugin_exec_fixesVincent Demeester2018-03-302-7/+191
|\
| * Make sure plugin container is removed on failureBrian Goff2018-03-282-7/+191
* | Don't sort plugin mounts sliceBrian Goff2018-03-281-5/+0
|/
* Add missing error return for plugin creation.Anusha Ragunathan2018-03-232-0/+59
* Merge pull request #36327 from Microsoft/jjh/block-pulling-uplevelJohn Stephens2018-03-053-10/+24
|\
| * Windows: Block pulling uplevel imagesJohn Howard2018-02-263-10/+24
* | Merge pull request #35829 from cpuguy83/no_private_mount_for_pluginsSebastiaan van Stijn2018-02-217-71/+114
|\ \ | |/ |/|
| * Make sure plugin mounts are cleaned upBrian Goff2018-02-072-0/+8
| * Revert "Make plugins dir private."Brian Goff2018-02-073-15/+0
| * Ensure plugin returns correctly scoped pathsBrian Goff2018-02-072-5/+8
| * Plugins perform propagated mount in runtime specBrian Goff2018-02-074-48/+29
| * Use runtime spec modifier for metrics plugin hookBrian Goff2018-02-074-4/+70
* | Add canonical import commentDaniel Nephin2018-02-0520-20/+20
|/
* Merge pull request #34372 from cpuguy83/more_error_handling_for_pluginrmVincent Demeester2018-01-252-6/+115
|\
| * Ignore exist/not-exist errors on plugin removeBrian Goff2018-01-252-6/+115
* | LCOW: Refactor to multiple layer-stores based on feedbackJohn Howard2018-01-181-2/+4
* | LCOW: Re-coalesce storesJohn Howard2018-01-183-11/+7
* | Move api/errdefs to errdefsBrian Goff2018-01-114-4/+4
* | Add helpers to create errdef errorsBrian Goff2018-01-114-40/+15
* | Remove libcontainerd.IOPipeDaniel Nephin2018-01-091-1/+1
* | Merge pull request #35812 from stevvooe/follow-conventionsVictor Vieux2017-12-191-1/+1
|\ \
| * | daemon, plugin: follow containerd namespace conventionsStephen J Day2017-12-151-1/+1
| |/
* | Remove redundant build-tagsSebastiaan van Stijn2017-12-182-4/+0
* | Remove Solaris filesSebastiaan van Stijn2017-12-183-34/+0
|/
* Add test to check for plugin mounts on removeBrian Goff2017-12-041-0/+79
* Update daemon code for containerd API changesMichael Crosby2017-11-301-12/+12
* Fix potential panic during plugin set.Anusha Ragunathan2017-11-281-0/+6