Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split the request handler to req.ha | Runxi Yu | 2025-03-15 | 2 | -10/+13 |
| | |||||
* | Use strings::freeall directly instead of wrapping it | Runxi Yu | 2025-03-15 | 2 | -5/+2 |
| | |||||
* | Add the CSS | Runxi Yu | 2025-03-15 | 1 | -0/+410 |
| | |||||
* | Fix free_segments | Runxi Yu | 2025-03-15 | 1 | -3/+1 |
| | |||||
* | Handle all errors from http::serve | Runxi Yu | 2025-03-15 | 1 | -1/+3 |
| | |||||
* | Separate paths into segments | Runxi Yu | 2025-03-15 | 4 | -4/+28 |
| | |||||
* | Add horrible patch needed to make net::uri work | Runxi Yu | 2025-03-15 | 1 | -0/+306 |
| | |||||
* | Remove extra space | Runxi Yu | 2025-03-14 | 1 | -1/+1 |
| | |||||
* | Add {{ " " }} to footer to work around htmpl's whitespace handling | Runxi Yu | 2025-03-14 | 1 | -0/+3 |
| | | | | I need to rework it anyway though | ||||
* | Catch all error types while listening | Runxi Yu | 2025-03-13 | 1 | -1/+1 |
| | |||||
* | Accept --config not --address | Runxi Yu | 2025-03-13 | 1 | -10/+3 |
| | |||||
* | Partially port templates used by the index page | Runxi Yu | 2025-03-13 | 5 | -7/+76 |
| | |||||
* | Note that patches are required on top of hare-http | Runxi Yu | 2025-03-13 | 1 | -2/+4 |
| | |||||
* | Set reuseport and reuseaddr | Runxi Yu | 2025-03-13 | 1 | -3/+4 |
| | |||||
* | Add architecture stuff to the README | Runxi Yu | 2025-03-13 | 1 | -0/+8 |
| | |||||
* | Add basic template rendering | Runxi Yu | 2025-03-13 | 5 | -5/+24 |
| | |||||
* | Begin to use hare-htmpl | Runxi Yu | 2025-03-13 | 2 | -6/+9 |
| | |||||
* | Use for each loops | Runxi Yu | 2025-03-13 | 1 | -2/+1 |
| | |||||
* | Add README and NOTES | Runxi Yu | 2025-03-13 | 2 | -0/+13 |
| | |||||
* | Fix inconsistent capitalization in the error message | Runxi Yu | 2025-03-13 | 1 | -1/+1 |
| | |||||
* | Add a basic HTTP server | Runxi Yu | 2025-03-13 | 3 | -0/+75 |
| | |||||
* | Add LICENSE | Runxi Yu | 2025-03-12 | 1 | -0/+661 |