Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | 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. | ||||
* | ssh_url_generation.go, etc.: Add config ssh.root and use it | Runxi Yu | 2025-02-13 | 1 | -2/+1 |
| | | | | | Detecting it based on HTTP host name is definitely unreliable. Just add a configuration option and it should work. | ||||
* | 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 |
| | |||||
* | *.go: Mass rename files for clarity | Runxi Yu | 2025-02-13 | 1 | -0/+52 |