summaryrefslogtreecommitdiff
path: root/libubus-sub.c
Commit message (Expand)AuthorAgeFilesLines
* libubus: fix passing the return code of the subscriber callback to the notifierFelix Fietkau2013-03-171-1/+1
* libubus: check if subscriber cb is non-NULL before calling itFelix Fietkau2012-12-141-1/+2
* libubus: reduce code duplication and add stack depth protection for unsubscri...Felix Fietkau2012-12-141-43/+1
* remove the "method" argument for object subscriptionFelix Fietkau2012-12-141-5/+3
* ubus: add notification for subscribers present/goneFelix Fietkau2012-12-141-0/+18
* watch add/remove -> subscribe/unsubscribe:Felix Fietkau2012-12-131-0/+94