summaryrefslogtreecommitdiff
path: root/ubusd_obj.c
Commit message (Expand)AuthorAgeFilesLines
* workaround possibly false positive uses of memory after it is freedPetr Štetiar2019-12-191-3/+2
* iron out all extra compiler warningsPetr Štetiar2019-12-161-1/+1
* ubusd: add monitor supportFelix Fietkau2015-11-191-0/+1
* hook acl into ubusdJohn Crispin2015-06-181-0/+4
* ubus: Fix issues reported by static code analysis tool KlocworkHans Dedecker2015-04-201-0/+3
* libubus: replace __init with __constructorZefir Kurtisi2014-09-171-1/+1
* remove the "method" argument for object subscriptionFelix Fietkau2012-12-141-3/+2
* ubus: add notification for subscribers present/goneFelix Fietkau2012-12-141-0/+9
* watch add/remove -> subscribe/unsubscribe:Felix Fietkau2012-12-131-20/+20
* ubusd: add support for watching objects to get notified when they go awayFelix Fietkau2012-05-191-0/+33
* ubusd: allow registration of anonymous objects with typeFelix Fietkau2012-05-191-3/+0
* add copyright/license informationFelix Fietkau2011-06-171-0/+13
* add support for a const void * key in avlFelix Fietkau2011-04-131-2/+2
* do not reverse method sorting orderFelix Fietkau2011-03-271-1/+1
* add notifications for registered/unregistered objects with pathFelix Fietkau2011-02-101-0/+2
* follow blob_get_int* -> blob_get_u* renameFelix Fietkau2011-02-061-1/+1
* fix event handler list initializationFelix Fietkau2011-02-061-1/+1
* add functionality for registering anonymous objects as event listenersFelix Fietkau2011-02-051-2/+6
* add some stub functionality for the ubus event switchFelix Fietkau2011-02-051-8/+6
* add functions for internal object allocationFelix Fietkau2011-02-051-15/+40
* remove path based invoke functions, add stub implementation for invoking meth...Felix Fietkau2011-01-311-0/+1
* Initial importFelix Fietkau2011-01-301-0/+147