aboutsummaryrefslogtreecommitdiff
path: root/main.ha (unfollow)
Commit message (Expand)AuthorFilesLines
4 daysHandle SIGINTRunxi Yu1-1/+10
4 daysClose the static_fsRunxi Yu1-0/+1
4 daysServe static filesRunxi Yu1-0/+5
4 daysUse abort("unreachable") instead of a random commentRunxi Yu1-1/+1
4 daysHandle all errors from handlereqRunxi Yu1-1/+1
5 daysSplit the request handler to req.haRunxi Yu1-10/+0
5 daysUse strings::freeall directly instead of wrapping itRunxi Yu1-1/+1
5 daysHandle all errors from http::serveRunxi Yu1-1/+3
5 daysSeparate paths into segmentsRunxi Yu1-2/+5
5 daysRemove extra spaceRunxi Yu1-1/+1
6 daysCatch all error types while listeningRunxi Yu1-1/+1
6 daysAccept --config not --addressRunxi Yu1-10/+3
6 daysSet reuseport and reuseaddrRunxi Yu1-3/+4
6 daysAdd basic template renderingRunxi Yu1-3/+1
7 daysBegin to use hare-htmplRunxi Yu1-6/+8
7 daysUse for each loopsRunxi Yu1-2/+1
7 daysFix inconsistent capitalization in the error messageRunxi Yu1-1/+1
7 daysAdd a basic HTTP serverRunxi Yu1-0/+72