aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* blogc-make: fixed clean ruleRafael G. Martins2017-01-031-1/+64
* tests: use absolute path for binariesRafael G. Martins2017-01-025-24/+26
* make: rename settings.ini to blogcfileRafael G. Martins2017-01-011-14/+14
* make: added a bunch of testsRafael G. Martins2017-01-013-0/+1088
* config-parser: only allow double-quoted valuesRafael G. Martins2017-01-011-9/+9
* config-parser: allow quoted valuesRafael G. Martins2017-01-011-4/+111
* make: implemented runserver ruleRafael G. Martins2016-12-271-1/+4
* make: implemented a build tool for blogcRafael G. Martins2016-12-271-0/+158
* config-parser: bc_config_get_list should return array instead of listRafael G. Martins2016-12-251-15/+18
* config-parser: added support to parse section as list of linesRafael G. Martins2016-12-252-18/+151
* blogc: common: git-receiver: improved error handlingRafael G. Martins2016-12-231-3/+8
* git-receiver: moved shell quote function to commonRafael G. Martins2016-12-212-29/+31
* config-parser: improved error reporting, added bc_config_get_with_defaultRafael G. Martins2016-12-201-4/+13
* git-receiver: test manual mirror pushRafael G. Martins2016-11-191-0/+30
* git-receiver: when rebuilding, change to repo dir asapRafael G. Martins2016-11-171-5/+17
* git-receiver: allow users to re-run the last successful buildRafael G. Martins2016-11-171-0/+16
* blogc: added some "integration" testsRafael G. Martins2016-10-151-0/+379
* build: use bash, but get it properly during build timeRafael G. Martins2016-10-123-3/+3
* build: man: tests: do not use bashRafael G. Martins2016-10-123-3/+3
* 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-111-0/+73
* git-receiver: added test for post-receive. fixed leakRafael G. Martins2016-10-111-0/+148
* Revert "trying to fix tests on travis"Rafael G. Martins2016-10-101-4/+4
* trying to fix tests on travisRafael G. Martins2016-10-101-4/+4
* removed uneeded error code. export LC_ALL=C in test scriptRafael G. Martins2016-10-101-0/+2
* git-receiver: added support to get mirror url from config fileRafael G. Martins2016-10-102-0/+173
* tests: added missing include to fix warningRafael G. Martins2016-10-071-0/+1
* git-receiver: splitted/reimplemented and tested shell command parserRafael G. Martins2016-10-071-0/+244
* git-receiver: splitted and tested pre-receive input parserRafael G. Martins2016-10-042-0/+154
* runserver: reimplemented http server without libeventRafael G. Martins2016-09-253-1/+257
* blogc: common: moved "file" to commonRafael G. Martins2016-09-091-111/+111
* file: do not call fprintf directlyRafael G. Martins2016-09-091-22/+8
* s/blogc_utf8_/bc_utf8_/gRafael G. Martins2016-09-091-13/+13
* common: added config-parserRafael G. Martins2016-09-091-0/+434
* *: centralize error handlingRafael G. Martins2016-09-095-5/+0
* common: rename macrosRafael G. Martins2016-09-091-18/+18
* *: moved error handling to src/common/Rafael G. Martins2016-09-036-267/+272
* *: s/sb_/bc_/gRafael G. Martins2016-09-036-828/+828
* *: big code reorganization.Rafael G. Martins2016-09-039-22/+22
* *: fixed includesRafael G. Martins2016-07-079-39/+9
* template-parser: fixed block scopeRafael G. Martins2016-07-071-6/+148
* renderer: utils: fixed memory bugs found by clang static analyzerRafael G. Martins2016-07-051-0/+1
* utf8: fix testRafael G. Martins2016-07-041-1/+1
* utf8: fix test data typeRafael G. Martins2016-07-041-3/+3
* utf8: skip BOM, if foundRafael G. Martins2016-07-041-1/+21
* blogc: added utf8 validationRafael G. Martins2016-07-031-0/+83
* template-parser: minor fixRafael G. Martins2016-07-031-1/+1
* Revert "error: improved parser error reporting"Rafael G. Martins2016-07-033-132/+61
* error: improved parser error reportingRafael G. Martins2016-07-033-61/+132
* template-parser: fixed error messageRafael G. Martins2016-07-031-1/+1