summaryrefslogtreecommitdiff
path: root/plugin/manager_linux.go
Commit message (Expand)AuthorAgeFilesLines
* plugin/setupNewPlugin: rm dead codeKir Kolyshkin2019-09-181-3/+0
* goimports: fix importsSebastiaan van Stijn2019-09-181-2/+2
* Make sure timers are stopped after use.Brian Goff2019-01-161-3/+12
* pkg/mount: wrap mount/umount errorsKir Kolyshkin2018-12-101-1/+1
* Add ADD/COPY --chown flag support to WindowsSalahuddin Khan2018-08-131-1/+1
* Fix panic on daemon restart with running pluginBrian Goff2018-06-071-12/+17
* Move plugin client creation to the extension pointBrian Goff2018-05-251-7/+13
* Fix some linting issuesSebastiaan van Stijn2018-05-171-1/+1
* Add missing error return for plugin creation.Anusha Ragunathan2018-03-231-0/+1
* Merge pull request #35829 from cpuguy83/no_private_mount_for_pluginsSebastiaan van Stijn2018-02-211-21/+8
|\
| * Make sure plugin mounts are cleaned upBrian Goff2018-02-071-0/+3
| * Revert "Make plugins dir private."Brian Goff2018-02-071-8/+0
| * Ensure plugin returns correctly scoped pathsBrian Goff2018-02-071-1/+0
| * Plugins perform propagated mount in runtime specBrian Goff2018-02-071-12/+5
* | Add canonical import commentDaniel Nephin2018-02-051-1/+1
|/
* Move api/errdefs to errdefsBrian Goff2018-01-111-1/+1
* Add helpers to create errdef errorsBrian Goff2018-01-111-4/+5
* Remove Solaris filesSebastiaan van Stijn2017-12-181-2/+0
* Update libcontainerd to use containerd 1.0Kenfe-Mickael Laventure2017-10-201-5/+10
* Decouple plugin manager from libcontainerd packageBrian Goff2017-09-191-12/+13
* LCOW: Implemented support for docker cp + buildAkash Gupta2017-09-141-1/+3
* Add unconvert linterDaniel Nephin2017-08-241-2/+1
* Remove string checking in API error handlingBrian Goff2017-08-151-8/+7
* Make plugins dir private.Brian Goff2017-08-021-0/+8
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* [project] change syscall to /x/sys/unix|windowsChristopher Jones2017-07-111-3/+3
* Make plugin emit strongly typed, consumable eventsBrian Goff2017-07-061-1/+4
* Make plugin removes more resilient to failureBrian Goff2017-06-301-1/+1
* Increase the Coverage of pkg/pluginsRaja Sami2017-06-121-1/+1
* Partial refactor of UID/GID usage to use a unified struct.Daniel Nephin2017-06-071-1/+2
* Make sure plugin rootfs is unmounted on upgradedBrian Goff2017-04-111-1/+9
* Add an initial smaller sleep time before net dialing plugin socket.Anusha Ragunathan2017-04-061-6/+9
* fix cleanup logic if restoring plugin failsSebastiaan van Stijn2017-03-311-3/+2
* Explictly set state of a disabled plugin.Anusha Ragunathan2017-03-241-0/+2
* Net dial to the plugin socket during enable.Anusha Ragunathan2017-02-271-1/+24
* Make propagated mount persist outside rootfsBrian Goff2017-02-031-2/+16
* Add docker plugin upgradeBrian Goff2017-02-031-9/+63
* plugin: use pkg/errors in more placesTibor Vass2017-01-311-4/+4
* *: use opencontainers/go-digest packageStephen J Day2017-01-061-1/+1
* Implement content addressability for pluginsTonis Tiigi2016-12-231-12/+89
* Fix issues with plugin and `--live-restore`Brian Goff2016-12-131-2/+24
* When plugin enable fails, unmount PropagatedMount.Anusha Ragunathan2016-12-121-0/+5
* plugins: container-rootfs-relative pathsTibor Vass2016-12-091-1/+9
* Make v2/Plugin accesses safe.Anusha Ragunathan2016-12-061-21/+24
* Fix issue with plugin exit.Anusha Ragunathan2016-11-281-1/+1
* Add HTTP client timeout.Anusha Ragunathan2016-11-211-1/+1
* Cleanup after plugin install.Anusha Ragunathan2016-11-161-0/+1
* Perform graceful shutdown during plugin disable.Anusha Ragunathan2016-11-141-18/+23
* Merge pull request #27467 from tonistiigi/attach-cbAntonio Murdaca2016-10-251-2/+2
|\
| * Move stdio attach from libcontainerd backend to callbackTonis Tiigi2016-10-241-2/+2