| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | make: s/env/global/ | Rafael G. Martins | 2017-03-06 | 2 | -28/+28 |
* | runserver: fixed request read. increased buffer | Rafael G. Martins | 2017-03-05 | 1 | -32/+1 |
* | make: added missing test | Rafael G. Martins | 2017-03-03 | 1 | -0/+4 |
* | make: improved tests | Rafael G. Martins | 2017-03-03 | 1 | -3/+3 |
* | make: reworked binary lookups, added them to ctx | Rafael G. Martins | 2017-03-03 | 4 | -60/+56 |
* | make: implement binary lookup in a more portable way | Rafael G. Martins | 2017-03-01 | 4 | -0/+8 |
* | make: keep backward compatibility with [copy_files] | Rafael G. Martins | 2017-02-25 | 1 | -0/+93 |
* | make: renamed [environment] to [global] | Rafael G. Martins | 2017-02-25 | 2 | -3/+120 |
* | *: updated copyright | Rafael G. Martins | 2017-02-25 | 20 | -20/+20 |
* | make: parse runserver arguments from cli, instead of env | Rafael G. Martins | 2017-02-24 | 1 | -0/+104 |
* | content-parser: source-parser: rename TITLE to FIRST_HEADER | Rafael G. Martins | 2017-02-15 | 2 | -13/+13 |
* | content-parser: source-parser: extract TITLE from content header | Rafael G. Martins | 2017-02-14 | 2 | -106/+320 |
* | blogc-make: renamed copy_files settings to copy | Rafael G. Martins | 2017-02-14 | 1 | -6/+6 |
* | blogc-make: renamed auto-defined vars to MAKE_* | Rafael G. Martins | 2017-02-13 | 1 | -2/+2 |
* | make: fixed cmd quoting. read runserver settings from env | Rafael G. Martins | 2017-02-07 | 1 | -6/+6 |
* | git-receiver: do not run blogc-make tests if blogc-make is not built | Rafael G. Martins | 2017-01-04 | 1 | -9/+11 |
* | git-receiver: support blogc-make | Rafael G. Martins | 2017-01-04 | 1 | -1/+31 |
* | git-receiver: detect if pre-receive is running from git using env var | Rafael G. Martins | 2017-01-04 | 1 | -4/+4 |
* | blogc-make: fixed clean rule | Rafael G. Martins | 2017-01-03 | 1 | -1/+64 |
* | tests: use absolute path for binaries | Rafael G. Martins | 2017-01-02 | 5 | -24/+26 |
* | make: rename settings.ini to blogcfile | Rafael G. Martins | 2017-01-01 | 1 | -14/+14 |
* | make: added a bunch of tests | Rafael G. Martins | 2017-01-01 | 3 | -0/+1088 |
* | config-parser: only allow double-quoted values | Rafael G. Martins | 2017-01-01 | 1 | -9/+9 |
* | config-parser: allow quoted values | Rafael G. Martins | 2017-01-01 | 1 | -4/+111 |
* | make: implemented runserver rule | Rafael G. Martins | 2016-12-27 | 1 | -1/+4 |
* | make: implemented a build tool for blogc | Rafael G. Martins | 2016-12-27 | 1 | -0/+158 |
* | config-parser: bc_config_get_list should return array instead of list | Rafael G. Martins | 2016-12-25 | 1 | -15/+18 |
* | config-parser: added support to parse section as list of lines | Rafael G. Martins | 2016-12-25 | 2 | -18/+151 |
* | blogc: common: git-receiver: improved error handling | Rafael G. Martins | 2016-12-23 | 1 | -3/+8 |
* | git-receiver: moved shell quote function to common | Rafael G. Martins | 2016-12-21 | 2 | -29/+31 |
* | config-parser: improved error reporting, added bc_config_get_with_default | Rafael G. Martins | 2016-12-20 | 1 | -4/+13 |
* | git-receiver: test manual mirror push | Rafael G. Martins | 2016-11-19 | 1 | -0/+30 |
* | git-receiver: when rebuilding, change to repo dir asap | Rafael G. Martins | 2016-11-17 | 1 | -5/+17 |
* | git-receiver: allow users to re-run the last successful build | Rafael G. Martins | 2016-11-17 | 1 | -0/+16 |
* | blogc: added some "integration" tests | Rafael G. Martins | 2016-10-15 | 1 | -0/+379 |
* | build: use bash, but get it properly during build time | Rafael G. Martins | 2016-10-12 | 3 | -3/+3 |
* | build: man: tests: do not use bash | Rafael G. Martins | 2016-10-12 | 3 | -3/+3 |
* | tests: git-receiver: avoid removing directories for safety | Rafael G. Martins | 2016-10-11 | 3 | -20/+15 |
* | git-receiver: added tests for shell, fixed bug | Rafael G. Martins | 2016-10-11 | 1 | -0/+73 |
* | git-receiver: added test for post-receive. fixed leak | Rafael G. Martins | 2016-10-11 | 1 | -0/+148 |
* | Revert "trying to fix tests on travis" | Rafael G. Martins | 2016-10-10 | 1 | -4/+4 |
* | trying to fix tests on travis | Rafael G. Martins | 2016-10-10 | 1 | -4/+4 |
* | removed uneeded error code. export LC_ALL=C in test script | Rafael G. Martins | 2016-10-10 | 1 | -0/+2 |
* | git-receiver: added support to get mirror url from config file | Rafael G. Martins | 2016-10-10 | 2 | -0/+173 |
* | tests: added missing include to fix warning | Rafael G. Martins | 2016-10-07 | 1 | -0/+1 |
* | git-receiver: splitted/reimplemented and tested shell command parser | Rafael G. Martins | 2016-10-07 | 1 | -0/+244 |
* | git-receiver: splitted and tested pre-receive input parser | Rafael G. Martins | 2016-10-04 | 2 | -0/+154 |
* | runserver: reimplemented http server without libevent | Rafael G. Martins | 2016-09-25 | 3 | -1/+257 |
* | blogc: common: moved "file" to common | Rafael G. Martins | 2016-09-09 | 1 | -111/+111 |
* | file: do not call fprintf directly | Rafael G. Martins | 2016-09-09 | 1 | -22/+8 |