plugin: use RTLD_LOCAL instead of RTLD_GLOBAL when loading library
[project/rpcd.git] / plugin.c
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