aboutsummaryrefslogtreecommitdiff
path: root/main.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* git2d: Factor commands out into their own filesRunxi Yu2025-04-051-0/+3
* Automatically deploy and run git2dRunxi Yu2025-04-031-0/+12
* Stub LMTP listenerRunxi Yu2025-04-011-52/+78
* Replace FileContributor with FileCopyrightTextRunxi Yu2025-03-311-1/+1
* Revert "Add prometheus"Runxi Yu2025-03-251-5/+0
* Add prometheusRunxi Yu2025-03-241-0/+5
* Configurable timeoutRunxi Yu2025-03-221-3/+3
* Initial lintingRunxi Yu2025-03-221-1/+8
* Add rudimentary IRC logicRunxi Yu2025-03-221-0/+3
* Removing s/stale/existing/g socketRunxi Yu2025-03-211-6/+6
* Revert "main: Add pprof listener for performance debugging"Runxi Yu2025-03-211-13/+0
* Rename httpRouterRunxi Yu2025-03-211-1/+1
* Remove underscores from Go code, pt 1Runxi Yu2025-03-181-16/+16
* main: Add pprof listener for performance debuggingRunxi Yu2025-03-091-0/+13
* *: Replacing more := with varRunxi Yu2025-03-051-12/+9
* Add SPDX license headers to all Go filesRunxi Yu2025-03-031-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