aboutsummaryrefslogtreecommitdiff
path: root/http_handle_repo_tree.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* http_*.go: Abstract out render_template for deduplicationRunxi Yu2025-02-141-10/+3
|
* http_*: Refactor to reduce duplicationRunxi Yu2025-02-141-12/+2
|
* http_handle_*.go: Fix http.Error callsRunxi Yu2025-02-131-11/+11
| | | | | | 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.ErrorRunxi Yu2025-02-131-12/+11
|
* repo_index: Add repo descriptionsRunxi Yu2025-02-131-1/+3
|
* http_handle_*.go: Use fmt.Fprintln, not w.WriteRunxi Yu2025-02-131-11/+12
|
* _header.html: Add headerRunxi Yu2025-02-131-11/+9
|
* *.go: Mass rename files for clarityRunxi Yu2025-02-131-0/+115