A message system like D-Bus for Liminix, taken from OpenWRT's ubus
Find a file
John Crispin ba607d976b pass ubus_msg_buf to callback of internal object
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-06-18 19:01:17 +02:00
examples ubus: Fix memleak in examples/client in case of failure 2015-05-08 12:06:39 +02:00
lua lua: fix memory leak problem 2015-05-25 23:06:19 +02: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: flush stdout after printing an event 2015-05-12 16:56:09 +02:00
CMakeLists.txt ubus: increase message size limit and make it configurable at build-time 2014-07-03 12:44:19 +02:00
libubus-internal.h libubus: remove ubus_msghdr_data() by passing in the right data structure pointer 2014-09-15 15:33:27 +02:00
libubus-io.c libubus: define _GNU_SOURCE, needed for O_CLOEXEC 2014-09-17 13:32:43 +02:00
libubus-obj.c libubus: preserve the received message buffer for incoming invoke calls 2014-09-15 15:40:07 +02:00
libubus-req.c libubus: fix processing queued messages after blocking requests 2015-01-22 13:30:20 +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: expose ubus_connect_ctx() in public API 2014-10-14 09:57:11 +02:00
libubus.h libubus: expose ubus_connect_ctx() in public API 2014-10-14 09:57:11 +02:00
ubus_common.h libubus: replace __init with __constructor 2014-09-17 13:29:24 +02:00
ubusd.c ubusd: replace ubusd_msg_unshare() with ubus_msg_new() to prevent invalid free-ing 2014-07-03 12:45:49 +02: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 pass ubus_msg_buf to callback of internal object 2015-06-18 19:01:17 +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 ubus: Fix issues reported by static code analysis tool Klocwork 2015-04-20 15:43:19 +02:00
ubusd_obj.h pass ubus_msg_buf to callback of internal object 2015-06-18 19:01:17 +02:00
ubusd_proto.c pass ubus_msg_buf to callback of internal object 2015-06-18 19:01:17 +02:00
ubusmsg.h ubus: increase message size limit and make it configurable at build-time 2014-07-03 12:44:19 +02:00