Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use HAREFLAGS | Runxi Yu | 39 hours | 1 | -1/+1 |
| | |||||
* | Fix memory leak in segments_from_path again | Runxi Yu | 40 hours | 1 | -4/+2 |
| | | | | | Use freeall on a sub-slice instead of looping; previous behavior also leaks the memory used by the sp slice itself. | ||||
* | Fix indirect memory leak when segments_from_path fails | Runxi Yu | 42 hours | 1 | -4/+13 |
| | |||||
* | Handle all errors from handlereq | Runxi Yu | 42 hours | 1 | -1/+1 |
| | |||||
* | Add basic system path parsing | Runxi Yu | 42 hours | 1 | -0/+23 |
| | |||||
* | Properly start response headers | Runxi Yu | 43 hours | 1 | -4/+26 |
| | |||||
* | Use trailing_slash instead of empty last segment | Runxi Yu | 43 hours | 1 | -0/+9 |
| | |||||
* | Add license headers | Runxi Yu | 43 hours | 2 | -0/+6 |
| | |||||
* | Split the request handler to req.ha | Runxi Yu | 43 hours | 2 | -10/+13 |
| | |||||
* | Use strings::freeall directly instead of wrapping it | Runxi Yu | 43 hours | 2 | -5/+2 |
| | |||||
* | Add the CSS | Runxi Yu | 43 hours | 1 | -0/+410 |
| | |||||
* | Fix free_segments | Runxi Yu | 2 days | 1 | -3/+1 |
| | |||||
* | Handle all errors from http::serve | Runxi Yu | 2 days | 1 | -1/+3 |
| | |||||
* | Separate paths into segments | Runxi Yu | 2 days | 4 | -4/+28 |
| | |||||
* | Add horrible patch needed to make net::uri work | Runxi Yu | 2 days | 1 | -0/+306 |
| | |||||
* | Remove extra space | Runxi Yu | 3 days | 1 | -1/+1 |
| | |||||
* | Add {{ " " }} to footer to work around htmpl's whitespace handling | Runxi Yu | 3 days | 1 | -0/+3 |
| | | | | I need to rework it anyway though | ||||
* | Catch all error types while listening | Runxi Yu | 3 days | 1 | -1/+1 |
| | |||||
* | Accept --config not --address | Runxi Yu | 3 days | 1 | -10/+3 |
| | |||||
* | Partially port templates used by the index page | Runxi Yu | 3 days | 5 | -7/+76 |
| | |||||
* | Note that patches are required on top of hare-http | Runxi Yu | 3 days | 1 | -2/+4 |
| | |||||
* | Set reuseport and reuseaddr | Runxi Yu | 3 days | 1 | -3/+4 |
| | |||||
* | Add architecture stuff to the README | Runxi Yu | 4 days | 1 | -0/+8 |
| | |||||
* | Add basic template rendering | Runxi Yu | 4 days | 5 | -5/+24 |
| | |||||
* | Begin to use hare-htmpl | Runxi Yu | 4 days | 2 | -6/+9 |
| | |||||
* | Use for each loops | Runxi Yu | 4 days | 1 | -2/+1 |
| | |||||
* | Add README and NOTES | Runxi Yu | 4 days | 2 | -0/+13 |
| | |||||
* | Fix inconsistent capitalization in the error message | Runxi Yu | 4 days | 1 | -1/+1 |
| | |||||
* | Add a basic HTTP server | Runxi Yu | 4 days | 3 | -0/+75 |
| | |||||
* | Add LICENSE | Runxi Yu | 4 days | 1 | -0/+661 |