A message system like D-Bus for Liminix, taken from OpenWRT's ubus
Find a file
Felix Fietkau f84eb5998c libubus: fix initial subscribe with autosubscribe
Lookup + callbacks need to run after the subscriber object has been registered

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2023-11-28 13:52:58 +01:00
examples examples: remove dead increments 2019-12-16 23:39:16 +01:00
lua lua: add optional path filter to objects() method 2022-05-30 07:00:52 +02:00
tests tests: cram: fix usage test 2020-08-05 10:27:24 +02:00
.gitignore examples: split client/server code 2012-10-24 14:37:57 +02:00
.gitlab-ci.yml ci: enable unit testing 2019-12-26 09:46:05 +01:00
cli.c cli: improve error logging for call command 2022-02-28 16:07:49 +02:00
CMakeLists.txt cmake: add a possibility to set library version 2021-02-15 19:12:12 +01:00
libubus-acl.c iron out all extra compiler warnings 2019-12-16 23:39:16 +01:00
libubus-internal.h fix blob parsing vulnerability by using blob_parse_untrusted 2019-12-19 19:53:25 +01:00
libubus-io.c libubus: fix reconnect with auto subscribe 2023-11-28 13:17:43 +01:00
libubus-obj.c fix blob parsing vulnerability by using blob_parse_untrusted 2019-12-19 19:53:25 +01:00
libubus-req.c fix blob parsing vulnerability by using blob_parse_untrusted 2019-12-19 19:53:25 +01:00
libubus-sub.c libubus: fix initial subscribe with autosubscribe 2023-11-28 13:52:58 +01:00
libubus.c Add auto subscribe support 2023-11-14 22:29:04 +01:00
libubus.h Add auto subscribe support 2023-11-14 22:29:04 +01:00
ubus_common.h ubus_common: remove duplicate ARRAY_SIZE and add missing include 2019-12-19 11:18:07 +01:00
ubusd.c ubusd: fix tx_queue linked list usage 2021-06-30 21:01:50 +02:00
ubusd.h ubusd: add lookup command queuing support 2022-06-15 19:59:40 +02:00
ubusd_acl.c ubusd: log ACL init errors 2021-09-07 09:39:18 +02:00
ubusd_acl.h ubusd_acl: event send access list support 2018-10-06 20:40:24 +02:00
ubusd_event.c ubusd: handle invoke on event object without data 2022-06-01 22:17:59 +01:00
ubusd_id.c ubusd: use avl_strcmp 2012-12-11 23:38:00 +01:00
ubusd_id.h add copyright/license information 2011-06-17 16:35:11 +02:00
ubusd_main.c ubusd: add lookup command queuing support 2022-06-15 19:59:40 +02:00
ubusd_monitor.c ubus_monitor: workaround possibly false positive uses of memory after it is freed 2019-12-19 19:53:25 +01:00
ubusd_obj.c workaround possibly false positive uses of memory after it is freed 2019-12-19 11:18:07 +01:00
ubusd_obj.h pass ubus_msg_buf to callback of internal object 2015-06-18 19:01:17 +02:00
ubusd_proto.c ubusd: add lookup command queuing support 2022-06-15 19:59:40 +02:00
ubusmsg.h libubus: introduce new status messages 2022-02-28 16:07:18 +02:00