aboutsummaryrefslogtreecommitdiff
path: root/resources.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move things to internal/v0.1.23Runxi Yu2025-04-051-1/+1
|
* Use cmd/forge for the entry pointRunxi Yu2025-04-051-1/+1
|
* sshPubkey* shall no longer be global variablesRunxi Yu2025-04-051-1/+1
|
* source/static-Handler shall no longer be global variablesRunxi Yu2025-04-051-22/+4
|
* Separate code/README rendering and unsafe to their own packagesRunxi Yu2025-04-051-1/+2
|
* Refactor git2d comms to ./git2cRunxi Yu2025-04-051-3/+1
|
* Remove man pagesRunxi Yu2025-04-051-8/+1
| | | | They're better documented on the Web
* resources: Embed git2dRunxi Yu2025-04-031-1/+3
|
* More segments fixesRunxi Yu2025-04-011-3/+3
|
* Add descriptive comments to most Go functionsRunxi Yu2025-03-311-1/+3
|
* Replace FileContributor with FileCopyrightTextRunxi Yu2025-03-311-1/+1
|
* Serve tarball of source rather than using individual source filesRunxi Yu2025-03-311-10/+1
|
* ReformatRunxi Yu2025-03-311-2/+4
|
* Mandoc moreRunxi Yu2025-03-311-2/+8
|
* Avoid allocations by using unsafe strinng/bytes conversionsRunxi Yu2025-03-301-1/+1
|
* Fix group path trailing slashRunxi Yu2025-03-251-0/+1
|
* Variable name lengthsRunxi Yu2025-03-221-4/+7
|
* Initial lintingRunxi Yu2025-03-221-2/+3
|
* dereference_or_zeroRunxi Yu2025-03-211-1/+1
|
* Output git logs incrementallyRunxi Yu2025-03-211-4/+5
|
* Revert "Add gohtmplgen to the build process"Runxi Yu2025-03-191-1/+1
| | | | This reverts commit c00fbc1189c44b6d3d8c79033a3044deaf1c4ca1.
* Add gohtmplgen to the build processRunxi Yu2025-03-191-1/+1
|
* Remove underscores from Go code, pt 4Runxi Yu2025-03-191-10/+10
|
* Remove underscores from Go code, pt 2Runxi Yu2025-03-181-4/+4
|
* Remove underscores from Go code, pt 1Runxi Yu2025-03-181-1/+1
|
* git_hooks_client -> hookcRunxi Yu2025-03-181-2/+2
|
* *: ReformatRunxi Yu2025-03-091-1/+1
|
* http/templates: Minify templatesRunxi Yu2025-03-071-2/+31
|
* repo/index: Display repo info only, when commits/files unavailableRunxi Yu2025-03-071-3/+3
|
* http/templates: Add query_escape and path_escapeRunxi Yu2025-03-071-0/+2
|
* scripts, sql: ReorganizeRunxi Yu2025-03-061-2/+1
|
* *: Typing fixesRunxi Yu2025-03-051-1/+2
|
* *: Replacing more := with varRunxi Yu2025-03-051-2/+1
|
* Add SPDX license headers to all Go filesRunxi Yu2025-03-031-0/+3
|
* *.go: ReformatRunxi Yu2025-02-181-0/+3
|
* *.go: Add some comments for docsRunxi Yu2025-02-181-10/+5
|
* *: Restructure build systemRunxi Yu2025-02-171-2/+2
|
* resources.go: Embed git_hooks_client/*Runxi Yu2025-02-171-0/+1
|
* resources.go: Add .gitattributes tooRunxi Yu2025-02-151-1/+2
|
* Makefile, resources.go: Add vendor directory to serve library sourceRunxi Yu2025-02-151-0/+1
|
* *: Use Makefile, and generate a versionRunxi Yu2025-02-141-0/+1
|
* *.go: ReformatRunxi Yu2025-02-121-1/+1
|
* resources: Add schema.sql to source_fsRunxi Yu2025-02-121-0/+1
|
* *: Migrate to the new path schemeRunxi Yu2025-02-121-15/+11
|
* resources: Serve source and static properlyRunxi Yu2025-02-101-1/+16
| | | | ... except that it won't run because of URL conflicts for now
* repo_tree: Fix URL and anchor issuesRunxi Yu2025-02-101-1/+4
|
* repo_index: Use the first line of the commit messageRunxi Yu2025-02-101-1/+1
|
* {main,resources}.go: Serve static/ properlyRunxi Yu2025-02-091-1/+1
|
* *: Basic web serverRunxi Yu2025-02-051-0/+32