OpenWrt system message/RPC bus

Felix Fietkau b32a0e17b3 libubus: increase stack depth for processing obj msgs 2 years ago
examples afd47189e8 examples: remove dead increments 4 years ago
lua 9ec9cfc657 lua: avoid truncation of large numeric values 2 years ago
tests a1523d76b0 fix blob parsing vulnerability by using blob_parse_untrusted 4 years ago
.gitignore fc913a077d examples: split client/server code 11 years ago
.gitlab-ci.yml 8f2292478c ci: enable unit testing 4 years ago
CMakeLists.txt 90fb56c00b cmake: add a possibility to set library version 2 years ago
cli.c a1523d76b0 fix blob parsing vulnerability by using blob_parse_untrusted 4 years ago
libubus-acl.c d2e026a33d iron out all extra compiler warnings 4 years ago
libubus-internal.h a1523d76b0 fix blob parsing vulnerability by using blob_parse_untrusted 4 years ago
libubus-io.c edda23fd01 libubus: process pending messages in data handler if stack depth is 0 2 years ago
libubus-obj.c a1523d76b0 fix blob parsing vulnerability by using blob_parse_untrusted 4 years ago
libubus-req.c a1523d76b0 fix blob parsing vulnerability by using blob_parse_untrusted 4 years ago
libubus-sub.c 47b38c98ae libubus: fix passing the return code of the subscriber callback to the notifier 11 years ago
libubus.c b32a0e17b3 libubus: increase stack depth for processing obj msgs 2 years ago
libubus.h 24ffe9b582 libubus-req: add data_cb callback handling for ubus notifications 6 years ago
ubus_common.h 060dfbb26d ubus_common: remove duplicate ARRAY_SIZE and add missing include 4 years ago
ubusd.c 38c7fdd899 ubusd: fix tx_queue linked list usage 2 years ago
ubusd.h 8e66b5b1b1 ubusd: add per-client tx queue limit 2 years ago
ubusd_acl.c a1523d76b0 fix blob parsing vulnerability by using blob_parse_untrusted 4 years ago
ubusd_acl.h 221ce7e7ff ubusd_acl: event send access list support 5 years ago
ubusd_event.c c5f2053dfc workaround possibly false positive uses of memory after it is freed 4 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_main.c 38c7fdd899 ubusd: fix tx_queue linked list usage 2 years ago
ubusd_monitor.c c60583743c ubus_monitor: workaround possibly false positive uses of memory after it is freed 4 years ago
ubusd_obj.c c5f2053dfc workaround possibly false positive uses of memory after it is freed 4 years ago
ubusd_obj.h ba607d976b pass ubus_msg_buf to callback of internal object 8 years ago
ubusd_proto.c ef9950cc42 ubusd: convert tx_queue to linked list 2 years ago
ubusmsg.h 47d75dd84a ubusd: add monitor support 8 years ago