aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Export symbols from database.goRunxi Yu2025-04-053-11/+11
|
* Use cmd/forge for the entry pointRunxi Yu2025-04-0548-360/+372
|
* git2c: git2c.go -> client.go, a more sensible nameRunxi Yu2025-04-051-0/+0
|
* packPasses shall no longer be a global variableRunxi Yu2025-04-054-8/+8
|
* sshPubkey* shall no longer be global variablesRunxi Yu2025-04-0510-29/+23
|
* ircSend* shall no longer be global variablesRunxi Yu2025-04-054-15/+13
|
* source/static-Handler shall no longer be global variablesRunxi Yu2025-04-056-27/+27
|
* database shall no longer be a global variableRunxi Yu2025-04-0520-46/+47
|
* misc: Move utils.go's string function to miscRunxi Yu2025-04-054-25/+15
|
* config shall no longer be a global variableRunxi Yu2025-04-0528-140/+145
|
* git2d: Remove UTF-8 checksRunxi Yu2025-04-054-129/+3
|
* .gitattributes: Ignore CI and linter configurationRunxi Yu2025-04-051-0/+2
|
* misc: Move url.go into the misc packageRunxi Yu2025-04-057-41/+48
|
* git2c: Fix regression in potential integer overflowRunxi Yu2025-04-051-1/+1
|
* Revert "Bump dependencies"Runxi Yu2025-04-052-3/+3
| | | | | | | | | | | This reverts commit ae9c65a8d2b1a1c1ee680a8ac3997f356cf86ad8. github.com/tdewolff/parse/v2 v2.7.22 seems to have introduced a regression (or perhaps other form of a change if not considered a regression – using it to minify Go's HTML templates has always been a bit of a hack) that causes templates to stop working. References: https://github.com/tdewolff/minify/issues/807
* ansiec: Move ansi escape codes to this moduleRunxi Yu2025-04-058-6/+38
|
* Bump dependenciesRunxi Yu2025-04-052-1/+3
|
* scripts: Remove the indent scriptRunxi Yu2025-04-051-14/+0
|
* Don't vendor dependencies for nowRunxi Yu2025-04-052-4/+2
|
* Switch to upstream scfg for nowRunxi Yu2025-04-053-2/+5
|
* 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
| | | | They're better documented on the Web
* 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
|