summaryrefslogtreecommitdiff
path: root/ubusd_obj.h
Commit message (Collapse)AuthorAgeFilesLines
* pass ubus_msg_buf to callback of internal objectJohn Crispin2015-06-181-1/+2
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* remove the "method" argument for object subscriptionFelix Fietkau2012-12-141-2/+1
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* ubus: add notification for subscribers present/goneFelix Fietkau2012-12-141-0/+1
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* watch add/remove -> subscribe/unsubscribe:Felix Fietkau2012-12-131-7/+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>
* ubusd: add support for watching objects to get notified when they go awayFelix Fietkau2012-05-191-0/+13
|
* add copyright/license informationFelix Fietkau2011-06-171-0/+13
|
* implement event pattern matchingFelix Fietkau2011-02-071-0/+2
|
* add functionality for registering anonymous objects as event listenersFelix Fietkau2011-02-051-1/+14
|
* add some stub functionality for the ubus event switchFelix Fietkau2011-02-051-0/+4
|
* remove path based invoke functions, add stub implementation for invoking ↵Felix Fietkau2011-01-311-1/+2
| | | | method calls
* Initial importFelix Fietkau2011-01-301-0/+37