Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add descriptive comments to most Go functions | Runxi Yu | 2025-03-31 | 1 | -0/+2 |
| | |||||
* | Replace FileContributor with FileCopyrightText | Runxi Yu | 2025-03-31 | 1 | -1/+1 |
| | |||||
* | Avoid allocations by using unsafe strinng/bytes conversions | Runxi Yu | 2025-03-30 | 1 | -1/+1 |
| | |||||
* | Lint and add CI | Runxi Yu | 2025-03-27 | 1 | -1/+1 |
| | |||||
* | Use cache for raw files too | Runxi Yu | 2025-03-25 | 1 | -1/+31 |
| | |||||
* | Use a custom errPage500 | Runxi Yu | 2025-03-22 | 1 | -5/+5 |
| | |||||
* | Variable name lengths | Runxi Yu | 2025-03-22 | 1 | -10/+10 |
| | |||||
* | Fix tree/raw redirection and disallow slashes in their path segments | Runxi Yu | 2025-03-22 | 1 | -5/+2 |
| | |||||
* | Remove underscores from Go code, pt 6 | Runxi Yu | 2025-03-19 | 1 | -17/+17 |
| | |||||
* | Remove underscores from Go code, pt 5 | Runxi Yu | 2025-03-19 | 1 | -3/+3 |
| | |||||
* | Remove underscores from Go code, pt 4 | Runxi Yu | 2025-03-19 | 1 | -2/+2 |
| | |||||
* | Remove underscores from Go code, pt 3 | Runxi Yu | 2025-03-19 | 1 | -2/+2 |
| | |||||
* | repo/*: Use var instead of := | Runxi Yu | 2025-03-05 | 1 | -15/+19 |
| | |||||
* | 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 | -9/+2 |
| | |||||
* | http_handle_repo_*.go: Remove redundant return | 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 | -13/+2 |
| | |||||
* | http_handle_*.go: Fix http.Error calls | Runxi Yu | 2025-02-13 | 1 | -8/+8 |
| | | | | | | 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 | -9/+9 |
| | |||||
* | 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 | -9/+10 |
| | |||||
* | _header.html: Add header | Runxi Yu | 2025-02-13 | 1 | -8/+6 |
| | |||||
* | *.go: Mass rename files for clarity | Runxi Yu | 2025-02-13 | 1 | -0/+90 |