| Commit message (Expand) | Author | Age | Files | Lines |
* | *: Use URL params to specify commits/branches/tags | Runxi Yu | 2025-02-11 | 8 | -18/+127 |
* | style.css: Fix file content background | Runxi Yu | 2025-02-11 | 1 | -2/+5 |
* | repo_commit: Redirect faulty URLs | Runxi Yu | 2025-02-11 | 1 | -6/+11 |
* | repo_commit: Add patch view | Runxi Yu | 2025-02-11 | 4 | -3/+80 |
* | style.css: Better colors in dark mode, and add padding | Runxi Yu | 2025-02-11 | 1 | -0/+8 |
* | repo_commit: Properly format patchsets | Runxi Yu | 2025-02-11 | 3 | -14/+55 |
* | repo_commit: Show chunks | Runxi Yu | 2025-02-11 | 3 | -9/+46 |
* | repo_index.html, style.css: CSS state machines | Runxi Yu | 2025-02-11 | 4 | -25/+27 |
* | *.html: Fix body class | Runxi Yu | 2025-02-11 | 3 | -3/+3 |
* | *.go: Linting | Runxi Yu | 2025-02-11 | 2 | -11/+7 |
* | *.go: Reformat | Runxi Yu | 2025-02-11 | 3 | -3/+3 |
* | style.css, *.html: Scrolling behavior | Runxi Yu | 2025-02-11 | 6 | -18/+20 |
* | repo_{index,tree_dir}.html, style.css: No inner margins on README td's | Runxi Yu | 2025-02-11 | 3 | -5/+10 |
* | repo_commit: Add commit message | Runxi Yu | 2025-02-11 | 2 | -1/+12 |
* | .editorconfig: Remove {tab/indent}_size when using tabs | Runxi Yu | 2025-02-11 | 1 | -8/+0 |
* | repo_{index,log}: Link commits to their pages | Runxi Yu | 2025-02-11 | 3 | -2/+6 |
* | style.css: Let's use width 100% for tables for now... adjust later | Runxi Yu | 2025-02-11 | 1 | -2/+1 |
* | repo_index: Don't display commit IDs | Runxi Yu | 2025-02-11 | 1 | -3/+1 |
* | repo_commit: Add a commit info page | Runxi Yu | 2025-02-11 | 4 | -0/+105 |
* | git_misc: Sanitize paths | Runxi Yu | 2025-02-11 | 3 | -3/+13 |
* | go.mod: Bump dependencies | Runxi Yu | 2025-02-11 | 2 | -47/+44 |
* | repo_index: Link to repo log | Runxi Yu | 2025-02-11 | 2 | -1/+2 |
* | _{head,footer}.html: Add underscore to indicate that it's partial | Runxi Yu | 2025-02-11 | 2 | -0/+0 |
* | repo_log: Add a log | Runxi Yu | 2025-02-11 | 5 | -10/+115 |
* | repo_{raw,tree}: Redirect if visiting file but path_spec ends with slash | Runxi Yu | 2025-02-11 | 2 | -0/+8 |
* | repo_tree: Add link to raw | Runxi Yu | 2025-02-11 | 1 | -1/+1 |
* | repo_raw: Serve raw files | Runxi Yu | 2025-02-11 | 3 | -0/+118 |
* | group_{index,repos}: Rename files too | Runxi Yu | 2025-02-11 | 2 | -0/+0 |
* | git_misc: Don't return error on repos with fewer than 3 commits | Runxi Yu | 2025-02-11 | 1 | -1/+4 |
* | *.go: Reformat | Runxi Yu | 2025-02-11 | 2 | -5/+5 |
* | .editorconfig: Init | Runxi Yu | 2025-02-11 | 1 | -0/+24 |
* | style.css: Make links brighter in dark mode | Runxi Yu | 2025-02-11 | 1 | -1/+1 |
* | chroma.css: Add dark theme | Runxi Yu | 2025-02-11 | 1 | -68/+147 |
* | style.css: Add dark theme | Runxi Yu | 2025-02-11 | 1 | -0/+17 |
* | style.css: Padding in px, not rem | Runxi Yu | 2025-02-11 | 1 | -2/+2 |
* | style.css: Increase max-width | Runxi Yu | 2025-02-11 | 1 | -1/+1 |
* | repo_tree: Fix panic on empty pathspec | Runxi Yu | 2025-02-11 | 1 | -1/+1 |
* | README.md: Spelling | Runxi Yu | 2025-02-11 | 1 | -2/+2 |
* | README.md: Break long line | Runxi Yu | 2025-02-11 | 1 | -1/+3 |
* | style.css, *.html: Lighthouse accessibility | Runxi Yu | 2025-02-10 | 6 | -6/+6 |
* | index: Categories -> groups again | Runxi Yu | 2025-02-10 | 2 | -7/+7 |
* | render_readme: Use GitHub-flavored markdown | Runxi Yu | 2025-02-10 | 1 | -1/+9 |
* | README.md: Port things from the website | Runxi Yu | 2025-02-10 | 1 | -2/+28 |
* | *.html.tmpl: Rename from *.html | Runxi Yu | 2025-02-10 | 7 | -0/+0 |
* | footer.html: Add link to Lindenii Forge | Runxi Yu | 2025-02-10 | 7 | -3/+34 |
* | main: Prefix group names with /g/ | Runxi Yu | 2025-02-10 | 2 | -4/+4 |
* | *: category -> group | Runxi Yu | 2025-02-10 | 9 | -23/+23 |
* | resources: Serve source and static properly | Runxi Yu | 2025-02-10 | 2 | -1/+18 |
* | template_funcs: base_name should use path, not filepath | Runxi Yu | 2025-02-10 | 1 | -2/+2 |
* | repo_tree: Fix URL and anchor issues | Runxi Yu | 2025-02-10 | 5 | -40/+64 |