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