summaryrefslogtreecommitdiff
path: root/plugin.c
Commit message (Expand)AuthorAgeFilesLines
* ucode: add ucode interpreter pluginJo-Philipp Wich2021-12-081-1/+5
* treewide: adjust ubus object type namesJo-Philipp Wich2021-12-081-1/+1
* plugin: avoid truncating numeric valuesJo-Philipp Wich2019-11-101-2/+72
* plugin: fix double free in finish callbackJo-Philipp Wich2019-10-291-1/+0
* plugin: do not free method name separatelyJo-Philipp Wich2019-10-291-4/+1
* exec: properly free memory on rpc_exec() errorYousong Zhou2019-10-291-3/+6
* plugin: exec: properly free memory on parse errorYousong Zhou2019-10-291-2/+7
* plugin: fix leaking invoked method name for exec pluginsJo-Philipp Wich2019-10-171-3/+3
* plugin: store pointer to exec timeout value in the ops structureJo-Philipp Wich2018-11-281-0/+1
* plugin: use RTLD_LOCAL instead of RTLD_GLOBAL when loading libraryRafał Miłecki2017-11-091-1/+1
* properly handle return codesJohn Crispin2015-03-281-1/+3
* plugin: fix parsing libexec plugin outputJo-Philipp Wich2014-07-041-5/+2
* Extend copyrightJo-Philipp Wich2014-01-121-1/+1
* plugin: use blobmsg_type() instead of blob_id()Jo-Philipp Wich2013-09-121-2/+2
* Move includes into subdirectoryJo-Philipp Wich2013-09-041-1/+1
* plugin: expose rpc_session_create_cb() and rpc_session_destroy_cb() in plugin...Jo-Philipp Wich2013-09-031-2/+4
* Rename from "luci-rpcd" to "rpcd"Jo-Philipp Wich2013-09-021-1/+1
* Introduce shared object plugin apiJo-Philipp Wich2013-09-021-14/+57
* Register dummy stderr callback when ivoking plugins calls to avoid filling th...Jo-Philipp Wich2013-09-011-2/+8
* Rework plugin support to use incremental json parsing and rpc_exec() framewor...Jo-Philipp Wich2013-09-011-69/+133
* Add initial plugin api supportJo-Philipp Wich2013-08-301-0/+357