Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
38 hours | Use abort("unreachable") instead of a random comment | Runxi Yu | 1 | -1/+1 | |
43 hours | Handle all errors from handlereq | Runxi Yu | 1 | -1/+1 | |
44 hours | Split the request handler to req.ha | Runxi Yu | 1 | -10/+0 | |
44 hours | Use strings::freeall directly instead of wrapping it | Runxi Yu | 1 | -1/+1 | |
2 days | Handle all errors from http::serve | Runxi Yu | 1 | -1/+3 | |
2 days | Separate paths into segments | Runxi Yu | 1 | -2/+5 | |
3 days | 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 | |
4 days | Set reuseport and reuseaddr | Runxi Yu | 1 | -3/+4 | |
4 days | Add basic template rendering | Runxi Yu | 1 | -3/+1 | |
4 days | Begin to use hare-htmpl | Runxi Yu | 1 | -6/+8 | |
4 days | Use for each loops | Runxi Yu | 1 | -2/+1 | |
4 days | Fix inconsistent capitalization in the error message | Runxi Yu | 1 | -1/+1 | |
4 days | Add a basic HTTP server | Runxi Yu | 1 | -0/+72 | |