aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc/loader.c
Commit message (Collapse)AuthorAgeFilesLines
* *: update copyrightRafael G. Martins2019-01-151-1/+1
|
* *: update copyrightRafael G. Martins2018-10-141-1/+1
|
* blogc: common: replace unsigned int with size_tRafael G. Martins2018-03-201-6/+6
|
* blogc: loader: respect FILTER_PER_PAGE=0Rafael G. Martins2018-03-201-2/+2
|
* loader: added FILTER_REVERSERafael G. Martins2017-07-251-1/+14
|
* *: updated copyrightRafael G. Martins2017-02-251-1/+1
|
* blogc: common: git-receiver: improved error handlingRafael G. Martins2016-12-231-0/+5
|
* runserver: blogc/loader: improve strto*l handlingRafael G. Martins2016-10-141-3/+15
|
* *: fixed includesRafael G. Martins2016-10-071-1/+0
|
* runserver: reimplemented http server without libeventRafael G. Martins2016-09-251-2/+2
| | | | | | | | | yeah, this patch implements a "complete" http server for static files. It is not the best code possible, and would be easily DDoS'able if used in production, as it spawns a thread for each request, without limiting. I'm sickish and this is the best code I can deliver now. At least it works! ;)
* blogc: common: moved "file" to commonRafael G. Martins2016-09-091-3/+3
|
* file: do not call fprintf directlyRafael G. Martins2016-09-091-6/+7
|
* *: centralize error handlingRafael G. Martins2016-09-091-1/+0
|
* *: moved error handling to src/common/Rafael G. Martins2016-09-031-7/+8
|
* *: s/sb_/bc_/gRafael G. Martins2016-09-031-41/+41
|
* *: big code reorganization.Rafael G. Martins2016-09-031-0/+212
- source and tests are now splitted by target - utils lib is now called common still pending move error.c from blogc to common