summaryrefslogtreecommitdiff
path: root/validate/cli.c
Commit message (Expand)AuthorAgeFilesLines
* ubox: Replace { 0 } with {}.Rosen Penev2017-11-061-1/+1
* validate: fix datatype handling of default valuesJo-Philipp Wich2016-07-261-35/+28
* validate: return error on failed validationLuka Perkov2014-06-291-12/+17
* validate: add missing yes/no boolean valuesLuka Perkov2014-06-281-2/+2
* validate: properly deal with datatype expressions containing escaped colonsJo-Philipp Wich2013-11-301-19/+41
* validate: fix return type of dt_parse() callJo-Philipp Wich2013-11-301-1/+1
* validate: support uci lists in cli client and use dt_parse() return value to ...Jo-Philipp Wich2013-11-281-41/+130
* add a c version of the current uci_valisate call to the cliJohn Crispin2013-11-221-4/+115
* add validation codeJohn Crispin2013-11-151-0/+28