A message system like D-Bus for Liminix, taken from OpenWRT's ubus
Find a file
Felix Fietkau 2224658580 move ubus_start_request to libubus-req.c
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2012-12-14 19:48:26 +01:00
examples ubus: add notification for subscribers present/gone 2012-12-14 13:00:57 +01:00
lua lua: remove a superfluous lua_pop() when checking table style 2012-10-17 15:32:26 +02:00
.gitignore examples: split client/server code 2012-10-24 14:37:57 +02:00
cli.c cli: add array and table types to method signature dump 2012-09-28 23:10:23 +02:00
CMakeLists.txt libubus: refactor code, move request handling to libubus-req.c 2012-12-14 14:13:27 +01:00
libubus-internal.h libubus: refactor code, move request handling to libubus-req.c 2012-12-14 14:13:27 +01:00
libubus-io.c libubus: split out some code into separate source files 2012-10-24 15:07:35 +02:00
libubus-obj.c libubus: reduce code duplication and add stack depth protection for unsubscribe/notify callbacks 2012-12-14 13:42:10 +01:00
libubus-req.c move ubus_start_request to libubus-req.c 2012-12-14 19:48:26 +01:00
libubus-sub.c libubus: reduce code duplication and add stack depth protection for unsubscribe/notify callbacks 2012-12-14 13:42:10 +01:00
libubus.c move ubus_start_request to libubus-req.c 2012-12-14 19:48:26 +01:00
libubus.h ubus: add notification for subscribers present/gone 2012-12-14 13:00:57 +01:00
ubus_common.h add copyright/license information 2011-06-17 16:35:11 +02:00
ubusd.c add copyright/license information 2011-06-17 16:35:11 +02:00
ubusd.h add copyright/license information 2011-06-17 16:35:11 +02:00
ubusd_event.c make a few functions static 2012-05-29 00:40:50 +02: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_obj.c remove the "method" argument for object subscription 2012-12-14 13:11:40 +01:00
ubusd_obj.h remove the "method" argument for object subscription 2012-12-14 13:11:40 +01:00
ubusd_proto.c remove the "method" argument for object subscription 2012-12-14 13:11:40 +01:00
ubusmsg.h ubus: add notification for subscribers present/gone 2012-12-14 13:00:57 +01:00