move ubus_start_request to libubus-req.c
[project/ubus.git] / ubusd_proto.c
2012-12-14 Felix Fietkauremove the "method" argument for object subscription
2012-12-14 Felix Fietkauubus: add notification for subscribers present/gone
2012-12-13 Felix Fietkauwatch add/remove -> subscribe/unsubscribe:
2012-05-19 Felix Fietkauubusd: add support for watching objects to get notified...
2011-10-28 Felix Fietkaufix unused but set variable
2011-09-14 Felix Fietkauubusd: fix a use after free bug
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