unbreak acl allocation
[project/ubus.git] / ubusd_event.c
2015-06-18 John Crispinmake ubusd_send_event() none static
2015-06-18 John Crispinpass ubus_msg_buf to callback of internal object
2015-04-20 Hans Dedeckerubus: Fix issues reported by static code analysis tool...
2012-05-28 Felix Fietkaumake a few functions static
2011-06-17 Felix Fietkauadd copyright/license information
2011-04-13 Felix Fietkauadd support for a const void * key in avl
2011-02-11 Felix Fietkauremove separate catch all list, always require a patter...
2011-02-10 Felix Fietkaufix initial object event sequence number
2011-02-10 Felix Fietkauadd notifications for registered/unregistered objects...
2011-02-10 Felix Fietkaumove event message formatting into a callback
2011-02-10 Felix Fietkausplit event sending from event forwarding
2011-02-07 Felix Fietkauadd missing include
2011-02-07 Felix Fietkauimplement event pattern matching
2011-02-07 Felix Fietkautrim the wildcard of partial patterns to keep the avl...
2011-02-07 Felix Fietkauremove old data structures
2011-02-07 Felix Fietkauadd code for sending events and fix the code for receiv...
2011-02-05 Felix Fietkauadd functionality for registering anonymous objects...
2011-02-05 Felix Fietkauadd some stub functionality for the ubus event switch