ubus/lua: pass notification name to callback
[project/ubus.git] / libubus-obj.c
2018-01-17 John Crispinvalgrind complained about these
2018-01-17 John Crispinfix invalid close() call
2017-11-13 Bob Hamlibubus: Fix deletion from context's object AVL tree...
2016-12-24 amine ahdAllow sending a fd along a ubus_request
2015-06-18 John Crispinhook acl into libubus
2014-09-15 Felix Fietkaulibubus: preserve the received message buffer for incom...
2014-09-15 Felix Fietkaulibubus: remove ubus_msghdr_data() by passing in the...
2014-04-26 Felix Fietkaulibubus: add support for defining a policy mask
2014-02-18 Felix Fietkaulibubus: implement file descriptor passing support
2013-10-29 Felix Fietkaulibubus: pull the variable length data array out of...
2013-08-29 Lukasz Bajlibubus: Check if remove callback exists before call it
2012-12-14 Felix Fietkaulibubus: do not send a status reply if UBUS_ATTR_NO_REP...
2012-12-14 Felix Fietkaulibubus: reduce code duplication and add stack depth...
2012-10-30 Felix Fietkaulibubus: fix stack space init for processing requests
2012-10-24 Felix Fietkaulibubus: split out some code into separate source files