aboutsummaryrefslogtreecommitdiff
path: root/routes/handler.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-07-26go.mod, etc: git.icyphox.sh/legit -> git.sr.ht/~runxiyu/legitrxRunxi Yu1-1/+1
2024-06-29routes: Add handler to generate tar gz fileGabriel A. Giovanini1-0/+1
2024-03-27routes: switch to net/http routerAnirudh Oppiliappan1-17/+14
BREAKING: This commit reworks routes.Handlers (and everywhere else) to use http.ServeMux -- and subsequently, Go 1.22's new net/http router. This might break something.
2022-12-24git: pure go git cloneAnirudh Oppiliappan1-27/+9
2022-12-19all: no more pretty urlsAnirudh Oppiliappan1-1/+1
2022-12-17routes: serve static content from /staticAnirudh Oppiliappan1-0/+1
2022-12-14routes: disable git pushAnirudh Oppiliappan1-6/+9
2022-12-14routes: wildcard multiplex route at the endAnirudh Oppiliappan1-2/+2
2022-12-14routes: multiplex git and web uiAnirudh Oppiliappan1-1/+40
2022-12-12routes: refs viewAnirudh Oppiliappan1-0/+1
2022-12-12routes: render readmeAnirudh Oppiliappan1-0/+8
2022-12-12git, routes: commit diff viewAnirudh Oppiliappan1-0/+1
2022-12-11routes, templates: tree and log viewsAnirudh Oppiliappan1-0/+1
2022-12-11routes: file content viewAnirudh Oppiliappan1-1/+2
2022-12-11routes: split repo index and files viewsAnirudh Oppiliappan1-2/+2