aboutsummaryrefslogtreecommitdiff
path: root/main.ha (unfollow)
Commit message (Expand)AuthorFilesLines
34 hoursServe static filesRunxi Yu1-0/+5
35 hoursUse abort("unreachable") instead of a random commentRunxi Yu1-1/+1
39 hoursHandle all errors from handlereqRunxi Yu1-1/+1
40 hoursSplit the request handler to req.haRunxi Yu1-10/+0
40 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
2 daysRemove extra spaceRunxi Yu1-1/+1
3 daysCatch all error types while listeningRunxi Yu1-1/+1
3 daysAccept --config not --addressRunxi Yu1-10/+3
3 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