aboutsummaryrefslogtreecommitdiff
path: root/routes/template.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-25routes: add raw file viewAnirudh Oppiliappan1-0/+7
2023-02-18fix buffer overflow in countlines for files greater than 32kDerek Stevens1-1/+1
Signed-off-by: Derek Stevens <nilix@nilfm.cc>
2023-02-08fix line count for files that don't end in a newlineDerek Stevens1-0/+8
Signed-off-by: Derek Stevens <nilix@nilfm.cc>
2022-12-19all: no more pretty urlsAnirudh Oppiliappan1-1/+1
2022-12-17templates: repo and logAnirudh Oppiliappan1-1/+1
2022-12-17routes: serve static content from /staticAnirudh Oppiliappan1-4/+4
2022-12-13template: line numbers for file viewAnirudh Oppiliappan1-1/+34
2022-12-12routes: render readmeAnirudh Oppiliappan1-9/+12
2022-12-11routes, templates: tree and log viewsAnirudh Oppiliappan1-6/+4
2022-12-11routes: file content viewAnirudh Oppiliappan1-6/+29