| Commit message (Expand) | Author | Files | Lines |
2025-02-15 | *.go: Reformat | Runxi Yu | 1 | -1/+1 |
2025-02-14 | reop_commit: Fix immediate newlines after <pre> | Runxi Yu | 1 | -2/+18 |
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-13 | http_handle_*.go: Fix http.Error calls | Runxi Yu | 1 | -5/+5 |
2025-02-13 | repo_commit: fake_diff_file_null has zero hash | Runxi Yu | 1 | -1/+1 |
2025-02-13 | http_*.go: Use http.Error | Runxi Yu | 1 | -6/+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 | -7/+8 |
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 | -0/+1 |
2025-02-12 | *.go: Use the database for repo info, and fix ssh cloning repo | Runxi Yu | 1 | -1/+1 |
2025-02-12 | *: Migrate to the new path scheme | Runxi Yu | 1 | -2/+2 |
2025-02-12 | repo_commit: Add missing error check | Runxi Yu | 1 | -0/+4 |
2025-02-12 | repo_commit: Fix format_patch handling of root commits | Runxi Yu | 1 | -27/+2 |
2025-02-12 | repo_commit: Add TODO to prepend "+"/"-"/" " | Runxi Yu | 1 | -0/+1 |
2025-02-12 | repo_commit: Use /dev/null, not {a,b}/NULL, for empty files | Runxi Yu | 1 | -1/+1 |
2025-02-11 | repo_commit: Reformat | Runxi Yu | 1 | -2/+6 |
2025-02-11 | repo_commit: Don't crash when viewing the first commit | Runxi Yu | 1 | -8/+23 |
2025-02-11 | repo_commit: Don't crash on null from/to files | Runxi Yu | 1 | -0/+28 |
2025-02-11 | *.go: Reformat | Runxi Yu | 1 | -1/+1 |
2025-02-11 | *.go: Remove extra TODOs | Runxi Yu | 1 | -1/+0 |
2025-02-11 | repo_commit: Redirect faulty URLs | Runxi Yu | 1 | -6/+11 |
2025-02-11 | repo_commit: Add patch view | Runxi Yu | 1 | -2/+16 |
2025-02-11 | repo_commit: Properly format patchsets | Runxi Yu | 1 | -0/+1 |
2025-02-11 | repo_commit: Show chunks | Runxi Yu | 1 | -5/+17 |
2025-02-11 | repo_commit: Add a commit info page | Runxi Yu | 1 | -0/+53 |