aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* migrate codebase to use squareball. again :)feature/squareballRafael G. Martins2019-09-0296-7465/+2891
* blogc: loader: minor improvementRafael G. Martins2019-07-241-1/+2
* tests: common: sort: fixesRafael G. Martins2019-07-241-6/+7
* make: fixed filename generation for pagination_tagsRafael G. Martins2019-07-245-14/+571
* make: exec: silent "variable not found" errorsRafael G. Martins2019-07-151-1/+3
* make: exec: trying to fix bug detected by clang-analyzerRafael G. Martins2019-07-151-1/+3
* make: rules: minor improvements in pagination_tagsRafael G. Martins2019-07-151-4/+4
* make: rules: added pagination_tagsRafael G. Martins2019-07-156-45/+260
* build: travis: set osx image properlyRafael G. Martins2019-07-151-1/+1
* build: travis: try to use newer osx image. brew update takes too longRafael G. Martins2019-07-151-1/+1
* build: travis: update brewRafael G. Martins2019-07-151-0/+1
* make: exec: support printing blogc variablesRafael G. Martins2019-07-144-53/+98
* build: version bumpv0.17.0Rafael G. Martins2019-05-021-0/+3
* man: improvementsRafael G. Martins2019-05-022-6/+7
* Revert "build: version bump"Rafael G. Martins2019-05-021-3/+0
* build: version bumpRafael G. Martins2019-05-021-0/+3
* Revert "common: added bc_slist_remove"Rafael G. Martins2019-05-013-55/+0
* Revert "make: support posts autoloading"Rafael G. Martins2019-05-016-393/+24
* make: support posts autoloadingRafael G. Martins2019-04-286-24/+393
* make: support posts sortingRafael G. Martins2019-04-284-3/+235
* blogc: added FILTER_SORT, to sort posts by DATERafael G. Martins2019-04-283-49/+278
* common: added bc_slist_removeRafael G. Martins2019-04-283-0/+55
* common: added bc_slist_sortRafael G. Martins2019-04-285-0/+230
* make: do not follow symlinks when resolving blogcfile pathRafael G. Martins2019-04-255-10/+56
* make: do not call exit directlyRafael G. Martins2019-04-221-1/+1
* build: version bumpv0.16.1Rafael G. Martins2019-04-211-0/+3
* make: man: removed 'atom_legacy_entry_id'Rafael G. Martins2019-04-211-6/+0
* make: removed atom_legacy_entry_id settingRafael G. Martins2019-04-212-95/+22
* make: use permalinks as atom idsRafael G. Martins2019-04-203-78/+78
* build: version bumpv0.16.0Rafael G. Martins2019-04-131-0/+3
* blogc: added support for formatted variables in -pRafael G. Martins2019-04-132-10/+4
* make: fixed reloading of listing_entryRafael G. Martins2019-04-041-0/+2
* make: added listing_entry testRafael G. Martins2019-04-031-3/+14
* make: added support for `blogc -e`Rafael G. Martins2019-04-039-40/+98
* blogc: added `-e` cli option and `listing_entry` template blockRafael G. Martins2019-04-029-49/+332
* blogc: -p should return special code when variable not foundRafael G. Martins2019-03-282-2/+8
* blogc: exit 1 on errorRafael G. Martins2019-03-281-10/+10
* git-receiver: exit 1 on errorRafael G. Martins2019-03-284-33/+33
* runserver: exit 1 on errorRafael G. Martins2019-03-282-12/+12
* make: exit 1 on errorRafael G. Martins2019-03-286-30/+30
* man: improved description of `blogc -p`Rafael G. Martins2019-03-281-7/+7
* blogc: dump source file variables as well as global variablesRafael G. Martins2019-03-272-8/+19
* build: version bumpv0.15.1Rafael G. Martins2019-02-261-0/+3
* build: remove unused configure.ac substitutionRafael G. Martins2019-02-251-1/+0
* blogc: content: do not escape inline codeRafael G. Martins2019-02-243-5/+16
* blogc: sysinfo: simplified username impl. fixed testsRafael G. Martins2019-02-236-71/+14
* build: version bumpv0.15.0Rafael G. Martins2019-02-111-0/+3
* man: added documentation for predefined template variablesRafael G. Martins2019-02-101-0/+47
* blogc: test "inject" functionsRafael G. Martins2019-02-102-0/+87
* blogc: rusage: added tests, fixed minor issueRafael G. Martins2019-02-106-4/+141