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