| Commit message (Expand) | Author | Age | Files | Lines |
* | blogc: added utf8 validation | Rafael G. Martins | 2016-07-03 | 1 | -0/+20 |
* | build: link debug.c directly to blogc binary | Rafael G. Martins | 2016-06-25 | 1 | -1/+1 |
* | debug: move debug functions to separated file | Rafael G. Martins | 2016-06-25 | 1 | -2/+4 |
* | man: added blogc-pagination(7) | Rafael G. Martins | 2016-04-30 | 1 | -0/+13 |
* | build: fix man page dist | Rafael G. Martins | 2016-04-29 | 1 | -9/+5 |
* | man: added man page for blogc-runserver | Rafael G. Martins | 2016-04-29 | 1 | -0/+13 |
* | man: added man page for blogc-git-receiver | Rafael G. Martins | 2016-04-29 | 1 | -0/+13 |
* | blogc-runserver: import external tool to blogc repository | Rafael G. Martins | 2016-04-27 | 1 | -0/+35 |
* | blogc-git-receiver: import external tool to blogc repository | Rafael G. Martins | 2016-04-27 | 1 | -3/+52 |
* | moved squareball back to blogc source tree. | Rafael G. Martins | 2016-04-27 | 1 | -23/+20 |
* | spec: fixed source dir | Rafael G. Martins | 2016-03-09 | 1 | -0/+1 |
* | travis: added script to upload distfiles | Rafael G. Martins | 2016-03-08 | 1 | -1/+0 |
* | build: added make rule to build srpm | Rafael G. Martins | 2016-03-08 | 1 | -0/+10 |
* | build: replace src/utils with squareball | Rafael G. Martins | 2016-02-26 | 1 | -23/+23 |
* | build: explicit man rules. take 2 | Rafael G. Martins | 2016-02-13 | 1 | -3/+3 |
* | build: explicit man rules | Rafael G. Martins | 2016-02-13 | 1 | -3/+3 |
* | Revert "Revert "build: added git-version-gen support"" | Rafael G. Martins | 2016-01-31 | 1 | -0/+15 |
* | Revert "build: added git-version-gen support" | Rafael G. Martins | 2016-01-14 | 1 | -15/+0 |
* | build: added git-version-gen support | Rafael G. Martins | 2016-01-13 | 1 | -0/+15 |
* | build: add build-aux/build-windows.sh to tarball | Rafael G. Martins | 2016-01-09 | 1 | -0/+1 |
* | Revert "build: removing src/utils and replacing with squareball" | Rafael G. Martins | 2015-12-23 | 1 | -70/+24 |
* | Revert "build: do not touch bundled files if using squareball from system" | Rafael G. Martins | 2015-12-23 | 1 | -7/+5 |
* | build: do not touch bundled files if using squareball from system | Rafael G. Martins | 2015-12-23 | 1 | -5/+7 |
* | build: removing src/utils and replacing with squareball | Rafael G. Martins | 2015-12-23 | 1 | -24/+70 |
* | build: makefile improvements | Rafael G. Martins | 2015-12-23 | 1 | -2/+13 |
* | Revert "content-parser: added basic rst-like directives support" | Rafael G. Martins | 2015-11-04 | 1 | -3/+0 |
* | content-parser: added basic rst-like directives support | Rafael G. Martins | 2015-11-02 | 1 | -0/+3 |
* | datetime-parser: initial implementation. not used yet | Rafael G. Martins | 2015-10-24 | 1 | -0/+20 |
* | build: find -lm properly | Rafael G. Martins | 2015-09-08 | 1 | -0/+1 |
* | build: raise error if trying to rebuild man pages without ronn | Rafael G. Martins | 2015-08-20 | 1 | -0/+8 |
* | build: yet another try to fix man pages | Rafael G. Martins | 2015-08-18 | 1 | -5/+5 |
* | Revert "build: fixed makefile rules to build man pages" | Rafael G. Martins | 2015-08-18 | 1 | -2/+2 |
* | build: fixed makefile rules to build man pages | Rafael G. Martins | 2015-08-18 | 1 | -2/+2 |
* | always install man pages | Rafael G. Martins | 2015-08-18 | 1 | -2/+2 |
* | build: enable ronn support for distcheck | Rafael G. Martins | 2015-06-09 | 1 | -1/+1 |
* | added initial man pages | Rafael G. Martins | 2015-05-15 | 1 | -1/+46 |
* | fixing gcc stupidity | Rafael G. Martins | 2015-05-09 | 1 | -1/+1 |
* | raise warning if user provided DATE for one source file, but not for all sour... | Rafael G. Martins | 2015-05-09 | 1 | -0/+1 |
* | loader: added tests | Rafael G. Martins | 2015-05-09 | 1 | -0/+3 |
* | started implementint a markdown-like syntax for content | Rafael G. Martins | 2015-05-04 | 1 | -0/+20 |
* | added renderer tests | Rafael G. Martins | 2015-04-23 | 1 | -0/+18 |
* | build: added LICENSE to distribution tarball | Rafael G. Martins | 2015-04-20 | 1 | -0/+1 |
* | build: fix valgrind support | Rafael G. Martins | 2015-04-19 | 1 | -11/+7 |
* | build: replace --enable-cmocka with --enable-tests | Rafael G. Martins | 2015-04-19 | 1 | -1/+1 |
* | error: added tests | Rafael G. Martins | 2015-04-19 | 1 | -0/+18 |
* | build: fix | Rafael G. Martins | 2015-04-19 | 1 | -2/+2 |
* | build: fixed valgrind support | Rafael G. Martins | 2015-04-19 | 1 | -23/+2 |
* | loader: added compiler-defined variables | Rafael G. Martins | 2015-04-19 | 1 | -0/+18 |
* | safe mallocs are better :) | Rafael G. Martins | 2015-04-19 | 1 | -0/+1 |
* | added renderer, without tests | Rafael G. Martins | 2015-04-19 | 1 | -0/+2 |