aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-git-receiver
Commit message (Collapse)AuthorAgeFilesLines
* *: use squareballRafael G. Martins2018-04-057-54/+55
| | | | yeah, changed my mind again :)
* blogc: common: replace unsigned int with size_tRafael G. Martins2018-03-201-2/+2
|
* make: all builds are "production" by default, enable "dev" on cli.Rafael G. Martins2017-03-111-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" buildsRafael G. Martins2017-03-071-1/+1
| | | | this is used by blogc-github-lambda and blogc-git-receiver.
* *: updated copyrightRafael G. Martins2017-02-2511-11/+11
|
* make: git-receiver: fixes to build on OS X. patch by @blackgearRafael G. Martins2017-02-181-4/+9
|
* git-receiver: support blogc-makeRafael G. Martins2017-01-041-29/+40
|
* git-receiver: detect if pre-receive is running from git using env varRafael G. Martins2017-01-041-1/+1
|
* *: binaries should always return 3 on errors, for consistency.Rafael G. Martins2016-12-264-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 linesRafael G. Martins2016-12-251-1/+1
|
* git-receiver: moved shell quote function to commonRafael G. Martins2016-12-213-27/+1
|
* post-receive: actually use rvRafael G. Martins2016-11-291-1/+1
|
* fixed includesRafael G. Martins2016-11-192-4/+2
|
* git-receiver: allow to push to mirror manuallyRafael G. Martins2016-11-191-25/+26
|
* git-receiver: minor optimizationsRafael G. Martins2016-11-191-1/+2
|
* git-receiver: optimize repo dir evaluationRafael G. Martins2016-11-181-32/+32
|
* git-receiver: avoid static buffer.Rafael G. Martins2016-11-181-18/+14
| | | | this simplifies code, but makes it less portable
* git-receiver: when rebuilding, change to repo dir asapRafael G. Martins2016-11-171-0/+5
|
* git-receiver: allow users to re-run the last successful buildRafael G. Martins2016-11-171-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 bugRafael G. Martins2016-10-111-48/+38
|
* git-receiver: fix previous patch, againRafael G. Martins2016-10-111-2/+2
|
* git-receiver: fix previous patchRafael G. Martins2016-10-111-2/+3
|
* 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-111-0/+1
|
* trying to fix tests on travis againRafael G. Martins2016-10-101-2/+2
|
* Revert "trying to fix tests on travis"Rafael G. Martins2016-10-101-2/+2
| | | | This reverts commit 84dbde7d04a04434721ec9d2965af6d946713e5d.
* trying to fix tests on travisRafael G. Martins2016-10-101-2/+2
|
* git-receiver: added support to get mirror url from config fileRafael G. Martins2016-10-102-9/+131
| | | | this commit also includes some "integration test" in shell script
* *: fixed includesRafael G. Martins2016-10-073-5/+1
|
* git-receiver: splitted/reimplemented and tested shell command parserRafael G. Martins2016-10-074-56/+182
|
* git-receiver: splitted and tested pre-receive input parserRafael G. Martins2016-10-043-81/+101
|
* git-receiver: splitted codeRafael G. Martins2016-09-297-475/+564
|
* *: s/sb_/bc_/gRafael G. Martins2016-09-031-9/+9
|
* *: big code reorganization.Rafael G. Martins2016-09-031-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