| Commit message (Expand) | Author | Age | Files | Lines |
* | Generate VERSION from git describe | Runxi Yu | 45 hours | 3 | -4/+10 |
* | Detect static mime type instead of assuming everything's CSS | Runxi Yu | 46 hours | 1 | -1/+11 |
* | Serve static files | Runxi Yu | 47 hours | 2 | -3/+23 |
* | Use abort("unreachable") instead of a random comment | Runxi Yu | 47 hours | 1 | -1/+1 |
* | Remove the "path segments" section in index.htmpl | Runxi Yu | 47 hours | 2 | -8/+2 |
* | Handle invalid URIs by reporting back to the user | Runxi Yu | 47 hours | 1 | -2/+13 |
* | Use HAREFLAGS | Runxi Yu | 48 hours | 1 | -1/+1 |
* | Fix memory leak in segments_from_path again | Runxi Yu | 2 days | 1 | -4/+2 |
* | Fix indirect memory leak when segments_from_path fails | Runxi Yu | 2 days | 1 | -4/+13 |
* | Handle all errors from handlereq | Runxi Yu | 2 days | 1 | -1/+1 |
* | Add basic system path parsing | Runxi Yu | 2 days | 1 | -0/+23 |
* | Properly start response headers | Runxi Yu | 2 days | 1 | -4/+26 |
* | Use trailing_slash instead of empty last segment | Runxi Yu | 2 days | 1 | -0/+9 |
* | Add license headers | Runxi Yu | 2 days | 2 | -0/+6 |
* | Split the request handler to req.ha | Runxi Yu | 2 days | 2 | -10/+13 |
* | Use strings::freeall directly instead of wrapping it | Runxi Yu | 2 days | 2 | -5/+2 |
* | Add the CSS | Runxi Yu | 2 days | 1 | -0/+410 |
* | Fix free_segments | Runxi Yu | 3 days | 1 | -3/+1 |
* | Handle all errors from http::serve | Runxi Yu | 3 days | 1 | -1/+3 |
* | Separate paths into segments | Runxi Yu | 3 days | 4 | -4/+28 |
* | Add horrible patch needed to make net::uri work | Runxi Yu | 3 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 |
* | Catch all error types while listening | Runxi Yu | 4 days | 1 | -1/+1 |
* | Accept --config not --address | Runxi Yu | 4 days | 1 | -10/+3 |
* | Partially port templates used by the index page | Runxi Yu | 4 days | 5 | -7/+76 |
* | Note that patches are required on top of hare-http | Runxi Yu | 4 days | 1 | -2/+4 |
* | Set reuseport and reuseaddr | Runxi Yu | 4 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 | 5 days | 1 | -1/+1 |
* | Add a basic HTTP server | Runxi Yu | 5 days | 3 | -0/+75 |
* | Add LICENSE | Runxi Yu | 5 days | 1 | -0/+661 |