sys: use "Auto-Installed" field for packagelist
[project/rpcd.git] / plugin.c
2021-12-08 Jo-Philipp Wichucode: add ucode interpreter plugin
2021-12-08 Jo-Philipp Wichtreewide: adjust ubus object type names
2019-11-10 Jo-Philipp Wichplugin: avoid truncating numeric values
2019-10-29 Jo-Philipp Wichplugin: fix double free in finish callback
2019-10-29 Jo-Philipp Wichplugin: do not free method name separately
2019-10-29 Yousong Zhouexec: properly free memory on rpc_exec() error
2019-10-29 Yousong Zhouplugin: exec: properly free memory on parse error
2019-10-17 Jo-Philipp Wichplugin: fix leaking invoked method name for exec plugins
2018-11-28 Jo-Philipp Wichplugin: store pointer to exec timeout value in the...
2017-11-09 Rafał Miłeckiplugin: use RTLD_LOCAL instead of RTLD_GLOBAL when...
2015-03-28 John Crispinproperly handle return codes
2014-07-03 Jo-Philipp Wichplugin: fix parsing libexec plugin output
2014-01-12 Jo-Philipp WichExtend copyright
2013-09-12 Jo-Philipp Wichplugin: use blobmsg_type() instead of blob_id()
2013-09-04 Jo-Philipp WichMove includes into subdirectory
2013-09-03 Jo-Philipp Wichplugin: expose rpc_session_create_cb() and rpc_session_...
2013-09-02 Jo-Philipp WichRename from "luci-rpcd" to "rpcd"
2013-09-02 Jo-Philipp WichIntroduce shared object plugin api
2013-09-01 Jo-Philipp WichRegister dummy stderr callback when ivoking plugins...
2013-09-01 Jo-Philipp WichRework plugin support to use incremental json parsing...
2013-08-30 Jo-Philipp WichAdd initial plugin api support