aboutsummaryrefslogtreecommitdiff
path: root/main.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-03-25Revert "Add prometheus"Runxi Yu1-5/+0
This reverts commit bb3b881a0cef2248e15452ed1eead630b9ba0f75.
2025-03-24Add prometheusRunxi Yu1-0/+5
2025-03-22Configurable timeoutRunxi Yu1-3/+3
2025-03-22Initial lintingRunxi Yu1-1/+8
2025-03-22Add rudimentary IRC logicRunxi Yu1-0/+3
2025-03-21Removing s/stale/existing/g socketRunxi Yu1-6/+6
2025-03-21Revert "main: Add pprof listener for performance debugging"Runxi Yu1-13/+0
This reverts commit 5ec84ffa3f06295ef3d93f7db18f7e0e9ed184eb.
2025-03-21Rename httpRouterRunxi Yu1-1/+1
2025-03-18Remove underscores from Go code, pt 1Runxi Yu1-16/+16
2025-03-09main: Add pprof listener for performance debuggingRunxi Yu1-0/+13
2025-03-05*: Replacing more := with varRunxi Yu1-12/+9
2025-03-03Add SPDX license headers to all Go filesRunxi Yu1-0/+3
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