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