Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | runserver: reimplemented http server without libevent | Rafael G. Martins | 2016-09-25 | 1 | -0/+485 |
| | | | | | | | | | 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! ;) | ||||
* | portability fixes | Rafael G. Martins | 2015-04-28 | 2 | -0/+159 |
| | |||||
* | initial structure | Rafael G. Martins | 2015-04-15 | 1 | -0/+0 |