A message system like D-Bus for Liminix, taken from OpenWRT's ubus
Find a file
Felix Fietkau 1d5ac421a5 libubus: do not use uloop_run() inside ubus_complete_request
Avoid unrelated uloop callbacks by using poll() on the ubus fd instead.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2014-03-18 22:36:38 +01:00
examples libubus: close file descriptor after passing it in the status msg 2014-02-27 16:48:55 +01:00
lua ubus: Fix imbalance in lua stack push/pop of values. 2014-02-23 18:20:29 +01:00
systemd add systemd support 2013-03-04 19:11:21 +01: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 cli: use the new json-c library name 2013-05-29 12:53:22 +02:00
libubus-internal.h libubus: do not use uloop_run() inside ubus_complete_request 2014-03-18 22:36:38 +01:00
libubus-io.c libubus: do not use uloop_run() inside ubus_complete_request 2014-03-18 22:36:38 +01:00
libubus-obj.c libubus: implement file descriptor passing support 2014-02-18 15:03:53 +01:00
libubus-req.c libubus: do not use uloop_run() inside ubus_complete_request 2014-03-18 22:36:38 +01:00
libubus-sub.c libubus: fix passing the return code of the subscriber callback to the notifier 2013-03-17 18:29:38 +01:00
libubus.c libubus: implement file descriptor passing support 2014-02-18 15:03:53 +01:00
libubus.h libubus: implement file descriptor passing support 2014-02-18 15:03:53 +01:00
ubus_common.h make UBUS_UNIX_SOCKET configurable via cmake 2013-03-04 19:11:15 +01:00
ubusd.c ubusd: implement protocol support for passing file descriptors as part of request completion msgs from objects to clients 2014-02-18 15:03:53 +01:00
ubusd.h ubusd: implement protocol support for passing file descriptors as part of request completion msgs from objects to clients 2014-02-18 15:03:53 +01: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 ubusd: implement protocol support for passing file descriptors as part of request completion msgs from objects to clients 2014-02-18 15:03:53 +01:00
ubusmsg.h libubus: pull the variable length data array out of struct ubus_msghdr to fix builds with clang 2013-10-29 17:28:37 +01:00