aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* make: settings: removed unused functionRafael G. Martins2018-12-163-27/+0
|
* github-lambda: http accept code is 202, not 201Rafael G. Martins2018-10-161-1/+1
|
* *: update copyrightRafael G. Martins2018-10-1490-90/+90
|
* github-lambda: fixed bytes/str messRafael G. Martins2018-10-141-20/+21
|
* github-lambda: print traceback on errorsRafael G. Martins2018-10-141-1/+3
|
* github-lambda: support python2. return error from blogc_handlerRafael G. Martins2018-10-141-10/+22
|
* github-lambda: api-gateway handler expects event, not bodyRafael G. Martins2018-10-141-1/+1
|
* github-lambda: support signatureRafael G. Martins2018-10-141-1/+42
|
* github-lambda: support api-gateway webhooksRafael G. Martins2018-10-141-4/+7
| | | | | | github deprecated services, to focus on webhooks. sns won't work anymore https://developer.github.com/changes/2018-10-01-denying-new-github-services/
* build: spec: added explicit gcc build dependencyRafael G. Martins2018-10-111-1/+1
|
* build: spec: s/converts/compiles/Rafael G. Martins2018-10-051-1/+1
|
* man: s/converts/compiles/Rafael G. Martins2018-08-191-1/+1
|
* build: version bumpv0.14.0Rafael G. Martins2018-07-271-0/+3
|
* man: minor fixesRafael G. Martins2018-07-272-2/+2
|
* make: added atom_dump helper ruleRafael G. Martins2018-07-267-13/+311
|
* make: allow custom atom templatesRafael G. Martins2018-07-265-12/+285
|
* make: remove unused variableRafael G. Martins2018-07-261-1/+0
|
* make: use bm_generate_filename when building ctxRafael G. Martins2018-07-261-4/+5
|
* make: prevent dereferencing segfaults. minor style fixesRafael G. Martins2018-07-264-53/+79
|
* man: next version will be 0.14.0, not 0.13.11Rafael G. Martins2018-07-261-2/+2
|
* make: implemented atom_legacy_entry_id settingRafael G. Martins2018-07-254-1/+146
| | | | This allows current users to avoid atom entry id changes.
* common: added bc_str_to_boolRafael G. Martins2018-07-253-0/+53
|
* make: fixed filename generation for rules and atom feedRafael G. Martins2018-07-253-69/+582
|
* make: added utilitary function to generate filenamesRafael G. Martins2018-07-256-24/+236
|
* make: handle empty prefixes properlyRafael G. Martins2018-07-246-21/+94
| | | | still needs to add integration tests
* build: version bumpv0.13.10Rafael G. Martins2018-07-231-0/+3
|
* common: config-parser: fix empty values supportRafael G. Martins2018-07-232-0/+329
|
* Revert "travis: try to fix incompatibility of static bins with fedora"Rafael G. Martins2018-07-152-4/+0
| | | | This reverts commit 8d4f9399c816f63ac62cc32e2b2bdc303d52f249.
* travis: try to fix incompatibility of static bins with fedoraRafael G. Martins2018-07-152-0/+4
| | | | | it looks like fedora doesn't ship with the default locale used by travis-ci.
* build: version bumpv0.13.9Rafael G. Martins2018-06-131-0/+3
|
* build: static-all: remove base directoryRafael G. Martins2018-06-131-5/+4
|
* git-receiver: git shell should reinstall hooks if symlinks are brokenRafael G. Martins2018-06-122-2/+28
|
* build: version bumpv0.13.8Rafael G. Martins2018-06-101-0/+3
|
* git-receiver: fixed memory leakRafael G. Martins2018-06-101-0/+1
|
* git-receiver: fixed segfault on pre-receive hookRafael G. Martins2018-06-102-2/+25
| | | | | if a [repo:*] section was defined in blogc-git-receiver.ini, but was not providing a symlink value, that would result in a segfault.
* build: version bumpv0.13.7Rafael G. Martins2018-06-101-0/+3
|
* git-receiver: man: update documentationRafael G. Martins2018-06-101-5/+19
|
* git-receiver: man: typoRafael G. Martins2018-06-101-1/+1
|
* make: disable post listings if {atom_,}posts_per_page is 0Rafael G. Martins2018-06-103-50/+32
|
* make: test atom_posts_per_page = -1Rafael G. Martins2018-06-101-0/+15
|
* Revert "make: disable pagination rules if <= 0 posts per page"Rafael G. Martins2018-06-103-30/+54
| | | | | | This reverts commit cab17026f64ba78bfd9dcac6327607af8e396ebd. Poorly implemented :/
* make: disable pagination rules if <= 0 posts per pageRafael G. Martins2018-06-093-54/+30
|
* make: fixed typo. `tags` rule was using `atom_posts_per_page`Rafael G. Martins2018-06-091-1/+1
|
* build: added arch to static-all tar file nameRafael G. Martins2018-06-021-1/+1
|
* build: fix static-all tar fileRafael G. Martins2018-06-021-1/+1
|
* build: added static-all targetRafael G. Martins2018-06-023-0/+22
|
* git-receiver: remover unused includesRafael G. Martins2018-05-311-4/+0
|
* git-receiver: allow users to define builds dirRafael G. Martins2018-05-318-18/+40
|
* git-receiver: allow users to define the htdocs symlink pathRafael G. Martins2018-05-312-22/+115
| | | | documentation pending
* git-receiver: centralize settings to reuse laterRafael G. Martins2018-05-309-106/+157
|