Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-07-26 | go.mod, etc: git.icyphox.sh/legit -> git.sr.ht/~runxiyu/legitrx | Runxi Yu | 1 | -1/+1 | |
2024-06-29 | routes: Add handler to generate tar gz file | Gabriel A. Giovanini | 1 | -0/+1 | |
2024-03-27 | routes: switch to net/http router | Anirudh Oppiliappan | 1 | -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-24 | git: pure go git clone | Anirudh Oppiliappan | 1 | -27/+9 | |
2022-12-19 | all: no more pretty urls | Anirudh Oppiliappan | 1 | -1/+1 | |
2022-12-17 | routes: serve static content from /static | Anirudh Oppiliappan | 1 | -0/+1 | |
2022-12-14 | routes: disable git push | Anirudh Oppiliappan | 1 | -6/+9 | |
2022-12-14 | routes: wildcard multiplex route at the end | Anirudh Oppiliappan | 1 | -2/+2 | |
2022-12-14 | routes: multiplex git and web ui | Anirudh Oppiliappan | 1 | -1/+40 | |
2022-12-12 | routes: refs view | Anirudh Oppiliappan | 1 | -0/+1 | |
2022-12-12 | routes: render readme | Anirudh Oppiliappan | 1 | -0/+8 | |
2022-12-12 | git, routes: commit diff view | Anirudh Oppiliappan | 1 | -0/+1 | |
2022-12-11 | routes, templates: tree and log views | Anirudh Oppiliappan | 1 | -0/+1 | |
2022-12-11 | routes: file content view | Anirudh Oppiliappan | 1 | -1/+2 | |
2022-12-11 | routes: split repo index and files views | Anirudh Oppiliappan | 1 | -2/+2 | |