aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* blogc: sysinfo: added testsRafael G. Martins2019-02-107-5/+304
|
* blogc: funcvars: code simplified, added testsRafael G. Martins2019-02-106-10/+117
|
* blogc: template: allow whitespaces in template tags, not just spacesRafael G. Martins2019-02-094-16/+154
|
* blogc: sysinfo: fix memory leakRafael G. Martins2019-02-081-0/+1
|
* blogc: added "inside docker" template variableRafael G. Martins2019-02-044-1/+44
|
* blogc: added username template variableRafael G. Martins2019-02-034-1/+50
|
* blogc: added datetime template variableRafael G. Martins2019-02-033-0/+46
|
* blogc: unistd.h wont provide gethostnameRafael G. Martins2019-02-032-0/+3
|
* blogc: added hostmane template variableRafael G. Martins2019-02-035-1/+80
|
* blogc: rusage: fix formattingRafael G. Martins2019-02-021-4/+4
|
* blogc: optimized getrusage callsRafael G. Martins2019-02-024-43/+31
|
* blogc: fix rusage macroRafael G. Martins2019-02-021-2/+6
|
* blogc: do not add rusage vars if not supportedRafael G. Martins2019-02-023-1/+22
|
* blogc: added template variables for memory and cpu time resource usageRafael G. Martins2019-02-027-4/+188
| | | | | | | this include infrastructure required to have variables evaluated as lazy function calls. missing tests, docs and improvements.
* build: version bumpv0.14.1Rafael G. Martins2019-01-151-0/+3
|
* *: update copyrightRafael G. Martins2019-01-1589-89/+89
|
* removed blogc-github-lambdaRafael G. Martins2019-01-155-281/+1
| | | | it will be provided in a separate repository soon
* make: fixed bug when trying to call a rule with incomplete nameRafael G. Martins2019-01-151-1/+2
| | | | | previous code was calling all the rules that matched the substring provided. it should only run exact matches.
* renderer: fix a (very) unlikely segfault detected by scan-buildRafael G. Martins2018-12-201-2/+2
|
* Revert "travis: use ronn from apt on ubuntu"Rafael G. Martins2018-12-201-6/+2
| | | | This reverts commit 5eb6ae67eaf8aacd2adbee255c35d9657fa07ae8.
* travis: use ronn from apt on ubuntuRafael G. Martins2018-12-201-2/+6
|
* travis: migrate to ubuntu xenial. use homebrew addonRafael G. Martins2018-12-201-4/+6
|
* make: include limits.hRafael G. Martins2018-12-171-0/+1
|
* make: fixed memory leakRafael G. Martins2018-12-171-0/+1
|
* git-receiver: make: runserver: improved realpath(3) usageRafael G. Martins2018-12-174-9/+26
|
* 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