follow blob_get_int* -> blob_get_u* rename
[project/ubus.git] / cli.c
2011-02-06 Felix Fietkauadd options to override the ubus socket name for the...
2011-02-06 Felix Fietkaucli: display proper types for the method signatures
2011-02-06 Felix Fietkauuse the json to blobmsg library
2011-02-06 Felix Fietkauadd support for parsing method calls with json arguments
2011-02-05 Felix Fietkauimplement code for receiving events
2011-02-05 Felix Fietkaucli: wait for incoming events on listen
2011-02-05 Felix Fietkauadd functionality for registering anonymous objects...
2011-02-05 Felix Fietkauadd some stub functionality for the ubus event switch
2011-02-04 Felix Fietkaucli: return the ubus ret code
2011-01-31 Felix Fietkaulibubus: add generic lookup code
2011-01-31 Felix Fietkaucli: use ubus_invoke() instead of low level handling
2011-01-31 Felix Fietkauadd support for data replies
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