libubus: do not modify uloop_cancelled
[project/ubus.git] / cli.c
2016-10-12 Alexandru Ardeleancli: register event handler first, then do lookup
2016-02-29 Zhao, Gangcli: add timeout support for listen command
2016-02-29 Zhao, Gangcli: static keyword tweak
2015-11-19 Felix Fietkaucli: add monitor support
2015-05-12 Felix Fietkaucli: flush stdout after printing an event
2014-05-06 Felix Fietkaucli: implement wait_for
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