summaryrefslogtreecommitdiff
path: root/validate
Commit message (Expand)AuthorAgeFilesLines
* validate: range and base arguments for numeric types, new types hexstring, re...Jo-Philipp Wich2014-02-231-33/+238
* validate: properly deal with datatype expressions containing escaped colonsJo-Philipp Wich2013-11-301-19/+41
* validate: fix length calculation of string literals and store value type for ...Jo-Philipp Wich2013-11-301-2/+6
* 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
* validate: change dt_parse() to return an enum indicating the kind of value th...Jo-Philipp Wich2013-11-282-49/+59
* add a c version of the current uci_valisate call to the cliJohn Crispin2013-11-221-4/+115
* add validation codeJohn Crispin2013-11-153-0/+1049