summaryrefslogtreecommitdiff
path: root/ubusd_event.c
Commit message (Expand)AuthorAgeFilesLines
* ubusd: handle invoke on event object without dataErik Karlsson2022-06-011-0/+6
* 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_acl: event send access list supportHans Dedecker2018-10-061-0/+3
* ubusd_acl: event listen access list supportHans Dedecker2018-10-061-0/+3
* ubusd_event: move strmatch_len to ubus_common.hHans Dedecker2018-10-061-10/+1
* ubusd: don't free messages in ubus_send_msg() anymoreAlexandru Ardelean2017-11-131-1/+1
* make ubusd_send_event() none staticJohn Crispin2015-06-181-4/+2
* pass ubus_msg_buf to callback of internal objectJohn Crispin2015-06-181-1/+1
* ubus: Fix issues reported by static code analysis tool KlocworkHans Dedecker2015-04-201-1/+2
* make a few functions staticFelix Fietkau2012-05-291-1/+1
* add copyright/license informationFelix Fietkau2011-06-171-0/+13
* add support for a const void * key in avlFelix Fietkau2011-04-131-3/+4
* remove separate catch all list, always require a pattern argument for registe...Felix Fietkau2011-02-111-61/+17
* fix initial object event sequence numberFelix Fietkau2011-02-101-1/+1
* add notifications for registered/unregistered objects with pathFelix Fietkau2011-02-101-0/+24
* move event message formatting into a callbackFelix Fietkau2011-02-101-16/+27
* split event sending from event forwardingFelix Fietkau2011-02-101-24/+33
* add missing includeFelix Fietkau2011-02-071-0/+1
* implement event pattern matchingFelix Fietkau2011-02-071-7/+56
* trim the wildcard of partial patterns to keep the avl tree sorted properlyFelix Fietkau2011-02-071-2/+14
* remove old data structuresFelix Fietkau2011-02-071-12/+0
* add code for sending events and fix the code for receiving eventsFelix Fietkau2011-02-071-12/+76
* add functionality for registering anonymous objects as event listenersFelix Fietkau2011-02-051-14/+113
* add some stub functionality for the ubus event switchFelix Fietkau2011-02-051-0/+45