aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: version bumpv0.12.0Rafael G. Martins2016-10-301-0/+3
* build: added missing backslashRafael G. Martins2016-10-301-1/+1
* build: travis: improve test running option/CFLAGSRafael G. Martins2016-10-302-4/+7
* build: added missing dependenciesRafael G. Martins2016-10-162-23/+18
* build: fixed test dependency checksRafael G. Martins2016-10-161-28/+29
* build: do not build git-receiver for el6. git is too oldRafael G. Martins2016-10-151-1/+12
* blogc: added some "integration" testsRafael G. Martins2016-10-154-3/+390
* travis: unshallow repository before calling autogen.shRafael G. Martins2016-10-151-5/+3
* travis: increase git clone depthRafael G. Martins2016-10-151-0/+4
* Revert "travis: fetch tags from git. travis just clones master by default now"Rafael G. Martins2016-10-151-3/+1
* travis: fetch tags from git. travis just clones master by default nowRafael G. Martins2016-10-151-1/+3
* travis: revert test callRafael G. Martins2016-10-151-2/+0
* Revert "travis: trying to fix build"Rafael G. Martins2016-10-151-1/+0
* Revert "travis: trying to fix build"Rafael G. Martins2016-10-151-6/+1
* travis: trying to fix buildRafael G. Martins2016-10-151-1/+6
* travis: trying to fix buildRafael G. Martins2016-10-151-0/+1
* blogc: added more parenthesis to make gcc happy. trying to fix travisRafael G. Martins2016-10-152-1/+3
* blogc: we still need to strip newlines from end of lineRafael G. Martins2016-10-151-1/+8
* blogc: do not strip spaces, they are valid in file namesRafael G. Martins2016-10-151-4/+3
* blogc: add cli option to read list of source files from stdinRafael G. Martins2016-10-152-5/+43
* runserver: blogc/loader: improve strto*l handlingRafael G. Martins2016-10-143-7/+34
* build: build debug.c into libblogcRafael G. Martins2016-10-131-1/+1
* renderer: fixed strtol error detection bug in freebsdRafael G. Martins2016-10-131-6/+5
* build: disable all tests if some dep not foundRafael G. Martins2016-10-131-5/+21
* build: if tests not explicitly requested, avoid errors if deps not foundRafael G. Martins2016-10-122-5/+5
* build: use bash, but get it properly during build timeRafael G. Martins2016-10-129-18/+30
* build: man: tests: do not use bashRafael G. Martins2016-10-127-10/+10
* build: fix test buildingRafael G. Martins2016-10-122-1/+5
* build: run tests while building rpmRafael G. Martins2016-10-112-1/+6
* build: tee should not be git-receiver dep, will be used by more testsRafael G. Martins2016-10-111-10/+14
* build: check for test dependencies properlyRafael G. Martins2016-10-112-33/+56
* tests: git-receiver: avoid removing directories for safetyRafael G. Martins2016-10-113-20/+15
* git-receiver: added tests for shell, fixed bugRafael G. Martins2016-10-113-48/+112
* git-receiver: fix previous patch, againRafael G. Martins2016-10-111-2/+2
* git-receiver: fix previous patchRafael G. Martins2016-10-112-3/+4
* git-receiver: actually use detected make/gmake implementationRafael G. Martins2016-10-111-1/+1
* git-receiver: detect if make/gmake is availableRafael G. Martins2016-10-111-0/+15
* git-receiver: added test for post-receive. fixed leakRafael G. Martins2016-10-113-0/+150
* trying to fix tests on travis againRafael G. Martins2016-10-101-2/+2
* Revert "trying to fix tests on travis"Rafael G. Martins2016-10-102-6/+6
* trying to fix tests on travisRafael G. Martins2016-10-102-6/+6
* removed uneeded error code. export LC_ALL=C in test scriptRafael G. Martins2016-10-102-3/+2
* git-receiver: added support to get mirror url from config fileRafael G. Martins2016-10-109-22/+379
* tests: added missing include to fix warningRafael G. Martins2016-10-071-0/+1
* *: fixed includesRafael G. Martins2016-10-0712-24/+4
* git-receiver: splitted/reimplemented and tested shell command parserRafael G. Martins2016-10-077-56/+448
* git-receiver: splitted and tested pre-receive input parserRafael G. Martins2016-10-049-81/+341
* git-receiver: splitted codeRafael G. Martins2016-09-298-475/+585
* runserver: always reply with content-lengthRafael G. Martins2016-09-271-2/+4
* runserver: can be built for el6 againRafael G. Martins2016-09-251-10/+0