summaryrefslogtreecommitdiff
path: root/validate
Commit message (Expand)AuthorAgeFilesLines
* ubox: Replace { 0 } with {}.Rosen Penev2017-11-061-1/+1
* ubox: Initialize conditionally uninitialized variabledRosen Penev2016-12-191-8/+15
* ubox: Fix some memory leaksRosen Penev2016-12-191-1/+3
* 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: add valid bool types enabled/disabledLuka Perkov2014-06-281-2/+2
* validate: fix indentationLuka Perkov2014-06-281-44/+44
* 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