Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: ci: osx: update homebrew | Rafael G. Martins | 2020-03-08 | 1 | -0/+1 |
* | build: ci: trying to fix osx build by upgrading it | Rafael G. Martins | 2020-03-08 | 1 | -1/+1 |
* | build: ci: support newer yatr | Rafael G. Martins | 2020-03-07 | 1 | -0/+1 |
* | build: version bumpv0.18.0 | Rafael G. Martins | 2019-09-10 | 1 | -0/+3 |
* | build: do not run tests for rhel8. take 2 | Rafael G. Martins | 2019-09-10 | 1 | -0/+4 |
* | build: do not run tests for rhel8 | Rafael G. Martins | 2019-09-09 | 1 | -0/+2 |
* | build: cmocka is not available for rhel8 right now | Rafael G. Martins | 2019-09-09 | 1 | -1/+4 |
* | common: config-parser: use const for trie data | Rafael G. Martins | 2019-09-09 | 1 | -3/+3 |
* | maint: use python3, sign distfiles | Rafael G. Martins | 2019-09-09 | 1 | -3/+7 |
* | common: prevent stdarg errors when format is NULL | Rafael G. Martins | 2019-09-09 | 4 | -1/+20 |
* | blogc: fixed bug that prevented digits in -D arguments | Rafael G. Martins | 2019-09-04 | 2 | -6/+35 |
* | blogc: loader: minor improvement | Rafael G. Martins | 2019-07-24 | 1 | -1/+2 |
* | tests: common: sort: fixes | Rafael G. Martins | 2019-07-24 | 1 | -6/+7 |
* | make: fixed filename generation for pagination_tags | Rafael G. Martins | 2019-07-24 | 5 | -14/+571 |
* | make: exec: silent "variable not found" errors | Rafael G. Martins | 2019-07-15 | 1 | -1/+3 |
* | make: exec: trying to fix bug detected by clang-analyzer | Rafael G. Martins | 2019-07-15 | 1 | -1/+3 |
* | make: rules: minor improvements in pagination_tags | Rafael G. Martins | 2019-07-15 | 1 | -4/+4 |
* | make: rules: added pagination_tags | Rafael G. Martins | 2019-07-15 | 6 | -45/+260 |
* | build: travis: set osx image properly | Rafael G. Martins | 2019-07-15 | 1 | -1/+1 |
* | build: travis: try to use newer osx image. brew update takes too long | Rafael G. Martins | 2019-07-15 | 1 | -1/+1 |
* | build: travis: update brew | Rafael G. Martins | 2019-07-15 | 1 | -0/+1 |
* | make: exec: support printing blogc variables | Rafael G. Martins | 2019-07-14 | 4 | -53/+98 |
* | build: version bumpv0.17.0 | Rafael G. Martins | 2019-05-02 | 1 | -0/+3 |
* | man: improvements | Rafael G. Martins | 2019-05-02 | 2 | -6/+7 |
* | Revert "build: version bump" | Rafael G. Martins | 2019-05-02 | 1 | -3/+0 |
* | build: version bump | Rafael G. Martins | 2019-05-02 | 1 | -0/+3 |
* | Revert "common: added bc_slist_remove" | Rafael G. Martins | 2019-05-01 | 3 | -55/+0 |
* | Revert "make: support posts autoloading" | Rafael G. Martins | 2019-05-01 | 6 | -393/+24 |
* | make: support posts autoloading | Rafael G. Martins | 2019-04-28 | 6 | -24/+393 |
* | make: support posts sorting | Rafael G. Martins | 2019-04-28 | 4 | -3/+235 |
* | blogc: added FILTER_SORT, to sort posts by DATE | Rafael G. Martins | 2019-04-28 | 3 | -49/+278 |
* | common: added bc_slist_remove | Rafael G. Martins | 2019-04-28 | 3 | -0/+55 |
* | common: added bc_slist_sort | Rafael G. Martins | 2019-04-28 | 5 | -0/+230 |
* | make: do not follow symlinks when resolving blogcfile path | Rafael G. Martins | 2019-04-25 | 5 | -10/+56 |
* | make: do not call exit directly | Rafael G. Martins | 2019-04-22 | 1 | -1/+1 |
* | build: version bumpv0.16.1 | Rafael G. Martins | 2019-04-21 | 1 | -0/+3 |
* | make: man: removed 'atom_legacy_entry_id' | Rafael G. Martins | 2019-04-21 | 1 | -6/+0 |
* | make: removed atom_legacy_entry_id setting | Rafael G. Martins | 2019-04-21 | 2 | -95/+22 |
* | make: use permalinks as atom ids | Rafael G. Martins | 2019-04-20 | 3 | -78/+78 |
* | build: version bumpv0.16.0 | Rafael G. Martins | 2019-04-13 | 1 | -0/+3 |
* | blogc: added support for formatted variables in -p | Rafael G. Martins | 2019-04-13 | 2 | -10/+4 |
* | make: fixed reloading of listing_entry | Rafael G. Martins | 2019-04-04 | 1 | -0/+2 |
* | make: added listing_entry test | Rafael G. Martins | 2019-04-03 | 1 | -3/+14 |
* | make: added support for `blogc -e` | Rafael G. Martins | 2019-04-03 | 9 | -40/+98 |
* | blogc: added `-e` cli option and `listing_entry` template block | Rafael G. Martins | 2019-04-02 | 9 | -49/+332 |
* | blogc: -p should return special code when variable not found | Rafael G. Martins | 2019-03-28 | 2 | -2/+8 |
* | blogc: exit 1 on error | Rafael G. Martins | 2019-03-28 | 1 | -10/+10 |
* | git-receiver: exit 1 on error | Rafael G. Martins | 2019-03-28 | 4 | -33/+33 |
* | runserver: exit 1 on error | Rafael G. Martins | 2019-03-28 | 2 | -12/+12 |
* | make: exit 1 on error | Rafael G. Martins | 2019-03-28 | 6 | -30/+30 |