summaryrefslogtreecommitdiff
path: root/json_script.c
Commit message (Expand)AuthorAgeFilesLines
* blobmsg: implicitly reserve space for 0-terminator in string buf allocFelix Fietkau2022-05-121-2/+2
* json_script: fix unannotated fall-through warningFelix Fietkau2021-05-161-1/+1
* iron out all extra compiler warningsPetr Štetiar2019-11-201-7/+10
* json_script: enable custom expr handler callbackDenis Osvald2017-06-011-2/+5
* Fix various memory management issuesMatthias Schiffer2016-06-261-2/+15
* json_script: add "isdir" supportYousong Zhou2016-02-201-0/+26
* json_script: allow non-string types in command argumentsFelix Fietkau2015-11-081-2/+2
* json_script: add support for aborting script processingFelix Fietkau2015-11-061-0/+5
* json_script: fix logic invert of handle_expr_not().Yousong Zhou2014-12-221-1/+5
* json_script: remove unneed argument check before calling __json_script_file_f...Yousong Zhou2014-12-111-2/+1
* json_script: fix eval_string().Yousong Zhou2014-12-111-2/+2
* json_script: fix a segfault in the file free handlerFelix Fietkau2014-05-261-4/+10
* json_script: add json_script_run_file()Felix Fietkau2014-04-281-4/+11
* json_script: implement json_script_eval_stringFelix Fietkau2014-04-281-6/+23
* json_script: do not rely on global includes for other libubox header filesFelix Fietkau2013-03-021-2/+1
* add json_script, a minimalistic JSON based script interpreterFelix Fietkau2013-02-281-0/+622