aboutsummaryrefslogtreecommitdiff
path: root/routes (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-27routes/git.go: Fix import pathRunxi Yu1-1/+1
2024-07-26go.mod, etc: git.icyphox.sh/legit -> git.sr.ht/~runxiyu/legitrxRunxi Yu4-5/+5
2024-07-13git: use system's git upload-packAnirudh Oppiliappan1-67/+29
2024-07-05git: fix getDisplayNameAnirudh Oppiliappan1-5/+1
2024-07-05routes: ignore filesAnirudh Oppiliappan1-1/+1
2024-07-05git: hide .git extensionMarco Andronaco2-6/+23
2024-06-29routes: Add handler to generate tar gz fileGabriel A. Giovanini3-0/+68
2024-03-30re-add accidentally removed code for raw file viewlillian1-0/+5
2024-03-27routes: switch to net/http routerAnirudh Oppiliappan3-39/+29
2024-02-25routes: add raw file viewAnirudh Oppiliappan2-1/+18
2023-11-05templates: add missing title to repo pageAnirudh Oppiliappan1-0/+1
2023-11-05log errors from git.OpenAnirudh Oppiliappan1-0/+1
2023-02-18cleaner titlesAnirudh Oppiliappan1-1/+2
2023-02-18fix buffer overflow in countlines for files greater than 32kDerek Stevens1-1/+1
2023-02-08tree: directories first, add size column, fix ..Derek Stevens1-0/+1
2023-02-08fix line count for files that don't end in a newlineDerek Stevens1-0/+8
2023-02-05utils: Add helper to get all reposDaniele Sluijters1-0/+57
2023-02-05only add go meta import tag if go.mod exists in repo rootDerek Stevens2-0/+8
2022-12-26markdown: more file exts, fix imgAnirudh Oppiliappan1-2/+5
2022-12-26routes: render markdown readmes in repo index (#11)James Mills1-3/+17
2022-12-24git: pure go git cloneAnirudh Oppiliappan2-27/+117
2022-12-22config: add repo.ignoreAnirudh Oppiliappan2-10/+55
2022-12-19index: turn off logging, it's too noisyAnirudh Oppiliappan1-1/+0
2022-12-19all: no more pretty urlsAnirudh Oppiliappan3-19/+5
2022-12-18config: fix go-import pretty urlAnirudh Oppiliappan1-3/+6
2022-12-18all: go-import, clone urlAnirudh Oppiliappan1-0/+12
2022-12-18routes: skip unopenable dirsAnirudh Oppiliappan1-3/+2
2022-12-18routes: sort repo index by last idleAnirudh Oppiliappan1-1/+11
2022-12-18templates: add title tagsAnirudh Oppiliappan1-0/+1
2022-12-18git: rework diff to fetch initial commitAnirudh Oppiliappan1-3/+7
2022-12-17git, templates: diff viewAnirudh Oppiliappan1-0/+1
2022-12-17templates: repo and logAnirudh Oppiliappan2-10/+27
2022-12-17routes: serve static content from /staticAnirudh Oppiliappan3-8/+17
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-14routes: description and humanized time to indexAnirudh Oppiliappan1-4/+18
2022-12-13template: line numbers for file viewAnirudh Oppiliappan1-1/+34
2022-12-13git: find main branch from configAnirudh Oppiliappan1-11/+17
2022-12-12routes: refs viewAnirudh Oppiliappan2-0/+40
2022-12-12routes: index viewAnirudh Oppiliappan1-8/+44
2022-12-12routes: render readmeAnirudh Oppiliappan3-18/+46
2022-12-12git, routes: commit diff viewAnirudh Oppiliappan2-0/+37
2022-12-11routes, templates: tree and log viewsAnirudh Oppiliappan3-31/+55
2022-12-11routes: file content viewAnirudh Oppiliappan3-18/+52
2022-12-11routes: split repo index and files viewsAnirudh Oppiliappan2-4/+48