index
:
forge.git
broken
hare
master
[WIP] Some random software forge
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use cmd/forge for the entry point
Runxi Yu
2025-04-05
1
-187
/
+0
*
sshPubkey* shall no longer be global variables
Runxi Yu
2025-04-05
1
-0
/
+6
*
source/static-Handler shall no longer be global variables
Runxi Yu
2025-04-05
1
-0
/
+11
*
config shall no longer be a global variable
Runxi Yu
2025-04-05
1
-38
/
+40
*
Use log/slog instead of clog
Runxi Yu
2025-04-05
1
-30
/
+50
*
git2d: Factor commands out into their own files
Runxi Yu
2025-04-05
1
-0
/
+3
*
Automatically deploy and run git2d
Runxi Yu
2025-04-03
1
-0
/
+12
*
Stub LMTP listener
Runxi Yu
2025-04-01
1
-52
/
+78
*
Replace FileContributor with FileCopyrightText
Runxi Yu
2025-03-31
1
-1
/
+1
*
Revert "Add prometheus"
Runxi Yu
2025-03-25
1
-5
/
+0
*
Add prometheus
Runxi Yu
2025-03-24
1
-0
/
+5
*
Configurable timeout
Runxi Yu
2025-03-22
1
-3
/
+3
*
Initial linting
Runxi Yu
2025-03-22
1
-1
/
+8
*
Add rudimentary IRC logic
Runxi Yu
2025-03-22
1
-0
/
+3
*
Removing s/stale/existing/g socket
Runxi Yu
2025-03-21
1
-6
/
+6
*
Revert "main: Add pprof listener for performance debugging"
Runxi Yu
2025-03-21
1
-13
/
+0
*
Rename httpRouter
Runxi Yu
2025-03-21
1
-1
/
+1
*
Remove underscores from Go code, pt 1
Runxi Yu
2025-03-18
1
-16
/
+16
*
main: Add pprof listener for performance debugging
Runxi Yu
2025-03-09
1
-0
/
+13
*
*: Replacing more := with var
Runxi Yu
2025-03-05
1
-12
/
+9
*
Add SPDX license headers to all Go files
Runxi Yu
2025-03-03
1
-0
/
+3
*
main.go: Remove stale UNIX domain sockets
Runxi Yu
2025-02-18
1
-4
/
+35
*
main.go: Restructure for uniformity
Runxi Yu
2025-02-17
1
-25
/
+19
*
git_hooks_handle.go, etc.: Listen for connections from hooks
Runxi Yu
2025-02-17
1
-7
/
+24
*
git_hooks_deploy.go: Deploy hooks to filesystem
Runxi Yu
2025-02-17
1
-0
/
+5
*
{main,ssh_server}.go: Log listening addresses
Runxi Yu
2025-02-13
1
-5
/
+12
*
ssh.go: Add anonymous SSH cloning
Runxi Yu
2025-02-12
1
-0
/
+5
*
*.go: Reformat
Runxi Yu
2025-02-12
1
-8
/
+0
*
*: Migrate to the new path scheme
Runxi Yu
2025-02-12
1
-15
/
+8
*
*: Use URL params to specify commits/branches/tags
Runxi Yu
2025-02-11
1
-2
/
+2
*
repo_commit: Add patch view
Runxi Yu
2025-02-11
1
-1
/
+1
*
repo_commit: Add a commit info page
Runxi Yu
2025-02-11
1
-0
/
+1
*
repo_log: Add a log
Runxi Yu
2025-02-11
1
-0
/
+1
*
repo_raw: Serve raw files
Runxi Yu
2025-02-11
1
-0
/
+1
*
main: Prefix group names with /g/
Runxi Yu
2025-02-10
1
-3
/
+3
*
*: category -> group
Runxi Yu
2025-02-10
1
-3
/
+3
*
resources: Serve source and static properly
Runxi Yu
2025-02-10
1
-0
/
+2
*
category_index -> category_repos
Runxi Yu
2025-02-10
1
-1
/
+1
*
*: project -> category
Runxi Yu
2025-02-10
1
-3
/
+3
*
category_index: Add a repo index for each category
Runxi Yu
2025-02-10
1
-0
/
+1
*
*.go: Linting
Runxi Yu
2025-02-10
1
-1
/
+4
*
*.go: Reformat code
Runxi Yu
2025-02-10
1
-1
/
+1
*
main: Add {$} to path handlers that need it
Runxi Yu
2025-02-10
1
-1
/
+1
*
repo_tree: Initialize handler (copied over from index)
Runxi Yu
2025-02-10
1
-0
/
+1
*
{main,resources}.go: Serve static/ properly
Runxi Yu
2025-02-09
1
-0
/
+5
*
*: Add basic repo home with a README and recent commits display
Runxi Yu
2025-02-09
1
-0
/
+1
*
*: Basic web server
Runxi Yu
2025-02-05
1
-0
/
+37