aboutsummaryrefslogtreecommitdiff
path: root/main.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* main: Add pprof listener for performance debuggingRunxi Yu3 days1-0/+13
* *: Replacing more := with varRunxi Yu8 days1-12/+9
* Add SPDX license headers to all Go filesRunxi Yu9 days1-0/+3
* main.go: Remove stale UNIX domain socketsRunxi Yu2025-02-181-4/+35
* main.go: Restructure for uniformityRunxi Yu2025-02-171-25/+19
* git_hooks_handle.go, etc.: Listen for connections from hooksRunxi Yu2025-02-171-7/+24
* git_hooks_deploy.go: Deploy hooks to filesystemRunxi Yu2025-02-171-0/+5
* {main,ssh_server}.go: Log listening addressesRunxi Yu2025-02-131-5/+12
* ssh.go: Add anonymous SSH cloningRunxi Yu2025-02-121-0/+5
* *.go: ReformatRunxi Yu2025-02-121-8/+0
* *: Migrate to the new path schemeRunxi Yu2025-02-121-15/+8
* *: Use URL params to specify commits/branches/tagsRunxi Yu2025-02-111-2/+2
* 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