Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle all errors from handlereq | Runxi Yu | 16 hours | 1 | -1/+1 |
* | Split the request handler to req.ha | Runxi Yu | 18 hours | 1 | -10/+0 |
* | Use strings::freeall directly instead of wrapping it | Runxi Yu | 18 hours | 1 | -1/+1 |
* | Handle all errors from http::serve | Runxi Yu | 28 hours | 1 | -1/+3 |
* | Separate paths into segments | Runxi Yu | 28 hours | 1 | -2/+5 |
* | Remove extra space | Runxi Yu | 36 hours | 1 | -1/+1 |
* | Catch all error types while listening | Runxi Yu | 2 days | 1 | -1/+1 |
* | Accept --config not --address | Runxi Yu | 2 days | 1 | -10/+3 |
* | Set reuseport and reuseaddr | Runxi Yu | 2 days | 1 | -3/+4 |
* | Add basic template rendering | Runxi Yu | 3 days | 1 | -3/+1 |
* | Begin to use hare-htmpl | Runxi Yu | 3 days | 1 | -6/+8 |
* | Use for each loops | Runxi Yu | 3 days | 1 | -2/+1 |
* | Fix inconsistent capitalization in the error message | Runxi Yu | 3 days | 1 | -1/+1 |
* | Add a basic HTTP server | Runxi Yu | 3 days | 1 | -0/+72 |