Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | repo/*: Use var instead of := | Runxi Yu | 8 days | 1 | -5/+10 |
| | |||||
* | Add SPDX license headers to all Go files | Runxi Yu | 10 days | 1 | -0/+3 |
| | |||||
* | http: Refactor more handler code duplication into the router | Runxi Yu | 2025-02-18 | 1 | -6/+3 |
| | |||||
* | repo_log: Use parameters for refspec | Runxi Yu | 2025-02-14 | 1 | -7/+5 |
| | |||||
* | 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/+1 |
| | |||||
* | http_handle_*.go: Fix http.Error calls | Runxi Yu | 2025-02-13 | 1 | -4/+4 |
| | | | | | | Previously when I was converting the fmt.Fprintln calls into http.Error, there was a mistake in my sed command which caused some of the messages to have double colons. This should fix them. | ||||
* | http_*.go: Use http.Error | Runxi Yu | 2025-02-13 | 1 | -5/+4 |
| | |||||
* | 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 | -4/+5 |
| | |||||
* | _header.html: Add header | Runxi Yu | 2025-02-13 | 1 | -7/+4 |
| | |||||
* | *.go: Mass rename files for clarity | Runxi Yu | 2025-02-13 | 1 | -0/+38 |