aboutsummaryrefslogtreecommitdiffstats
path: root/tests/common/check_config_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* *: use squareballRafael G. Martins2018-04-051-719/+0
| | | | yeah, changed my mind again :)
* utils: trie: fixed bug in foreach implementation.Rafael G. Martins2017-06-241-0/+33
| | | | | | when looping through the tree, the algorithm would stop, if found a '\0' in the key of the tree node. there should be no "child" field after a '\0', but "next" fields may exist.
* *: updated copyrightRafael G. Martins2017-02-251-1/+1
|
* config-parser: only allow double-quoted valuesRafael G. Martins2017-01-011-9/+9
|
* config-parser: allow quoted valuesRafael G. Martins2017-01-011-4/+111
|
* config-parser: bc_config_get_list should return array instead of listRafael G. Martins2016-12-251-15/+18
|
* config-parser: added support to parse section as list of linesRafael G. Martins2016-12-251-15/+148
|
* config-parser: improved error reporting, added bc_config_get_with_defaultRafael G. Martins2016-12-201-4/+13
|
* common: added config-parserRafael G. Martins2016-09-091-0/+434