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