aboutsummaryrefslogtreecommitdiffstats
path: root/tests/common
Commit message (Collapse)AuthorAgeFilesLines
* tests: upgrade deprecated cmocka test runnerRafael G. Martins2020-11-056-76/+76
|
* common: utf: simplified utf-8 validationRafael G. Martins2020-11-051-0/+4
| | | | | we don't need to evaluate codepoints, just to check if the byte sequences are valid.
* *: update copyrightRafael G. Martins2020-05-312-2/+2
| | | | this time I'm only updating the files I touched this year.
* common: improve bc_slist_append_list() testsRafael G. Martins2020-05-301-13/+28
|
* common: bc_stdin_read() should set read lengthRafael G. Martins2020-05-301-2/+6
|
* common: utils: added bc_slist_append_listRafael G. Martins2020-05-291-0/+27
|
* common: prevent stdarg errors when format is NULLRafael G. Martins2019-09-092-1/+10
|
* tests: common: sort: fixesRafael G. Martins2019-07-241-6/+7
|
* Revert "common: added bc_slist_remove"Rafael G. Martins2019-05-011-35/+0
| | | | This reverts commit 0cfb3dad5de015b658b0917c43fabe420781f39f.
* common: added bc_slist_removeRafael G. Martins2019-04-281-0/+35
|
* common: added bc_slist_sortRafael G. Martins2019-04-281-0/+147
|
* *: update copyrightRafael G. Martins2019-01-155-5/+5
|
* *: update copyrightRafael G. Martins2018-10-145-5/+5
|
* common: added bc_str_to_boolRafael G. Martins2018-07-251-0/+26
|
* common: config-parser: fix empty values supportRafael G. Martins2018-07-231-0/+318
|
* blogc: common: replace unsigned int with size_tRafael G. Martins2018-03-201-1/+1
|
* utils: trie: fixed bug in foreach implementation.Rafael G. Martins2017-06-242-3/+82
| | | | | | 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-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