aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/error.h
Commit message (Collapse)AuthorAgeFilesLines
* *: update copyrightRafael G. Martins2019-01-151-1/+1
|
* *: update copyrightRafael G. Martins2018-10-141-1/+1
|
* *: updated copyrightRafael G. Martins2017-02-251-1/+1
|
* make: implemented a build tool for blogcRafael G. Martins2016-12-271-0/+6
| | | | | | | | | | | | | | | | | so, this is basically what happens when you don't have anything better to do in the christmas weekend. most of this code was written in the last 2 or 3 days. i'd like to thank the chivas brothers, the weather and my psychological problems for this achievement. on a serious note, this tool still needs a man page, more tests, and the aws lambda function should be adapted to use it instead of (or together with) make/busybox. also, while talking about aws lambda, this tool can be nicely embedded into the blogc binary, to produce a single "small" static binary for usage in lambda ;)
* removed uneeded error code. export LC_ALL=C in test scriptRafael G. Martins2016-10-101-3/+0
|
* git-receiver: added support to get mirror url from config fileRafael G. Martins2016-10-101-0/+3
| | | | this commit also includes some "integration test" in shell script
* error: added prefix support to bc_error_printRafael G. Martins2016-09-161-1/+1
|
* blogc: common: moved "file" to commonRafael G. Martins2016-09-091-1/+1
|
* common: added config-parserRafael G. Martins2016-09-091-0/+3
|
* common: fix function prototypesRafael G. Martins2016-09-091-4/+4
|
* *: centralize error handlingRafael G. Martins2016-09-091-1/+12
|
* *: moved error handling to src/common/Rafael G. Martins2016-09-031-0/+26