aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Move FirstOrPanic into this moduleRunxi Yu2025-04-052-1/+9
* Use log/slog instead of clogRunxi Yu2025-04-057-48/+68
* Separate code/README rendering and unsafe to their own packagesRunxi Yu2025-04-0512-29/+45
* Remove renderReadmeAtTreeRunxi Yu2025-04-051-18/+0
* Remove ristretto as unused for nowRunxi Yu2025-04-052-12/+0
* HTTP: Replace if-else chain with switchRunxi Yu2025-04-052-6/+8
* Remove current caching mechanismsRunxi Yu2025-04-054-106/+0
* HTTP: Remove GCRunxi Yu2025-04-053-26/+0
* Refactor git2d comms to ./git2cRunxi Yu2025-04-058-268/+253
* Remove the extra .gitignore in man/Runxi Yu2025-04-051-2/+0
* Remove man pagesRunxi Yu2025-04-059-669/+3
* Reduce unnecessary allocations when converting []byte to stringv0.1.22Runxi Yu2025-04-055-13/+13
* Reduce allocations when converting string to []byteRunxi Yu2025-04-054-6/+6
* 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