aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Stop using the cursed contentfulSegmentsLenRunxi Yu2025-03-211-30/+32
|
* Bump lindenii-commonRunxi Yu2025-03-212-3/+3
|
* dereference_or_zeroRunxi Yu2025-03-212-1/+9
|
* Removing s/stale/existing/g socketRunxi Yu2025-03-211-6/+6
|
* Output git logs incrementallyRunxi Yu2025-03-216-7/+56
|
* Bump Go version to 1.24.1Runxi Yu2025-03-211-1/+1
|
* ReformatRunxi Yu2025-03-211-1/+1
|
* Revert "main: Add pprof listener for performance debugging"Runxi Yu2025-03-211-13/+0
| | | | This reverts commit 5ec84ffa3f06295ef3d93f7db18f7e0e9ed184eb.
* Bump dependenciesRunxi Yu2025-03-213-13/+12
|
* Rename httpRouterRunxi Yu2025-03-212-3/+3
|
* Revert "Add gohtmplgen to the build process"Runxi Yu2025-03-192-3/+1
| | | | This reverts commit c00fbc1189c44b6d3d8c79033a3044deaf1c4ca1.
* Add gohtmplgen to the build processRunxi Yu2025-03-192-1/+3
|
* Remove underscores from Go code, pt 6Runxi Yu2025-03-194-21/+20
|
* Remove underscores from Go code, pt 6Runxi Yu2025-03-1911-96/+94
|
* Remove underscores from Go code, pt 5Runxi Yu2025-03-196-20/+20
|
* Remove old style guideRunxi Yu2025-03-191-9/+0
|
* Remove underscores from Go code, pt 4Runxi Yu2025-03-1931-546/+544
|
* Remove underscores from Go code, pt 3Runxi Yu2025-03-1916-183/+183
|
* Remove underscores from Go code, pt 2Runxi Yu2025-03-1814-55/+55
|
* gofumptRunxi Yu2025-03-185-8/+10
|
* Remove underscores from Go code, pt 1Runxi Yu2025-03-187-31/+29
|
* git_hooks_client -> hookcRunxi Yu2025-03-187-10/+10
|
* Revert "Comic Sans"Runxi Yu2025-03-171-1/+1
| | | | This reverts commit 254b86d5f486605582f0f4640e046b4a7a0a9c30.
* Comic SansRunxi Yu2025-03-161-1/+1
|
* Show branchesRunxi Yu2025-03-162-0/+30
|
* *: go-humanize is a direct dependency, not indirectRunxi Yu2025-03-131-1/+1
|
* css: Make the chunk addition/deletion/etc colors slightly sanerRunxi Yu2025-03-131-4/+4
|
* readme: We're switching to HareRunxi Yu2025-03-131-0/+4
|
* css, html: Fix for multi-row headers and footersRunxi Yu2025-03-103-15/+21
|
* css, html: Rounded cornersRunxi Yu2025-03-1012-16/+48
|
* css: Make --danger-color actually redRunxi Yu2025-03-101-2/+2
|
* index: Humanize allocated sizeRunxi Yu2025-03-094-2/+7
|
* index: Remove unnecessary newlines in tdRunxi Yu2025-03-091-3/+1
|
* *: ReformatRunxi Yu2025-03-091-1/+1
|
* main: Add pprof listener for performance debuggingRunxi Yu2025-03-091-0/+13
|
* index: Rename gc button againRunxi Yu2025-03-091-1/+1
|
* index: Show allocated bytesRunxi Yu2025-03-092-3/+12
|
* gc: Add a garbage collection buttonRunxi Yu2025-03-093-0/+20
|
* *: Downgrade go-git from main to v5.14.0Runxi Yu2025-03-083-8/+24
| | | | | | | | Commit bb5c35196ee55b82f6506d69257de0e59cd8c41d from the main branch of go-git causes ridiculous amounts of CPU and RAM usage with tree.Size() for large repos like asahi-linux.git. References: https://github.com/go-git/go-git/issues/1451
* readme: Mention email interfaceRunxi Yu2025-03-081-1/+1
|
* *: Add missing license headersRunxi Yu2025-03-086-0/+18
|
* *: Bump dependenciesRunxi Yu2025-03-072-3/+3
|
* http/templates: Reduce whitespaceRunxi Yu2025-03-0714-197/+196
|
* http/templates: Minify templatesRunxi Yu2025-03-073-4/+40
|
* css: Don't bold table headers unless it's a .title-rowRunxi Yu2025-03-071-0/+4
|
* repo/index: Emit warning when path contains newlineRunxi Yu2025-03-074-0/+36
|
* hooks: Simplify comments in the hook clientRunxi Yu2025-03-071-32/+26
|
* repo/index: Display repo info only, when commits/files unavailableRunxi Yu2025-03-074-69/+74
|
* index, group: Escape path anchorsRunxi Yu2025-03-072-3/+3
| | | | Fixes: https://todo.sr.ht/~runxiyu/forge/1
* http/templates: Add query_escape and path_escapeRunxi Yu2025-03-072-0/+11
|