Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: update copyright | Rafael G. Martins | 2019-01-15 | 13 | -13/+13 |
| | |||||
* | git-receiver: make: runserver: improved realpath(3) usage | Rafael G. Martins | 2018-12-17 | 2 | -3/+7 |
| | |||||
* | *: update copyright | Rafael G. Martins | 2018-10-14 | 13 | -13/+13 |
| | |||||
* | git-receiver: git shell should reinstall hooks if symlinks are broken | Rafael G. Martins | 2018-06-12 | 1 | -2/+13 |
| | |||||
* | git-receiver: fixed memory leak | Rafael G. Martins | 2018-06-10 | 1 | -0/+1 |
| | |||||
* | git-receiver: fixed segfault on pre-receive hook | Rafael G. Martins | 2018-06-10 | 1 | -0/+5 |
| | | | | | if a [repo:*] section was defined in blogc-git-receiver.ini, but was not providing a symlink value, that would result in a segfault. | ||||
* | git-receiver: remover unused includes | Rafael G. Martins | 2018-05-31 | 1 | -4/+0 |
| | |||||
* | git-receiver: allow users to define builds dir | Rafael G. Martins | 2018-05-31 | 4 | -10/+23 |
| | |||||
* | git-receiver: allow users to define the htdocs symlink path | Rafael G. Martins | 2018-05-31 | 1 | -19/+33 |
| | | | | documentation pending | ||||
* | git-receiver: centralize settings to reuse later | Rafael G. Martins | 2018-05-30 | 6 | -89/+138 |
| | |||||
* | git-receiver: allow users to change the base directory | Rafael G. Martins | 2018-05-30 | 3 | -3/+12 |
| | | | | | this is useful mostly for shared environments that just provide one shell user. | ||||
* | git-receiver: added support to use as an authorized_keys commmand | Rafael G. Martins | 2018-05-26 | 1 | -1/+13 |
| | |||||
* | make: git-receiver: fixed conversion from wait status to status code | Rafael G. Martins | 2018-05-13 | 1 | -3/+4 |
| | |||||
* | blogc: common: replace unsigned int with size_t | Rafael G. Martins | 2018-03-20 | 1 | -2/+2 |
| | |||||
* | make: all builds are "production" by default, enable "dev" on cli. | Rafael G. Martins | 2017-03-11 | 1 | -1/+1 |
| | | | | | | this is more consistent with other similar tools, and enables us to add something like a [copy:dev] section later, that will avoid copying dev files to production builds. | ||||
* | make: add support to "production" builds | Rafael G. Martins | 2017-03-07 | 1 | -1/+1 |
| | | | | this is used by blogc-github-lambda and blogc-git-receiver. | ||||
* | *: updated copyright | Rafael G. Martins | 2017-02-25 | 11 | -11/+11 |
| | |||||
* | make: git-receiver: fixes to build on OS X. patch by @blackgear | Rafael G. Martins | 2017-02-18 | 1 | -4/+9 |
| | |||||
* | git-receiver: support blogc-make | Rafael G. Martins | 2017-01-04 | 1 | -29/+40 |
| | |||||
* | git-receiver: detect if pre-receive is running from git using env var | Rafael G. Martins | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | *: binaries should always return 3 on errors, for consistency. | Rafael G. Martins | 2016-12-26 | 4 | -32/+32 |
| | | | | | | We used to return 1 or 2 in case of errors, with no special meaning, other than "something is wrong", but these codes are reserved. Now we always return 3. | ||||
* | config-parser: added support to parse section as list of lines | Rafael G. Martins | 2016-12-25 | 1 | -1/+1 |
| | |||||
* | git-receiver: moved shell quote function to common | Rafael G. Martins | 2016-12-21 | 3 | -27/+1 |
| | |||||
* | post-receive: actually use rv | Rafael G. Martins | 2016-11-29 | 1 | -1/+1 |
| | |||||
* | fixed includes | Rafael G. Martins | 2016-11-19 | 2 | -4/+2 |
| | |||||
* | git-receiver: allow to push to mirror manually | Rafael G. Martins | 2016-11-19 | 1 | -25/+26 |
| | |||||
* | git-receiver: minor optimizations | Rafael G. Martins | 2016-11-19 | 1 | -1/+2 |
| | |||||
* | git-receiver: optimize repo dir evaluation | Rafael G. Martins | 2016-11-18 | 1 | -32/+32 |
| | |||||
* | git-receiver: avoid static buffer. | Rafael G. Martins | 2016-11-18 | 1 | -18/+14 |
| | | | | this simplifies code, but makes it less portable | ||||
* | git-receiver: when rebuilding, change to repo dir asap | Rafael G. Martins | 2016-11-17 | 1 | -0/+5 |
| | |||||
* | git-receiver: allow users to re-run the last successful build | Rafael G. Martins | 2016-11-17 | 1 | -3/+47 |
| | | | | | running the pre-receive hook manually on the server will re-run the last successful build. | ||||
* | git-receiver: added tests for shell, fixed bug | Rafael G. Martins | 2016-10-11 | 1 | -48/+38 |
| | |||||
* | git-receiver: fix previous patch, again | Rafael G. Martins | 2016-10-11 | 1 | -2/+2 |
| | |||||
* | git-receiver: fix previous patch | Rafael G. Martins | 2016-10-11 | 1 | -2/+3 |
| | |||||
* | git-receiver: actually use detected make/gmake implementation | Rafael G. Martins | 2016-10-11 | 1 | -1/+1 |
| | |||||
* | git-receiver: detect if make/gmake is available | Rafael G. Martins | 2016-10-11 | 1 | -0/+15 |
| | |||||
* | git-receiver: added test for post-receive. fixed leak | Rafael G. Martins | 2016-10-11 | 1 | -0/+1 |
| | |||||
* | trying to fix tests on travis again | Rafael G. Martins | 2016-10-10 | 1 | -2/+2 |
| | |||||
* | Revert "trying to fix tests on travis" | Rafael G. Martins | 2016-10-10 | 1 | -2/+2 |
| | | | | This reverts commit 84dbde7d04a04434721ec9d2965af6d946713e5d. | ||||
* | trying to fix tests on travis | Rafael G. Martins | 2016-10-10 | 1 | -2/+2 |
| | |||||
* | git-receiver: added support to get mirror url from config file | Rafael G. Martins | 2016-10-10 | 2 | -9/+131 |
| | | | | this commit also includes some "integration test" in shell script | ||||
* | *: fixed includes | Rafael G. Martins | 2016-10-07 | 3 | -5/+1 |
| | |||||
* | git-receiver: splitted/reimplemented and tested shell command parser | Rafael G. Martins | 2016-10-07 | 4 | -56/+182 |
| | |||||
* | git-receiver: splitted and tested pre-receive input parser | Rafael G. Martins | 2016-10-04 | 3 | -81/+101 |
| | |||||
* | git-receiver: splitted code | Rafael G. Martins | 2016-09-29 | 7 | -475/+564 |
| | |||||
* | *: s/sb_/bc_/g | Rafael G. Martins | 2016-09-03 | 1 | -9/+9 |
| | |||||
* | *: big code reorganization. | Rafael G. Martins | 2016-09-03 | 1 | -0/+501 |
- source and tests are now splitted by target - utils lib is now called common still pending move error.c from blogc to common |