| Commit message (Expand) | Author | Age | Files | Lines |
* | make: do not follow symlinks when resolving blogcfile path | Rafael G. Martins | 2019-04-25 | 3 | -10/+49 |
* | make: do not call exit directly | Rafael G. Martins | 2019-04-22 | 1 | -1/+1 |
* | make: removed atom_legacy_entry_id setting | Rafael G. Martins | 2019-04-21 | 1 | -11/+8 |
* | make: use permalinks as atom ids | Rafael G. Martins | 2019-04-20 | 1 | -2/+2 |
* | make: fixed reloading of listing_entry | Rafael G. Martins | 2019-04-04 | 1 | -0/+2 |
* | make: added support for `blogc -e` | Rafael G. Martins | 2019-04-03 | 7 | -28/+50 |
* | make: exit 1 on error | Rafael G. Martins | 2019-03-28 | 6 | -30/+30 |
* | *: update copyright | Rafael G. Martins | 2019-01-15 | 19 | -19/+19 |
* | make: fixed bug when trying to call a rule with incomplete name | Rafael G. Martins | 2019-01-15 | 1 | -1/+2 |
* | make: include limits.h | Rafael G. Martins | 2018-12-17 | 1 | -0/+1 |
* | make: fixed memory leak | Rafael G. Martins | 2018-12-17 | 1 | -0/+1 |
* | git-receiver: make: runserver: improved realpath(3) usage | Rafael G. Martins | 2018-12-17 | 1 | -4/+11 |
* | make: settings: removed unused function | Rafael G. Martins | 2018-12-16 | 2 | -24/+0 |
* | *: update copyright | Rafael G. Martins | 2018-10-14 | 19 | -19/+19 |
* | make: added atom_dump helper rule | Rafael G. Martins | 2018-07-26 | 3 | -12/+52 |
* | make: allow custom atom templates | Rafael G. Martins | 2018-07-26 | 3 | -7/+24 |
* | make: remove unused variable | Rafael G. Martins | 2018-07-26 | 1 | -1/+0 |
* | make: use bm_generate_filename when building ctx | Rafael G. Martins | 2018-07-26 | 1 | -4/+5 |
* | make: prevent dereferencing segfaults. minor style fixes | Rafael G. Martins | 2018-07-26 | 4 | -53/+79 |
* | make: implemented atom_legacy_entry_id setting | Rafael G. Martins | 2018-07-25 | 2 | -1/+12 |
* | make: fixed filename generation for rules and atom feed | Rafael G. Martins | 2018-07-25 | 1 | -11/+28 |
* | make: added utilitary function to generate filenames | Rafael G. Martins | 2018-07-25 | 3 | -24/+95 |
* | make: handle empty prefixes properly | Rafael G. Martins | 2018-07-24 | 4 | -18/+26 |
* | make: disable post listings if {atom_,}posts_per_page is 0 | Rafael G. Martins | 2018-06-10 | 1 | -1/+28 |
* | Revert "make: disable pagination rules if <= 0 posts per page" | Rafael G. Martins | 2018-06-10 | 1 | -27/+3 |
* | make: disable pagination rules if <= 0 posts per page | Rafael G. Martins | 2018-06-09 | 1 | -3/+27 |
* | make: fixed typo. `tags` rule was using `atom_posts_per_page` | Rafael G. Martins | 2018-06-09 | 1 | -1/+1 |
* | make: run the build rule before starting httpd for runserver rule | Rafael G. Martins | 2018-05-14 | 1 | -0/+15 |
* | make: improve blogc output formatting | Rafael G. Martins | 2018-05-14 | 1 | -31/+28 |
* | Revert "make: trying to fix osx build due to lack of SIGRTMAX" | Rafael G. Martins | 2018-05-13 | 1 | -8/+0 |
* | make: simplified signal logic | Rafael G. Martins | 2018-05-13 | 2 | -11/+14 |
* | make: trying to fix osx build due to lack of SIGRTMAX | Rafael G. Martins | 2018-05-13 | 1 | -0/+8 |
* | make: added 'watch' rule. improved 'runserver' rule. | Rafael G. Martins | 2018-05-13 | 5 | -71/+186 |
* | make: git-receiver: fixed conversion from wait status to status code | Rafael G. Martins | 2018-05-13 | 1 | -2/+3 |
* | Revert "build: introduced an unused variable to test clang-analyzer" | Rafael G. Martins | 2018-05-07 | 1 | -3/+0 |
* | build: introduced an unused variable to test clang-analyzer | Rafael G. Martins | 2018-05-07 | 1 | -0/+3 |
* | Revert "build: introduced a minor memory leak to test clang-analyzer" | Rafael G. Martins | 2018-05-07 | 1 | -2/+2 |
* | build: introduced a minor memory leak to test clang-analyzer | Rafael G. Martins | 2018-05-07 | 1 | -2/+2 |
* | make: fixed pagination, added tests | Rafael G. Martins | 2018-03-20 | 1 | -2/+2 |
* | make: allow to disable pagination by setting posts_per_page<0 | Rafael G. Martins | 2018-03-20 | 1 | -15/+23 |
* | make: exec: always print stderr, if available | Rafael G. Martins | 2018-03-20 | 1 | -7/+4 |
* | blogc: common: replace unsigned int with size_t | Rafael G. Martins | 2018-03-20 | 1 | -1/+1 |
* | make: avoid infinite-loop if posts_per_page <= 0 | Rafael G. Martins | 2018-03-20 | 1 | -0/+3 |
* | Revert "Revert "make: fixed context reloading"" | Rafael G. Martins | 2018-03-14 | 3 | -12/+12 |
* | Revert "make: fixed context reloading" | Rafael G. Martins | 2018-03-13 | 3 | -12/+12 |
* | make: added missing include | Rafael G. Martins | 2018-03-13 | 1 | -0/+1 |
* | make: fixed context reloading | Rafael G. Martins | 2018-03-13 | 3 | -12/+12 |
* | make: rename TAG_CLOUD to MAKE_TAGS | Rafael G. Martins | 2018-03-12 | 1 | -1/+1 |
* | make: added `MAKE_POST` var to `posts` and `pages` rules | Rafael G. Martins | 2018-03-11 | 5 | -34/+49 |
* | make: typo | Rafael G. Martins | 2018-03-11 | 1 | -1/+1 |