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
/
http_handle_repo_index.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move stuff into internal/unsorted
v0.1.28
Runxi Yu
2025-04-06
1
-41
/
+0
*
templates shall no longer be a global variable
Runxi Yu
2025-04-05
1
-3
/
+3
*
Remove unused types/functions
Runxi Yu
2025-04-05
1
-8
/
+0
*
web: Separate HTTP error pages into its own package
Runxi Yu
2025-04-05
1
-2
/
+3
*
Unexport fields in Server
v0.1.24
Runxi Yu
2025-04-05
1
-1
/
+1
*
Move things to internal/
v0.1.23
Runxi Yu
2025-04-05
1
-2
/
+2
*
Use cmd/forge for the entry point
Runxi Yu
2025-04-05
1
-3
/
+3
*
misc: Move utils.go's string function to misc
Runxi Yu
2025-04-05
1
-7
/
+0
*
config shall no longer be a global variable
Runxi Yu
2025-04-05
1
-3
/
+3
*
Separate code/README rendering and unsafe to their own packages
Runxi Yu
2025-04-05
1
-1
/
+2
*
Refactor git2d comms to ./git2c
Runxi Yu
2025-04-05
1
-63
/
+8
*
Reduce unnecessary allocations when converting []byte to string
v0.1.22
Runxi Yu
2025-04-05
1
-4
/
+4
*
Reduce allocations when converting string to []byte
Runxi Yu
2025-04-05
1
-1
/
+1
*
git2d: Accept an uint command
Runxi Yu
2025-04-05
1
-1
/
+7
*
HTML: Add contribution guidelines in the MR tab
v0.1.16
Runxi Yu
2025-04-03
1
-2
/
+0
*
HTTP: Use Go-style comments for Go, not C-style comments
Runxi Yu
2025-04-03
1
-2
/
+2
*
HTTP: Use git2d for the repo index
Runxi Yu
2025-04-03
1
-78
/
+71
*
Rename commitDisplay to commitDisplayOld
Runxi Yu
2025-04-03
1
-1
/
+1
*
Add descriptive comments to most Go functions
Runxi Yu
2025-03-31
1
-0
/
+1
*
Replace FileContributor with FileCopyrightText
Runxi Yu
2025-03-31
1
-1
/
+1
*
Cache commit logs on the repo index page
Runxi Yu
2025-03-25
1
-10
/
+22
*
Reuse the cache for /tree
Runxi Yu
2025-03-22
1
-26
/
+3
*
Cache tree-building
Runxi Yu
2025-03-22
1
-9
/
+54
*
Variable name lengths
Runxi Yu
2025-03-22
1
-2
/
+2
*
Initial linting
Runxi Yu
2025-03-22
1
-2
/
+4
*
Output git logs incrementally
Runxi Yu
2025-03-21
1
-3
/
+6
*
Remove underscores from Go code, pt 6
Runxi Yu
2025-03-19
1
-1
/
+1
*
Remove underscores from Go code, pt 6
Runxi Yu
2025-03-19
1
-21
/
+19
*
Remove underscores from Go code, pt 5
Runxi Yu
2025-03-19
1
-4
/
+4
*
Remove underscores from Go code, pt 4
Runxi Yu
2025-03-19
1
-5
/
+5
*
Remove underscores from Go code, pt 3
Runxi Yu
2025-03-19
1
-3
/
+3
*
gofumpt
Runxi Yu
2025-03-18
1
-4
/
+6
*
Show branches
Runxi Yu
2025-03-16
1
-0
/
+12
*
repo/index: Emit warning when path contains newline
Runxi Yu
2025-03-07
1
-0
/
+7
*
repo/index: Display repo info only, when commits/files unavailable
Runxi Yu
2025-03-07
1
-14
/
+13
*
*: Support subgroups via SQL recursion
Runxi Yu
2025-03-06
1
-4
/
+5
*
repo/*: Use var instead of :=
Runxi Yu
2025-03-05
1
-7
/
+15
*
Add SPDX license headers to all Go files
Runxi Yu
2025-03-03
1
-0
/
+3
*
http: Refactor more handler code duplication into the router
Runxi Yu
2025-02-18
1
-7
/
+3
*
repo_index: Add HTTP clone along with SSH
Runxi Yu
2025-02-16
1
-1
/
+2
*
repo_index: Allow refspecs
Runxi Yu
2025-02-14
1
-5
/
+6
*
http_handle_*.go: Remove redundant return statements
Runxi Yu
2025-02-14
1
-1
/
+0
*
http_*.go: Abstract out render_template for deduplication
Runxi Yu
2025-02-14
1
-5
/
+2
*
http_*: Refactor to reduce duplication
Runxi Yu
2025-02-14
1
-1
/
+0
*
http_handle_*.go: Fix http.Error calls
Runxi Yu
2025-02-13
1
-6
/
+6
*
ssh_url_generation.go, etc.: Add config ssh.root and use it
Runxi Yu
2025-02-13
1
-2
/
+1
*
http_*.go: Use http.Error
Runxi Yu
2025-02-13
1
-7
/
+6
*
repo_index: Add repo descriptions
Runxi Yu
2025-02-13
1
-1
/
+2
*
http_handle_*.go: Use fmt.Fprintln, not w.Write
Runxi Yu
2025-02-13
1
-6
/
+7
*
_header.html: Add header
Runxi Yu
2025-02-13
1
-11
/
+8
[next]