move event message formatting into a callback
[project/ubus.git] / libubus.h
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