aboutsummaryrefslogtreecommitdiff
path: root/routes/handler.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* go.mod, etc: git.icyphox.sh/legit -> git.sr.ht/~runxiyu/legitrxRunxi Yu2024-07-261-1/+1
|
* routes: Add handler to generate tar gz fileGabriel A. Giovanini2024-06-291-0/+1
|
* routes: switch to net/http routerAnirudh Oppiliappan2024-03-271-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.
* git: pure go git cloneAnirudh Oppiliappan2022-12-241-27/+9
|
* all: no more pretty urlsAnirudh Oppiliappan2022-12-191-1/+1
|
* routes: serve static content from /staticAnirudh Oppiliappan2022-12-171-0/+1
|
* routes: disable git pushAnirudh Oppiliappan2022-12-141-6/+9
|
* routes: wildcard multiplex route at the endAnirudh Oppiliappan2022-12-141-2/+2
|
* routes: multiplex git and web uiAnirudh Oppiliappan2022-12-141-1/+40
|
* routes: refs viewAnirudh Oppiliappan2022-12-121-0/+1
|
* routes: render readmeAnirudh Oppiliappan2022-12-121-0/+8
|
* git, routes: commit diff viewAnirudh Oppiliappan2022-12-121-0/+1
|
* routes, templates: tree and log viewsAnirudh Oppiliappan2022-12-111-0/+1
|
* routes: file content viewAnirudh Oppiliappan2022-12-111-1/+2
|
* routes: split repo index and files viewsAnirudh Oppiliappan2022-12-111-2/+2
|
* all: initAnirudh Oppiliappan2022-12-111-0/+14