aboutsummaryrefslogtreecommitdiff
path: root/resources.go (unfollow)
Commit message (Expand)AuthorFilesLines
2025-04-05templates shall no longer be a global variableRunxi Yu1-5/+3
2025-04-05Move trivial template functions into miscRunxi Yu1-5/+5
2025-04-05Export functions intended to be used in HTML templatesRunxi Yu1-5/+5
2025-04-05Move things to internal/v0.1.23Runxi Yu1-1/+1
2025-04-05Use cmd/forge for the entry pointRunxi Yu1-1/+1
2025-04-05sshPubkey* shall no longer be global variablesRunxi Yu1-1/+1
2025-04-05source/static-Handler shall no longer be global variablesRunxi Yu1-22/+4
2025-04-05Separate code/README rendering and unsafe to their own packagesRunxi Yu1-1/+2
2025-04-05Refactor git2d comms to ./git2cRunxi Yu1-3/+1
2025-04-05Remove man pagesRunxi Yu1-8/+1
2025-04-03resources: Embed git2dRunxi Yu1-1/+3
2025-04-01More segments fixesRunxi Yu1-3/+3
2025-03-31Add descriptive comments to most Go functionsRunxi Yu1-1/+3
2025-03-31Replace FileContributor with FileCopyrightTextRunxi Yu1-1/+1
2025-03-31Serve tarball of source rather than using individual source filesRunxi Yu1-10/+1
2025-03-31ReformatRunxi Yu1-2/+4
2025-03-31Mandoc moreRunxi Yu1-2/+8
2025-03-30Avoid allocations by using unsafe strinng/bytes conversionsRunxi Yu1-1/+1
2025-03-25Fix group path trailing slashRunxi Yu1-0/+1
2025-03-22Variable name lengthsRunxi Yu1-4/+7
2025-03-22Initial lintingRunxi Yu1-2/+3
2025-03-21dereference_or_zeroRunxi Yu1-1/+1
2025-03-21Output git logs incrementallyRunxi Yu1-4/+5
2025-03-19Revert "Add gohtmplgen to the build process"Runxi Yu1-1/+1
2025-03-19Add gohtmplgen to the build processRunxi Yu1-1/+1
2025-03-19Remove underscores from Go code, pt 4Runxi Yu1-10/+10
2025-03-18Remove underscores from Go code, pt 2Runxi Yu1-4/+4
2025-03-18Remove underscores from Go code, pt 1Runxi Yu1-1/+1
2025-03-18git_hooks_client -> hookcRunxi Yu1-2/+2
2025-03-09*: ReformatRunxi Yu1-1/+1
2025-03-07http/templates: Minify templatesRunxi Yu1-2/+31
2025-03-07repo/index: Display repo info only, when commits/files unavailableRunxi Yu1-3/+3
2025-03-07http/templates: Add query_escape and path_escapeRunxi Yu1-0/+2
2025-03-06scripts, sql: ReorganizeRunxi Yu1-2/+1
2025-03-05*: Typing fixesRunxi Yu1-1/+2
2025-03-05*: Replacing more := with varRunxi Yu1-2/+1
2025-03-03Add SPDX license headers to all Go filesRunxi Yu1-0/+3
2025-02-18*.go: ReformatRunxi Yu1-0/+3
2025-02-18*.go: Add some comments for docsRunxi Yu1-10/+5
2025-02-17*: Restructure build systemRunxi Yu1-2/+2
2025-02-17resources.go: Embed git_hooks_client/*Runxi Yu1-0/+1
2025-02-15resources.go: Add .gitattributes tooRunxi Yu1-1/+2
2025-02-15Makefile, resources.go: Add vendor directory to serve library sourceRunxi Yu1-0/+1
2025-02-14*: Use Makefile, and generate a versionRunxi Yu1-0/+1
2025-02-12*.go: ReformatRunxi Yu1-1/+1
2025-02-12resources: Add schema.sql to source_fsRunxi Yu1-0/+1
2025-02-12*: Migrate to the new path schemeRunxi Yu1-15/+11
2025-02-10resources: Serve source and static properlyRunxi Yu1-1/+16
2025-02-10repo_tree: Fix URL and anchor issuesRunxi Yu1-1/+4
2025-02-10repo_index: Use the first line of the commit messageRunxi Yu1-1/+1