Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: updated copyright | Rafael G. Martins | 2017-02-25 | 1 | -1/+1 |
| | |||||
* | runserver: reimplemented http server without libevent | Rafael G. Martins | 2016-09-25 | 1 | -1/+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 common | Rafael G. Martins | 2016-09-09 | 1 | -111/+111 |
| | |||||
* | file: do not call fprintf directly | Rafael G. Martins | 2016-09-09 | 1 | -22/+8 |
| | |||||
* | *: centralize error handling | Rafael G. Martins | 2016-09-09 | 1 | -1/+0 |
| | |||||
* | *: moved error handling to src/common/ | Rafael G. Martins | 2016-09-03 | 1 | -17/+18 |
| | |||||
* | *: s/sb_/bc_/g | Rafael G. Martins | 2016-09-03 | 1 | -272/+272 |
| | |||||
* | *: big code reorganization. | Rafael G. Martins | 2016-09-03 | 1 | -0/+771 |
- source and tests are now splitted by target - utils lib is now called common still pending move error.c from blogc to common |