summaryrefslogtreecommitdiff
path: root/cli.c
Commit message (Expand)AuthorAgeFilesLines
* cli: improve error logging for call commandstaging/stintel/devStijn Tintel2022-02-281-2/+23
* cli: use UBUS_STATUS_PARSE_ERRORStijn Tintel2022-02-281-6/+2
* cli: document usage of "subscribe" commandRafał Miłecki2020-08-051-0/+1
* fix blob parsing vulnerability by using blob_parse_untrustedPetr Štetiar2019-12-191-1/+1
* iron out all extra compiler warningsPetr Štetiar2019-12-161-5/+6
* cli: fix listen_timeout compile issueHans Dedecker2017-02-201-2/+2
* cli: do not use default timeout for listenFelix Fietkau2017-02-151-1/+4
* cli: add support for subscribing to objectsFelix Fietkau2017-02-141-13/+73
* cli: register event handler first, then do lookupAlexandru Ardelean2016-10-121-2/+5
* cli: add timeout support for listen commandZhao, Gang2016-02-291-5/+20
* cli: static keyword tweakZhao, Gang2016-02-291-3/+3
* cli: add monitor supportFelix Fietkau2015-11-191-1/+191
* cli: flush stdout after printing an eventFelix Fietkau2015-05-121-0/+1
* cli: implement wait_forFelix Fietkau2014-05-061-0/+102
* cli: add array and table types to method signature dumpFelix Fietkau2012-09-281-0/+2
* cli: prevent indenting if simple output is requestedFelix Fietkau2012-05-061-1/+1
* add -vFelix Fietkau2011-09-051-2/+7
* cli: indent call result dataFelix Fietkau2011-07-181-2/+2
* add copyright/license informationFelix Fietkau2011-06-171-0/+13
* suppress stderr output with -SFelix Fietkau2011-03-271-6/+10
* improve output for scriptsFelix Fietkau2011-03-271-2/+13
* use int8 as booleanFelix Fietkau2011-03-271-0/+1
* add support for timeouts on synchronous requestsFelix Fietkau2011-02-111-2/+6
* remove separate catch all list, always require a pattern argument for registe...Felix Fietkau2011-02-111-6/+14
* cli: clean up codeFelix Fietkau2011-02-071-46/+72
* cli: use stdout for outputFelix Fietkau2011-02-071-3/+3
* add code for sending events and fix the code for receiving eventsFelix Fietkau2011-02-071-6/+18
* more const for the signature type tableFelix Fietkau2011-02-071-1/+1
* add options to override the ubus socket name for the cli and the example programFelix Fietkau2011-02-061-25/+50
* cli: display proper types for the method signaturesFelix Fietkau2011-02-061-1/+23
* use the json to blobmsg libraryFelix Fietkau2011-02-061-79/+2
* add support for parsing method calls with json argumentsFelix Fietkau2011-02-061-2/+89
* implement code for receiving eventsFelix Fietkau2011-02-051-2/+22
* cli: wait for incoming events on listenFelix Fietkau2011-02-051-0/+5
* add functionality for registering anonymous objects as event listenersFelix Fietkau2011-02-051-1/+27
* add some stub functionality for the ubus event switchFelix Fietkau2011-02-051-0/+3
* cli: return the ubus ret codeFelix Fietkau2011-02-051-1/+1
* libubus: add generic lookup codeFelix Fietkau2011-01-311-51/+14
* cli: use ubus_invoke() instead of low level handlingFelix Fietkau2011-01-311-6/+2
* add support for data repliesFelix Fietkau2011-01-311-2/+11
* remove path based invoke functions, add stub implementation for invoking meth...Felix Fietkau2011-01-311-4/+36
* add stubs for invokeFelix Fietkau2011-01-301-4/+13
* Initial importFelix Fietkau2011-01-301-0/+73