libubus: fix multiple inclusions of libubus.h
[project/ubus.git] / libubus.h
2012-06-01 Felix Fietkaulibubus: fix multiple inclusions of libubus.h
2012-05-28 Felix Fietkaulibubus: add support for reconnecting (and re-publishin...
2012-05-19 Felix Fietkauubusd: add support for watching objects to get notified...
2012-05-18 Felix Fietkauuloop: do not use ULOOP_EDGE_TRIGGER for the blocking...
2011-10-27 Felix Fietkaulibubus: limit stack depth for incoming invoke requests
2011-06-17 Felix Fietkauadd copyright/license information
2011-03-27 Felix Fietkausimplify object signatures by reusing the parser policy...
2011-02-26 Felix Fietkauchange the ubus signature type to int instead of the...
2011-02-11 Felix Fietkauadd support for timeouts on synchronous requests
2011-02-07 Felix Fietkaulibubus: add an inline function for socket event handling
2011-02-07 Felix Fietkauadd sender side length checks
2011-02-07 Felix Fietkaureorder a few functions in libubus.h
2011-02-07 Felix Fietkaufix max message length handling - exclude the header
2011-02-07 Felix Fietkauadd code for sending events and fix the code for receiv...
2011-02-06 Felix Fietkauadd a wrapper function for unregistering an event handler
2011-02-06 Felix Fietkauadd ubus_remove_object to libubus
2011-02-06 Felix Fietkaurename publish to add_object
2011-02-05 Felix Fietkauimplement code for receiving events
2011-02-05 Felix Fietkauadd functionality for registering anonymous objects...
2011-01-31 Felix Fietkauadd an inline function to add the ubus socket to uloop
2011-01-31 Felix Fietkauremove an obsolete define
2011-01-31 Felix Fietkaumake ubus_parse_msg static
2011-01-31 Felix Fietkaumake ubus_start_request static
2011-01-31 Felix Fietkaulibubus: add generic lookup code
2011-01-31 Felix Fietkauadd support for data replies
2011-01-31 Felix Fietkauadd a callback for handling lost ubus connections
2011-01-31 Felix Fietkauadd working method calls
2011-01-31 Felix Fietkaulibubus: keep objects in an avl tree
2011-01-31 Felix Fietkauadd request cancelled flag
2011-01-31 Felix Fietkauremove path based invoke functions, add stub implementa...
2011-01-30 Felix Fietkauadd stubs for invoke
2011-01-30 Felix FietkauInitial import