aboutsummaryrefslogtreecommitdiff
path: root/main.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* repo_commit: Add patch viewRunxi Yu2025-02-111-1/+1
* repo_commit: Add a commit info pageRunxi Yu2025-02-111-0/+1
* repo_log: Add a logRunxi Yu2025-02-111-0/+1
* repo_raw: Serve raw filesRunxi Yu2025-02-111-0/+1
* main: Prefix group names with /g/Runxi Yu2025-02-101-3/+3
* *: category -> groupRunxi Yu2025-02-101-3/+3
* resources: Serve source and static properlyRunxi Yu2025-02-101-0/+2
* category_index -> category_reposRunxi Yu2025-02-101-1/+1
* *: project -> categoryRunxi Yu2025-02-101-3/+3
* category_index: Add a repo index for each categoryRunxi Yu2025-02-101-0/+1
* *.go: LintingRunxi Yu2025-02-101-1/+4
* *.go: Reformat codeRunxi Yu2025-02-101-1/+1
* main: Add {$} to path handlers that need itRunxi Yu2025-02-101-1/+1
* repo_tree: Initialize handler (copied over from index)Runxi Yu2025-02-101-0/+1
* {main,resources}.go: Serve static/ properlyRunxi Yu2025-02-091-0/+5
* *: Add basic repo home with a README and recent commits displayRunxi Yu2025-02-091-0/+1
* *: Basic web serverRunxi Yu2025-02-051-0/+37