aboutsummaryrefslogtreecommitdiffstats
path: root/tests/common
Commit message (Collapse)AuthorAgeFilesLines
* *: updated copyrightRafael G. Martins2017-02-255-5/+5
|
* 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
|
* git-receiver: moved shell quote function to commonRafael G. Martins2016-12-211-0/+31
|
* config-parser: improved error reporting, added bc_config_get_with_defaultRafael G. Martins2016-12-201-4/+13
|
* tests: added missing include to fix warningRafael G. Martins2016-10-071-0/+1
|
* git-receiver: splitted and tested pre-receive input parserRafael G. Martins2016-10-041-0/+53
|
* s/blogc_utf8_/bc_utf8_/gRafael G. Martins2016-09-091-13/+13
|
* common: added config-parserRafael G. Martins2016-09-091-0/+434
|
* common: rename macrosRafael G. Martins2016-09-091-18/+18
|
* *: moved error handling to src/common/Rafael G. Martins2016-09-031-0/+109
|
* *: s/sb_/bc_/gRafael G. Martins2016-09-032-261/+261
|
* *: big code reorganization.Rafael G. Martins2016-09-032-0/+1093
- source and tests are now splitted by target - utils lib is now called common still pending move error.c from blogc to common