summaryrefslogtreecommitdiff
path: root/ubusmsg.h
Commit message (Collapse)AuthorAgeFilesLines
* ubusd: add monitor supportFelix Fietkau2015-11-191-0/+15
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* add acl codeJohn Crispin2015-06-181-0/+4
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* ubus: increase message size limit and make it configurable at build-timeAlexandru Ardelean2014-07-031-1/+1
|
* libubus: pull the variable length data array out of struct ubus_msghdr to ↵Felix Fietkau2013-10-291-1/+0
| | | | | | fix builds with clang Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* ubusd: implement notify forwarding with status reportingFelix Fietkau2012-12-151-0/+2
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* libubus: add UBUS_ATTR_NO_REPLY and add policy for UBUS_ATTR_ACTIVEFelix Fietkau2012-12-141-0/+1
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* ubus: add notification for subscribers present/goneFelix Fietkau2012-12-141-0/+9
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* watch add/remove -> subscribe/unsubscribe:Felix Fietkau2012-12-131-3/+7
| | | | | | | rename the ADD_WATCH/REMOVE_WATCH messages to SUBSCRIBE/UNSUBSCRIBE and change the message format and libubus API in preparation for adding object notifications Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* libubus: add support for reconnecting (and re-publishing objects)Felix Fietkau2012-05-291-0/+1
|
* ubusd: add support for watching objects to get notified when they go awayFelix Fietkau2012-05-191-0/+5
|
* add an error message for "unknown error"Felix Fietkau2011-09-051-0/+1
|
* add an error code for "operation not supported"Felix Fietkau2011-09-051-0/+1
|
* add copyright/license informationFelix Fietkau2011-06-171-0/+13
|
* add support for timeouts on synchronous requestsFelix Fietkau2011-02-111-0/+1
|
* fix max message length handling - exclude the headerFelix Fietkau2011-02-071-1/+1
|
* rename publish to add_objectFelix Fietkau2011-02-061-2/+2
|
* add functionality for registering anonymous objects as event listenersFelix Fietkau2011-02-051-0/+1
|
* add functions for internal object allocationFelix Fietkau2011-02-051-0/+3
|
* add working method callsFelix Fietkau2011-01-311-0/+1
|
* Initial importFelix Fietkau2011-01-301-0/+72