summaryrefslogtreecommitdiffstats
path: root/plugin/rpcplugin/io.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-10702 Moving plugins to use hashicorp go-plugin. (#8978)Christopher Speller2018-06-251-63/+0
| | | | | | * Moving plugins to use hashicorp go-plugin. * Tweaks from feedback.
* add missing license headers, test to makefile (#7711)Chris2017-10-251-0/+3
|
* remove go 1.8 ipc workaround (#7604)Chris2017-10-101-150/+0
|
* PLT-7407: Back-end plugins (#7409)Chris2017-09-111-10/+153
| | | | | | | | | | | | * tie back-end plugins together * fix comment typo * add tests and a bit of polish * tests and polish * add test, don't let backend executable paths escape the plugin directory
* add plugin http handler (#7289)Chris2017-08-281-5/+49
|
* PLT-7407: Back-end plugin mechanism (#7177)Chris2017-08-161-0/+23
* begin backend plugin wip * flesh out rpcplugin. everything done except for minor supervisor stubs * done with basic plugin infrastructure * simplify tests * remove unused test lines