aboutsummaryrefslogtreecommitdiff
path: root/main.ha (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use abort("unreachable") instead of a random commentRunxi Yu30 hours1-1/+1
* Handle all errors from handlereqRunxi Yu34 hours1-1/+1
* Split the request handler to req.haRunxi Yu36 hours1-10/+0
* Use strings::freeall directly instead of wrapping itRunxi Yu36 hours1-1/+1
* Handle all errors from http::serveRunxi Yu46 hours1-1/+3
* Separate paths into segmentsRunxi Yu46 hours1-2/+5
* Remove extra spaceRunxi Yu2 days1-1/+1
* Catch all error types while listeningRunxi Yu3 days1-1/+1
* Accept --config not --addressRunxi Yu3 days1-10/+3
* Set reuseport and reuseaddrRunxi Yu3 days1-3/+4
* Add basic template renderingRunxi Yu3 days1-3/+1
* Begin to use hare-htmplRunxi Yu4 days1-6/+8
* Use for each loopsRunxi Yu4 days1-2/+1
* Fix inconsistent capitalization in the error messageRunxi Yu4 days1-1/+1
* Add a basic HTTP serverRunxi Yu4 days1-0/+72