aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-runserver/mime.c
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
|
* *: fixed includesRafael G. Martins2016-10-071-4/+0
|
* runserver: reimplemented http server without libeventRafael G. Martins2016-09-251-0/+168
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! ;)