aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-git-receiver/main.c
Commit message (Collapse)AuthorAgeFilesLines
* git-receiver: added support to use as an authorized_keys commmandRafael G. Martins2018-05-261-1/+13
|
* *: updated copyrightRafael G. Martins2017-02-251-1/+1
|
* *: binaries should always return 3 on errors, for consistency.Rafael G. Martins2016-12-261-1/+1
| | | | | | 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.
* git-receiver: splitted codeRafael G. Martins2016-09-291-475/+6
|
* *: 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