aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CSS: Add margin-bottom on footerv0.1.21Runxi Yu2025-04-051-0/+1
* HTML: Update footer to include a support linkv0.1.20Runxi Yu2025-04-051-1/+2
* Be a bit more careful handling size integer overflows and suchv0.1.19Runxi Yu2025-04-053-6/+5
* HTTP: Use range in for loops over integersRunxi Yu2025-04-052-2/+2
* HTTP: Avoid an sprintfRunxi Yu2025-04-052-2/+2
* HTML: nosec G203 lintRunxi Yu2025-04-051-2/+2
* SQL: Remove purge.sql and test.sql as outdated and unnecessaryv0.1.18Runxi Yu2025-04-052-45/+0
* HTTP: Make the tree and raw endpoints use git2dRunxi Yu2025-04-053-190/+226
* git2d: Add a basic command for treeRunxi Yu2025-04-053-0/+128
* HTML: Broken branches warningRunxi Yu2025-04-056-0/+40
* git2d: Add license headerRunxi Yu2025-04-051-0/+5
* git2d: Factor commands out into their own filesRunxi Yu2025-04-054-98/+125
* git2d: More sensible variable locationRunxi Yu2025-04-051-1/+1
* git2d: Add some descriptive commentsRunxi Yu2025-04-051-5/+5
* git2d: Accept an uint commandRunxi Yu2025-04-052-8/+31
* git2d: Note to pass integer instead of the stringRunxi Yu2025-04-051-0/+1
* git2d: Add license headers where missingRunxi Yu2025-04-054-0/+20
* git2d: Separate the files a bitRunxi Yu2025-04-055-191/+206
* Makefile: Statically build GoRunxi Yu2025-04-051-1/+1
* Makefile: Note on GNUismsRunxi Yu2025-04-051-0/+6
* Makefile: Cleanup and utilize dependencies correctlyRunxi Yu2025-04-053-11/+11
* Bump dependenciesRunxi Yu2025-04-042-1/+4
* Makefile: Compile git2d as one compilation unitRunxi Yu2025-04-041-1/+1
* Update dependenciesRunxi Yu2025-04-032-5/+6
* Update go.modRunxi Yu2025-04-031-3/+3
* HTML: cd {{ .repo_name }} instead of hardcoding powxy...Runxi Yu2025-04-031-1/+1
* HTML: Repo patch mailing list should not include final slashv0.1.17Runxi Yu2025-04-031-1/+1
* HTML: Add contribution guidelines in the MR tabv0.1.16Runxi Yu2025-04-033-9/+18
* README: Update status on patch conversionsRunxi Yu2025-04-031-1/+2
* CSS: Remove .commit-list-small .event's borderv0.1.15Runxi Yu2025-04-031-1/+0
* git2d: Only show last three commits in index pagev0.1.14Runxi Yu2025-04-031-1/+1
* HTML: Don't use <table> for the repo index page's commit listRunxi Yu2025-04-032-30/+73
* HTTP: Serve raw blobs with application/octet-streamRunxi Yu2025-04-031-0/+1
* man: Update lindenii-forge.5 for daemon_pathRunxi Yu2025-04-031-0/+4
* HTML: Fix the repo file page toov0.1.13Runxi Yu2025-04-031-7/+7
* HTML: Use the proper repo_url_root in tree/rawtreev0.1.12Runxi Yu2025-04-033-14/+21
* HTTP: Ref type query errors should be 400, not 500Runxi Yu2025-04-031-1/+1
* HTTP: Remove resolved TODO on subgroupsRunxi Yu2025-04-031-2/+0
* HTML: Branches should link to a summary of that branchRunxi Yu2025-04-031-1/+1
* HTTP: Fix old commit hash field on commit pagev0.1.11Runxi Yu2025-04-031-1/+1
* Makefile: Put libraries after the sourceRunxi Yu2025-04-031-1/+1
* Makefile: Add git2d to the daemon's dependenciesRunxi Yu2025-04-031-1/+1
* Automatically deploy and run git2dRunxi Yu2025-04-034-2/+47
* HTML: Fix authorship fieldsRunxi Yu2025-04-031-2/+2
* HTTP: Use Go-style comments for Go, not C-style commentsRunxi Yu2025-04-031-2/+2
* lint: Disable dogsledRunxi Yu2025-04-031-0/+1
* HTTP: Use git2d for the repo indexRunxi Yu2025-04-033-78/+76
* Rename commitDisplay to commitDisplayOldRunxi Yu2025-04-033-8/+8
* HTTP: Make README rendering more composableRunxi Yu2025-04-031-36/+31
* resources: Embed git2dRunxi Yu2025-04-031-1/+3