summaryrefslogtreecommitdiffstats
path: root/plugin/rpcplugin
Commit message (Collapse)AuthorAgeFilesLines
* make hooks optional, short circuit if unimplemented (#7263)Chris2017-08-215-49/+156
|
* windows support for plugin ipc (#7251)Chris2017-08-185-15/+649
| | | | | | * windows support for plugin ipc * unix test fix
* PLT-7407: Back-end plugin mechanism (#7177)Chris2017-08-1617-0/+1299
* 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