Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: update copyright | Rafael G. Martins | 2019-01-15 | 5 | -5/+5 |
| | |||||
* | *: update copyright | Rafael G. Martins | 2018-10-14 | 5 | -5/+5 |
| | |||||
* | common: added bc_str_to_bool | Rafael G. Martins | 2018-07-25 | 1 | -0/+26 |
| | |||||
* | common: config-parser: fix empty values support | Rafael G. Martins | 2018-07-23 | 1 | -0/+318 |
| | |||||
* | blogc: common: replace unsigned int with size_t | Rafael G. Martins | 2018-03-20 | 1 | -1/+1 |
| | |||||
* | utils: trie: fixed bug in foreach implementation. | Rafael G. Martins | 2017-06-24 | 2 | -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 copyright | Rafael G. Martins | 2017-02-25 | 5 | -5/+5 |
| | |||||
* | config-parser: only allow double-quoted values | Rafael G. Martins | 2017-01-01 | 1 | -9/+9 |
| | |||||
* | config-parser: allow quoted values | Rafael G. Martins | 2017-01-01 | 1 | -4/+111 |
| | |||||
* | config-parser: bc_config_get_list should return array instead of list | Rafael G. Martins | 2016-12-25 | 1 | -15/+18 |
| | |||||
* | config-parser: added support to parse section as list of lines | Rafael G. Martins | 2016-12-25 | 1 | -15/+148 |
| | |||||
* | git-receiver: moved shell quote function to common | Rafael G. Martins | 2016-12-21 | 1 | -0/+31 |
| | |||||
* | config-parser: improved error reporting, added bc_config_get_with_default | Rafael G. Martins | 2016-12-20 | 1 | -4/+13 |
| | |||||
* | tests: added missing include to fix warning | Rafael G. Martins | 2016-10-07 | 1 | -0/+1 |
| | |||||
* | git-receiver: splitted and tested pre-receive input parser | Rafael G. Martins | 2016-10-04 | 1 | -0/+53 |
| | |||||
* | s/blogc_utf8_/bc_utf8_/g | Rafael G. Martins | 2016-09-09 | 1 | -13/+13 |
| | |||||
* | common: added config-parser | Rafael G. Martins | 2016-09-09 | 1 | -0/+434 |
| | |||||
* | common: rename macros | Rafael G. Martins | 2016-09-09 | 1 | -18/+18 |
| | |||||
* | *: moved error handling to src/common/ | Rafael G. Martins | 2016-09-03 | 1 | -0/+109 |
| | |||||
* | *: s/sb_/bc_/g | Rafael G. Martins | 2016-09-03 | 2 | -261/+261 |
| | |||||
* | *: big code reorganization. | Rafael G. Martins | 2016-09-03 | 2 | -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 |