libubus: fix logic inversion for cancelling requests
[project/ubus.git] / cli.c
2012-09-28 Felix Fietkaucli: add array and table types to method signature...
2012-05-06 Felix Fietkaucli: prevent indenting if simple output is requested
2011-09-05 Felix Fietkauadd -v
2011-07-18 Felix Fietkaucli: indent call result data
2011-06-17 Felix Fietkauadd copyright/license information
2011-03-27 Felix Fietkausuppress stderr output with -S
2011-03-27 Felix Fietkauimprove output for scripts
2011-03-27 Felix Fietkauuse int8 as boolean
2011-02-11 Felix Fietkauadd support for timeouts on synchronous requests
2011-02-11 Felix Fietkauremove separate catch all list, always require a patter...
2011-02-07 Felix Fietkaucli: clean up code
2011-02-07 Felix Fietkaucli: use stdout for output
2011-02-07 Felix Fietkauadd code for sending events and fix the code for receiv...
2011-02-06 Felix Fietkaumore const for the signature type table
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