Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: update copyright | Rafael G. Martins | 2019-01-15 | 1 | -1/+1 |
| | |||||
* | *: update copyright | Rafael G. Martins | 2018-10-14 | 1 | -1/+1 |
| | |||||
* | common: added bc_str_to_bool | Rafael G. Martins | 2018-07-25 | 1 | -0/+26 |
| | |||||
* | 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 | 1 | -3/+49 |
| | | | | | | 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 | 1 | -1/+1 |
| | |||||
* | git-receiver: moved shell quote function to common | Rafael G. Martins | 2016-12-21 | 1 | -0/+31 |
| | |||||
* | common: rename macros | Rafael G. Martins | 2016-09-09 | 1 | -18/+18 |
| | |||||
* | *: s/sb_/bc_/g | Rafael G. Martins | 2016-09-03 | 1 | -249/+249 |
| | |||||
* | *: big code reorganization. | Rafael G. Martins | 2016-09-03 | 1 | -0/+992 |
- source and tests are now splitted by target - utils lib is now called common still pending move error.c from blogc to common |