aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* blogc: sysinfo: simplified username impl. fixed testsRafael G. Martins2019-02-231-7/+2
|
* blogc: rusage: added tests, fixed minor issueRafael G. Martins2019-02-101-0/+28
|
* blogc: sysinfo: added testsRafael G. Martins2019-02-101-1/+59
|
* blogc: funcvars: code simplified, added testsRafael G. Martins2019-02-101-0/+21
|
* blogc: added hostmane template variableRafael G. Martins2019-02-031-0/+2
|
* blogc: added template variables for memory and cpu time resource usageRafael G. Martins2019-02-021-0/+4
| | | | | | | this include infrastructure required to have variables evaluated as lazy function calls. missing tests, docs and improvements.
* removed blogc-github-lambdaRafael G. Martins2019-01-151-2/+0
| | | | it will be provided in a separate repository soon
* make: added utilitary function to generate filenamesRafael G. Martins2018-07-251-0/+21
|
* git-receiver: centralize settings to reuse laterRafael G. Martins2018-05-301-6/+8
|
* make: added 'watch' rule. improved 'runserver' rule.Rafael G. Martins2018-05-131-0/+2
|
* make: git-receiver: fixed conversion from wait status to status codeRafael G. Martins2018-05-131-0/+2
|
* build: always add all prebuilt man pages to distRafael G. Martins2018-04-041-0/+4
|
* build: do not ship prebuilt lambda function scriptRafael G. Martins2018-01-061-1/+0
|
* build: travis: fix osx supportRafael G. Martins2018-01-061-44/+61
| | | | | | | | | This commit fixes builds of blogc and helper tools on osx, and enables travis tests on it. This also includes some general improvements for travis, and disable tests that require mocked functions if the linker does not supports `-wrap` ldflag
* Revert "Make manpages generation optional"Rafael G. Martins2017-11-181-3/+26
| | | | | | | | The commit broke the release tarballs. I need to find a solution to allow people to build from git without ronn, but this patch needs to be reverted for now. This reverts commit 732f74f3b4cd13bdf393c716c0c350ca9bf34f4c.
* man: added blogcfile.5, updated some other pagesRafael G. Martins2017-11-181-0/+10
|
* Make manpages generation optionalbaylej2017-08-031-26/+3
| | | | | Option --disable-ronn is said to ignore presence of ronn and disable man pages generation.
* make: splitted reloaderRafael G. Martins2017-03-041-0/+2
|
* make: reworked binary lookups, added them to ctxRafael G. Martins2017-03-031-0/+1
|
* make: parse runserver arguments from cli, instead of envRafael G. Martins2017-02-241-0/+19
| | | | this is some over-optimized parser, to celebrate #cloudbleed :D
* Revert "make: do not require pthreads"Rafael G. Martins2017-02-111-0/+4
| | | | This reverts commit dd0ff8219b749f89ae66261830d10f1c27940b19.
* make: do not require pthreadsRafael G. Martins2017-01-161-4/+0
|
* make: added initial man pageRafael G. Martins2017-01-031-0/+19
|
* make: added a bunch of testsRafael G. Martins2017-01-011-0/+44
|
* make: implemented a build tool for blogcRafael G. Martins2016-12-271-0/+91
| | | | | | | | | | | | | | | | | 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 ;)
* build: link helper libs to libblogc_common.laRafael G. Martins2016-12-261-0/+3
|
* lambda: add more dependenciesRafael G. Martins2016-12-131-22/+1
|
* build: strip blogc binary before creating github-lambda zipfileRafael G. Martins2016-12-121-0/+1
|
* build: github-lambda zipfile generationRafael G. Martins2016-12-121-11/+11
|
* build: added missing backslashRafael G. Martins2016-12-071-1/+1
|
* github-lambda: initial implementation of AWS Lambda functionRafael G. Martins2016-12-071-0/+26
|
* build: fix configure args for "make distcheck"Rafael G. Martins2016-11-071-1/+0
|
* build: added missing backslashRafael G. Martins2016-10-301-1/+1
|
* build: travis: improve test running option/CFLAGSRafael G. Martins2016-10-301-3/+6
|
* blogc: added some "integration" testsRafael G. Martins2016-10-151-0/+4
|
* build: build debug.c into libblogcRafael G. Martins2016-10-131-1/+1
|
* build: if tests not explicitly requested, avoid errors if deps not foundRafael G. Martins2016-10-121-0/+2
|
* build: use bash, but get it properly during build timeRafael G. Martins2016-10-121-4/+8
| | | | hardcoding it for travis, as bash is always installed there.
* build: fix test buildingRafael G. Martins2016-10-121-0/+4
|
* build: run tests while building rpmRafael G. Martins2016-10-111-0/+1
|
* build: check for test dependencies properlyRafael G. Martins2016-10-111-2/+2
|
* git-receiver: added tests for shell, fixed bugRafael G. Martins2016-10-111-0/+1
|
* git-receiver: added test for post-receive. fixed leakRafael G. Martins2016-10-111-0/+1
|
* git-receiver: added support to get mirror url from config fileRafael G. Martins2016-10-101-9/+35
| | | | this commit also includes some "integration test" in shell script
* git-receiver: splitted/reimplemented and tested shell command parserRafael G. Martins2016-10-071-0/+21
|
* git-receiver: splitted and tested pre-receive input parserRafael G. Martins2016-10-041-0/+47
|
* git-receiver: splitted codeRafael G. Martins2016-09-291-0/+21
|
* runserver: reimplemented http server without libeventRafael G. Martins2016-09-251-2/+70
| | | | | | | | | 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! ;)
* runserver: removed libmagic dependencyRafael G. Martins2016-09-221-2/+0
|
* blogc: common: moved "file" to commonRafael G. Martins2016-09-091-4/+3
|