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