aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* update .gitignoreRafael G. Martins2022-02-101-0/+1
|
* added debian packagingRafael G. Martins2020-12-311-0/+13
|
* blogc: generate table of contents treeRafael G. Martins2020-09-111-0/+3
| | | | | | | | | | | | | 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.
* blogc: added filelist parserRafael G. Martins2020-05-291-0/+1
|
* common: added bc_slist_sortRafael G. Martins2019-04-281-0/+1
|
* blogc: rusage: added tests, fixed minor issueRafael G. Martins2019-02-101-0/+1
|
* blogc: sysinfo: added testsRafael G. Martins2019-02-101-0/+2
|
* blogc: funcvars: code simplified, added testsRafael G. Martins2019-02-101-0/+1
|
* removed blogc-github-lambdaRafael G. Martins2019-01-151-7/+0
| | | | it will be provided in a separate repository soon
* make: added utilitary function to generate filenamesRafael G. Martins2018-07-251-0/+1
|
* git-receiver: centralize settings to reuse laterRafael G. Martins2018-05-301-1/+1
|
* build: use yatrRafael G. Martins2018-05-071-3/+3
|
* maint: added script to download distfilesRafael G. Martins2018-02-221-0/+2
|
* man: added blogcfile.5, updated some other pagesRafael G. Martins2017-11-181-1/+1
|
* github-lambda: added blogc version informationRafael G. Martins2017-03-221-0/+1
|
* make: parse runserver arguments from cli, instead of envRafael G. Martins2017-02-241-0/+1
| | | | this is some over-optimized parser, to celebrate #cloudbleed :D
* make: added a bunch of testsRafael G. Martins2017-01-011-0/+3
|
* make: implemented a build tool for blogcRafael G. Martins2016-12-271-0/+2
| | | | | | | | | | | | | | | | | so, this is basically what happens when you don't have anything better to do in the christmas weekend. most of this code was written in the last 2 or 3 days. i'd like to thank the chivas brothers, the weather and my psychological problems for this achievement. on a serious note, this tool still needs a man page, more tests, and the aws lambda function should be adapted to use it instead of (or together with) make/busybox. also, while talking about aws lambda, this tool can be nicely embedded into the blogc binary, to produce a single "small" static binary for usage in lambda ;)
* lambda: add more dependenciesRafael G. Martins2016-12-131-0/+2
|
* github-lambda: initial implementation of AWS Lambda functionRafael G. Martins2016-12-071-0/+6
|
* blogc: added some "integration" testsRafael G. Martins2016-10-151-0/+1
|
* build: use bash, but get it properly during build timeRafael G. Martins2016-10-121-0/+3
| | | | hardcoding it for travis, as bash is always installed there.
* git-receiver: added support to get mirror url from config fileRafael G. Martins2016-10-101-0/+2
| | | | this commit also includes some "integration test" in shell script
* git-receiver: splitted/reimplemented and tested shell command parserRafael G. Martins2016-10-071-0/+1
|
* git-receiver: splitted and tested pre-receive input parserRafael G. Martins2016-10-041-0/+2
|
* runserver: reimplemented http server without libeventRafael G. Martins2016-09-251-0/+3
| | | | | | | | | yeah, this patch implements a "complete" http server for static files. It is not the best code possible, and would be easily DDoS'able if used in production, as it spawns a thread for each request, without limiting. I'm sickish and this is the best code I can deliver now. At least it works! ;)
* common: added config-parserRafael G. Martins2016-09-091-0/+1
|
* *: moved error handling to src/common/Rafael G. Martins2016-09-031-1/+1
|
* fixed gitignoreRafael G. Martins2016-09-031-9/+9
|
* renderer: utils: fixed memory bugs found by clang static analyzerRafael G. Martins2016-07-051-0/+3
|
* blogc: added utf8 validationRafael G. Martins2016-07-031-0/+1
|
* blogc-runserver: import external tool to blogc repositoryRafael G. Martins2016-04-271-0/+1
| | | | | | | | still in the effort to reduce maintenance work, I'm importing blogc-runserver tool to the main blogc repository. the tool is build by default, if needed headers and libraries are found.
* blogc-git-receiver: import external tool to blogc repositoryRafael G. Martins2016-04-271-1/+2
| | | | | | | | | still in the effort to reduce maintenance work, I'm importing blogc-git-receiver tool to the main blogc repository. the tool is build by default, if needed headers are found. that means that it will probably only be built for posix-compliant operating systems.
* travis: added script to upload distfilesRafael G. Martins2016-03-081-2/+4
|
* travis: actually commit the build scriptRafael G. Martins2016-03-071-0/+1
|
* Revert "Revert "build: added git-version-gen support""Rafael G. Martins2016-01-311-0/+4
| | | | This reverts commit 8e01ccec4837027a12a4bfc6a54e3c09440169a9.
* Revert "build: added git-version-gen support"Rafael G. Martins2016-01-141-4/+0
| | | | This reverts commit 5e53ba7406e65b51ec59aad634b6baf7154e1ad3.
* build: added git-version-gen supportRafael G. Martins2016-01-131-0/+4
|
* build: added rpm specRafael G. Martins2016-01-101-0/+1
|
* ignore rpmsRafael G. Martins2015-11-051-0/+3
|
* build: added script to build windows releasesRafael G. Martins2015-11-051-0/+1
|
* ignore zip filesRafael G. Martins2015-10-241-0/+1
|
* datetime-parser: initial implementation. not used yetRafael G. Martins2015-10-241-0/+1
|
* build: yet another try to fix man pagesRafael G. Martins2015-08-181-2/+2
|
* added initial man pagesRafael G. Martins2015-05-151-0/+4
|
* started implementint a markdown-like syntax for contentRafael G. Martins2015-05-041-0/+1
|
* portability fixesRafael G. Martins2015-04-281-0/+1
|
* added renderer testsRafael G. Martins2015-04-231-0/+1
|
* error: added testsRafael G. Martins2015-04-191-0/+1
|
* loader: added compiler-defined variablesRafael G. Martins2015-04-191-0/+1
|