OpenWrt system message/RPC bus

John Crispin ba607d976b pass ubus_msg_buf to callback of internal object 9 years ago
examples 38174a05a5 ubus: Fix memleak in examples/client in case of failure 9 years ago
lua f361bfa5fc lua: fix memory leak problem 9 years ago
systemd 62cdfc3d16 add systemd support 11 years ago
.gitignore fc913a077d examples: split client/server code 11 years ago
CMakeLists.txt 6d24ad71f6 ubus: increase message size limit and make it configurable at build-time 9 years ago
cli.c 2c30506a4f cli: flush stdout after printing an event 9 years ago
libubus-internal.h 3e45a782b2 libubus: remove ubus_msghdr_data() by passing in the right data structure pointer 9 years ago
libubus-io.c 4c4f35cf22 libubus: define _GNU_SOURCE, needed for O_CLOEXEC 9 years ago
libubus-obj.c 9562291f68 libubus: preserve the received message buffer for incoming invoke calls 9 years ago
libubus-req.c 2d660c519d libubus: fix processing queued messages after blocking requests 9 years ago
libubus-sub.c 47b38c98ae libubus: fix passing the return code of the subscriber callback to the notifier 11 years ago
libubus.c 7b79b6226e libubus: expose ubus_connect_ctx() in public API 9 years ago
libubus.h 7b79b6226e libubus: expose ubus_connect_ctx() in public API 9 years ago
ubus_common.h 4d1cdc5527 libubus: replace __init with __constructor 9 years ago
ubusd.c 996e16b2cb ubusd: replace ubusd_msg_unshare() with ubus_msg_new() to prevent invalid free-ing 9 years ago
ubusd.h 37cc5d2f25 ubusd: implement protocol support for passing file descriptors as part of request completion msgs from objects to clients 10 years ago
ubusd_event.c ba607d976b pass ubus_msg_buf to callback of internal object 8 years ago
ubusd_id.c 43d6047c40 ubusd: use avl_strcmp 11 years ago
ubusd_id.h 42bc27ae38 add copyright/license information 13 years ago
ubusd_obj.c 7798d56301 ubus: Fix issues reported by static code analysis tool Klocwork 9 years ago
ubusd_obj.h ba607d976b pass ubus_msg_buf to callback of internal object 8 years ago
ubusd_proto.c ba607d976b pass ubus_msg_buf to callback of internal object 8 years ago
ubusmsg.h 6d24ad71f6 ubus: increase message size limit and make it configurable at build-time 9 years ago