| Commit message (Expand) | Author | Age | Files | Lines |
| * | {ssh,global}.go, index.html: Add global data containing ssh fp | Runxi Yu | 2025-02-12 | 11 | -5/+42 |
| * | README.md: Update about SSH implementation | Runxi Yu | 2025-02-12 | 1 | -2/+2 |
| * | repo_index: Add clone instructions | Runxi Yu | 2025-02-12 | 3 | -1/+19 |
| * | repo_log: Fix anchor | Runxi Yu | 2025-02-12 | 1 | -1/+1 |
| * | router_{http,ssh}.go, url_misc.go: Fix escaping | Runxi Yu | 2025-02-12 | 3 | -2/+4 |
| * | repo_info: Warning to http cloners | Runxi Yu | 2025-02-12 | 1 | -0/+10 |
| * | *.go: Reformat | Runxi Yu | 2025-02-12 | 2 | -6/+5 |
| * | router_http: Use http.Error instead of Fprintln to report errors | Runxi Yu | 2025-02-12 | 1 | -6/+9 |
| * | forge.scfg: Fix ssh net | Runxi Yu | 2025-02-12 | 1 | -1/+1 |
| * | ssh.go: Use config.SSH.Net, config.SSH.Addr | Runxi Yu | 2025-02-12 | 1 | -1/+1 |
| * | git_misc.go: Remove err_unsafe_path as unused | Runxi Yu | 2025-02-12 | 1 | -1/+0 |
| * | *.go: Use the database for repo info, and fix ssh cloning repo | Runxi Yu | 2025-02-12 | 10 | -29/+98 |
| * | http_router.go: Move from router.go and fix conditional placement bug | Runxi Yu | 2025-02-12 | 1 | -5/+5 |
| * | ssh.go: Add anonymous SSH cloning | Runxi Yu | 2025-02-12 | 5 | -1/+101 |
| * | router.go: Fix out-of-bounds read on /: | Runxi Yu | 2025-02-12 | 1 | -0/+5 |
| * | *.go: Reformat | Runxi Yu | 2025-02-12 | 4 | -19/+1 |
| * | git_misc.go: Merge types.go into here | Runxi Yu | 2025-02-12 | 1 | -0/+8 |
| * | resources: Add schema.sql to source_fs | Runxi Yu | 2025-02-12 | 1 | -0/+1 |
| * | handle_index: Query group names from database | Runxi Yu | 2025-02-12 | 1 | -5/+16 |
| * | _footer.html: Fix upstream link | Runxi Yu | 2025-02-12 | 1 | -1/+1 |
| * | router: Stricter URL | Runxi Yu | 2025-02-12 | 1 | -0/+12 |
| * | repo_tree_file: Fix link to CSS | Runxi Yu | 2025-02-12 | 1 | -1/+1 |
| * | *: Migrate to the new path scheme | Runxi Yu | 2025-02-12 | 15 | -52/+162 |
| * | git_format_patch.go: Remove garbage printf | Runxi Yu | 2025-02-12 | 1 | -1/+0 |
| * | config.go: Close opened config_file | Runxi Yu | 2025-02-12 | 1 | -0/+1 |
| * | repo_tree_file: Don't treespec when it's head | Runxi Yu | 2025-02-12 | 1 | -1/+1 |
| * | README.md: Protocols and user interfaces | Runxi Yu | 2025-02-12 | 1 | -2/+13 |
| * | repo_commit: Add missing error check | Runxi Yu | 2025-02-12 | 1 | -0/+4 |
| * | git_misc.go: Reformat | Runxi Yu | 2025-02-12 | 1 | -5/+7 |
| * | render_readme.go: Add org-mode support | Runxi Yu | 2025-02-12 | 3 | -0/+18 |
| * | render_readme.go: Render plain READMEs too | Runxi Yu | 2025-02-12 | 6 | -34/+34 |
| * | repo_commit: Fix format_patch handling of root commits | Runxi Yu | 2025-02-12 | 3 | -38/+34 |
| * | README.md: Update URL structure | Runxi Yu | 2025-02-12 | 1 | -1/+7 |
| * | repo_commit: Add TODO to prepend "+"/"-"/" " | Runxi Yu | 2025-02-12 | 1 | -0/+1 |
| * | repo_commit: Use /dev/null, not {a,b}/NULL, for empty files | Runxi Yu | 2025-02-12 | 2 | -3/+11 |
| * | schema.sql: Fixes | Runxi Yu | 2025-02-12 | 1 | -5/+4 |
| * | schema.sql: Basic schema | Runxi Yu | 2025-02-12 | 1 | -0/+71 |
| * | config.go, etc.: Add PostgreSQL | Runxi Yu | 2025-02-12 | 4 | -2/+39 |
| * | _repo_header.html: Add /g/ | Runxi Yu | 2025-02-11 | 1 | -0/+2 |
| * | _repo_header.html: Add link to root | Runxi Yu | 2025-02-11 | 1 | -0/+2 |
| * | *.html: Add a simple repo header | Runxi Yu | 2025-02-11 | 7 | -0/+25 |
| * | repo_commit: Reformat | Runxi Yu | 2025-02-11 | 1 | -2/+6 |
| * | repo_commit: Don't crash when viewing the first commit | Runxi Yu | 2025-02-11 | 2 | -10/+25 |
| * | repo_commit: Don't crash on null from/to files | Runxi Yu | 2025-02-11 | 3 | -1/+31 |
| * | *.go: Reformat | Runxi Yu | 2025-02-11 | 4 | -5/+4 |
| * | *.go: Remove extra TODOs | Runxi Yu | 2025-02-11 | 5 | -6/+1 |
| * | *: 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 |