Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: update debian/ubuntu releases | Rafael G. Martins | 2022-02-02 | 2 | -8/+8 |
| | |||||
* | blogc: sysinfo: get fqdn if available | Rafael G. Martins | 2021-03-29 | 4 | -3/+52 |
| | |||||
* | build: debian: update chroot before building debs | Rafael G. Martins | 2021-02-10 | 1 | -1/+7 |
| | |||||
* | debian: fixed copyright source url | Rafael G. Martins | 2021-02-10 | 1 | -1/+1 |
| | |||||
* | maint: update readme | Rafael G. Martins | 2021-01-03 | 1 | -4/+9 |
| | |||||
* | build: version bumpv0.20.1 | Rafael G. Martins | 2021-01-02 | 2 | -3/+6 |
| | |||||
* | build: debian: always include original source | Rafael G. Martins | 2021-01-02 | 1 | -0/+1 |
| | |||||
* | Revert "build: version bump" | Rafael G. Martins | 2021-01-02 | 2 | -6/+3 |
| | | | | This reverts commit b5f721368551be572f4e7302c62e8294c2530845. | ||||
* | build: version bump | Rafael G. Martins | 2021-01-02 | 2 | -3/+6 |
| | |||||
* | build: debian: do not download pbuilder chroot if not building debs | Rafael G. Martins | 2021-01-02 | 1 | -5/+5 |
| | |||||
* | Revert "build: version bump" | Rafael G. Martins | 2021-01-02 | 2 | -6/+3 |
| | | | | This reverts commit 96035fe5b08d6891a27251ed71db6dc1fab5052a. | ||||
* | build: version bump | Rafael G. Martins | 2021-01-02 | 2 | -3/+6 |
| | |||||
* | build: debian: typo | Rafael G. Martins | 2021-01-02 | 1 | -1/+1 |
| | |||||
* | build: debian do not build version bump commits | Rafael G. Martins | 2021-01-02 | 1 | -1/+5 |
| | |||||
* | Revert "build: version bump" | Rafael G. Martins | 2021-01-02 | 2 | -6/+3 |
| | | | | This reverts commit 972c57426014e44950e05db5fe7d6f9fbfa41739. | ||||
* | build: version bump | Rafael G. Martins | 2021-01-02 | 2 | -3/+6 |
| | |||||
* | build: debian: split jobs | Rafael G. Martins | 2021-01-02 | 3 | -74/+89 |
| | |||||
* | build: debian: fix metadata | Rafael G. Martins | 2021-01-02 | 2 | -7/+7 |
| | |||||
* | build: debian: several improvements to debian/ubuntu repos | Rafael G. Martins | 2021-01-02 | 2 | -24/+23 |
| | |||||
* | build: debian: fix versioning and ship all deb artifacts | Rafael G. Martins | 2020-12-31 | 1 | -4/+29 |
| | |||||
* | added debian packaging | Rafael G. Martins | 2020-12-31 | 13 | -1/+254 |
| | |||||
* | build: remove hack to use old rubygems | Rafael G. Martins | 2020-11-26 | 1 | -1/+0 |
| | |||||
* | tests: upgrade deprecated cmocka test runner | Rafael G. Martins | 2020-11-05 | 28 | -392/+392 |
| | |||||
* | tests: git-receiver: explicitly include string.h | Rafael G. Martins | 2020-11-05 | 1 | -0/+1 |
| | |||||
* | common: utf: simplified utf-8 validation | Rafael G. Martins | 2020-11-05 | 2 | -15/+5 |
| | | | | | we don't need to evaluate codepoints, just to check if the byte sequences are valid. | ||||
* | blogc: fix post sorting when mixing posts before and after `Sun Sep 9 ↵ | Rafael G. Martins | 2020-10-13 | 2 | -5/+8 |
| | | | | 01:46:40 AM UTC 2001` | ||||
* | build: spec: disable lto and install blogc-toctree(7) | Rafael G. Martins | 2020-09-16 | 1 | -0/+2 |
| | | | | I submitted a modified 0.20.0 spec to copr | ||||
* | build: version bumpv0.20.0 | Rafael G. Martins | 2020-09-15 | 1 | -0/+3 |
| | |||||
* | maint: update gpg key id | Rafael G. Martins | 2020-09-15 | 1 | -1/+1 |
| | |||||
* | blogc: man: added initial blogc-toctree(7) | Rafael G. Martins | 2020-09-12 | 3 | -0/+101 |
| | |||||
* | build: github-actions: update apt database and use ubuntu-20.04 | Rafael G. Martins | 2020-09-11 | 1 | -7/+8 |
| | |||||
* | blogc: generate table of contents tree | Rafael G. Martins | 2020-09-11 | 16 | -164/+1283 |
| | | | | | | | | | | | | | this commit allows users to use the `{{ TOCTREE }}` variable in their templates, to get automatically generated table of contents for entries. The variable is binded to each entry, so it can be used in any block that runs in entry context, like `{% block entry %}`. There's a small performance penalty for this, because the table of contents is rendered for any entry, despite being used or not, and not generated on-demand. still missing documentation. tests are good enough. | ||||
* | maint: readme: minor fix | Rafael G. Martins | 2020-05-31 | 1 | -1/+1 |
| | |||||
* | maint: added instructions on how to produce a release | Rafael G. Martins | 2020-05-31 | 1 | -0/+88 |
| | |||||
* | build: version bumpv0.19.0 | Rafael G. Martins | 2020-05-31 | 1 | -0/+3 |
| | |||||
* | *: update copyright | Rafael G. Martins | 2020-05-31 | 30 | -30/+30 |
| | | | | this time I'm only updating the files I touched this year. | ||||
* | runserver: replace u_int16_t with uint16_t | Rafael G. Martins | 2020-05-31 | 1 | -2/+2 |
| | |||||
* | make: rules: remove generate_files struct field. | Rafael G. Martins | 2020-05-31 | 2 | -28/+9 |
| | | | | | | saying that a `clean` rule generates files is very stupid. we can just assume that any rule that does not implements `outputlist_func` does not generates any files. | ||||
* | common: improve bc_slist_append_list() tests | Rafael G. Martins | 2020-05-30 | 1 | -13/+28 |
| | |||||
* | common: bc_stdin_read() should set read length | Rafael G. Martins | 2020-05-30 | 5 | -10/+22 |
| | |||||
* | git-receiver: pre-receive parser should accept len | Rafael G. Martins | 2020-05-30 | 4 | -17/+21 |
| | |||||
* | make: run blogc-runserver before starting the reloader | Rafael G. Martins | 2020-05-30 | 1 | -12/+37 |
| | |||||
* | blogc: removed unused variable | Rafael G. Martins | 2020-05-29 | 1 | -2/+0 |
| | |||||
* | blogc: use new filelist parser | Rafael G. Martins | 2020-05-29 | 1 | -24/+8 |
| | |||||
* | common: utils: added bc_slist_append_list | Rafael G. Martins | 2020-05-29 | 3 | -0/+44 |
| | |||||
* | blogc: added filelist parser | Rafael G. Martins | 2020-05-29 | 5 | -0/+238 |
| | |||||
* | make: close fds after copying static files | Rafael G. Martins | 2020-05-28 | 1 | -0/+3 |
| | |||||
* | make: rebuild atom feeds on atom template changes | Rafael G. Martins | 2020-05-25 | 1 | -2/+4 |
| | |||||
* | blogc: added listing_empty template block | Rafael G. Martins | 2020-05-16 | 6 | -39/+137 |
| | |||||
* | build: github-actions: simplify steps | Rafael G. Martins | 2020-05-10 | 1 | -8/+1 |
| |