aboutsummaryrefslogtreecommitdiff
path: root/main.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-18main.go: Remove stale UNIX domain socketsRunxi Yu1-4/+35
2025-02-17main.go: Restructure for uniformityRunxi Yu1-25/+19
2025-02-17git_hooks_handle.go, etc.: Listen for connections from hooksRunxi Yu1-7/+24
2025-02-17git_hooks_deploy.go: Deploy hooks to filesystemRunxi Yu1-0/+5
2025-02-13{main,ssh_server}.go: Log listening addressesRunxi Yu1-5/+12
2025-02-12ssh.go: Add anonymous SSH cloningRunxi Yu1-0/+5
2025-02-12*.go: ReformatRunxi Yu1-8/+0
2025-02-12*: Migrate to the new path schemeRunxi Yu1-15/+8
2025-02-11*: Use URL params to specify commits/branches/tagsRunxi Yu1-2/+2
2025-02-11repo_commit: Add patch viewRunxi Yu1-1/+1
2025-02-11repo_commit: Add a commit info pageRunxi Yu1-0/+1
2025-02-11repo_log: Add a logRunxi Yu1-0/+1
2025-02-11repo_raw: Serve raw filesRunxi Yu1-0/+1
2025-02-10main: Prefix group names with /g/Runxi Yu1-3/+3
2025-02-10*: category -> groupRunxi Yu1-3/+3
2025-02-10resources: Serve source and static properlyRunxi Yu1-0/+2
... except that it won't run because of URL conflicts for now
2025-02-10category_index -> category_reposRunxi Yu1-1/+1
2025-02-10*: project -> categoryRunxi Yu1-3/+3
2025-02-10category_index: Add a repo index for each categoryRunxi Yu1-0/+1
2025-02-10*.go: LintingRunxi Yu1-1/+4
2025-02-10*.go: Reformat codeRunxi Yu1-1/+1
2025-02-10main: Add {$} to path handlers that need itRunxi Yu1-1/+1
2025-02-10repo_tree: Initialize handler (copied over from index)Runxi Yu1-0/+1
2025-02-09{main,resources}.go: Serve static/ properlyRunxi Yu1-0/+5
2025-02-09*: Add basic repo home with a README and recent commits displayRunxi Yu1-0/+1
2025-02-05*: Basic web serverRunxi Yu1-0/+37