add copyright/license information
[project/ubus.git] / ubusd_proto.c
2011-06-17 Felix Fietkauadd copyright/license information
2011-02-07 Felix Fietkauremove some duplication
2011-02-07 Felix Fietkaumove more protocol related stuff to ubusd_proto.c
2011-02-07 Felix Fietkaumake ubusd_get_client_by_id static
2011-02-07 Felix Fietkaumake ubus_parse_msg static
2011-02-07 Felix Fietkauadd code for sending events and fix the code for receiv...
2011-02-06 Felix Fietkauimplement a handler for UBUS_MSG_REMOVE_OBJECT
2011-02-06 Felix Fietkaufollow blob_get_int* -> blob_get_u* rename
2011-02-06 Felix Fietkaurename publish to add_object
2011-02-05 Felix Fietkaufix message buffering
2011-02-05 Felix Fietkauadd functionality for registering anonymous objects...
2011-02-05 Felix Fietkauadd some stub functionality for the ubus event switch
2011-01-31 Felix Fietkauexport the object type through lookup calls
2011-01-31 Felix Fietkaucleanup, pass both data and status messages on to other...
2011-01-31 Felix Fietkauremove support for path based invoke, add object id...
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