summaryrefslogtreecommitdiff
path: root/validate/validate.c
Commit message (Expand)AuthorAgeFilesLines
* ubox: Initialize conditionally uninitialized variabledRosen Penev2016-12-191-8/+15
* ubox: Fix some memory leaksRosen Penev2016-12-191-1/+3
* 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: fix length calculation of string literals and store value type for ...Jo-Philipp Wich2013-11-301-2/+6
* validate: change dt_parse() to return an enum indicating the kind of value th...Jo-Philipp Wich2013-11-281-48/+51
* add validation codeJohn Crispin2013-11-151-0/+1015