| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Hooks: Fix for non-Linux systems | Runxi Yu | 2025-04-05 | 1 | -4/+7 | |
| | | ||||||
| * | CSS: README line height 1.3 | Runxi Yu | 2025-04-05 | 1 | -0/+1 | |
| | | ||||||
| * | scfg: Error out when required directives are missingv0.1.25 | Runxi Yu | 2025-04-05 | 2 | -2/+14 | |
| | | ||||||
| * | Move scfg into the repo and don't error out on unknown fields | Runxi Yu | 2025-04-05 | 11 | -8/+1369 | |
| | | ||||||
| * | Unexport some other things | Runxi Yu | 2025-04-05 | 4 | -14/+12 | |
| | | ||||||
| * | Do not export version | Runxi Yu | 2025-04-05 | 3 | -3/+3 | |
| | | ||||||
| * | Unexport fields in Serverv0.1.24 | Runxi Yu | 2025-04-05 | 28 | -124/+124 | |
| | | ||||||
| * | Add missing copyright headers | Runxi Yu | 2025-04-05 | 11 | -0/+33 | |
| | | ||||||
| * | Move things to internal/v0.1.23 | Runxi Yu | 2025-04-05 | 29 | -24/+24 | |
| | | ||||||
| * | Export symbols from database.go | Runxi Yu | 2025-04-05 | 3 | -11/+11 | |
| | | ||||||
| * | Use cmd/forge for the entry point | Runxi Yu | 2025-04-05 | 48 | -360/+372 | |
| | | ||||||
| * | git2c: git2c.go -> client.go, a more sensible name | Runxi Yu | 2025-04-05 | 1 | -0/+0 | |
| | | ||||||
| * | packPasses shall no longer be a global variable | Runxi Yu | 2025-04-05 | 4 | -8/+8 | |
| | | ||||||
| * | sshPubkey* shall no longer be global variables | Runxi Yu | 2025-04-05 | 10 | -29/+23 | |
| | | ||||||
| * | ircSend* shall no longer be global variables | Runxi Yu | 2025-04-05 | 4 | -15/+13 | |
| | | ||||||
| * | source/static-Handler shall no longer be global variables | Runxi Yu | 2025-04-05 | 6 | -27/+27 | |
| | | ||||||
| * | database shall no longer be a global variable | Runxi Yu | 2025-04-05 | 20 | -46/+47 | |
| | | ||||||
| * | misc: Move utils.go's string function to misc | Runxi Yu | 2025-04-05 | 4 | -25/+15 | |
| | | ||||||
| * | config shall no longer be a global variable | Runxi Yu | 2025-04-05 | 28 | -140/+145 | |
| | | ||||||
| * | git2d: Remove UTF-8 checks | Runxi Yu | 2025-04-05 | 4 | -129/+3 | |
| | | ||||||
| * | .gitattributes: Ignore CI and linter configuration | Runxi Yu | 2025-04-05 | 1 | -0/+2 | |
| | | ||||||
| * | misc: Move url.go into the misc package | Runxi Yu | 2025-04-05 | 7 | -41/+48 | |
| | | ||||||
| * | git2c: Fix regression in potential integer overflow | Runxi Yu | 2025-04-05 | 1 | -1/+1 | |
| | | ||||||
| * | Revert "Bump dependencies" | Runxi Yu | 2025-04-05 | 2 | -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 module | Runxi Yu | 2025-04-05 | 8 | -6/+38 | |
| | | ||||||
| * | Bump dependencies | Runxi Yu | 2025-04-05 | 2 | -1/+3 | |
| | | ||||||
| * | scripts: Remove the indent script | Runxi Yu | 2025-04-05 | 1 | -14/+0 | |
| | | ||||||
| * | Don't vendor dependencies for now | Runxi Yu | 2025-04-05 | 2 | -4/+2 | |
| | | ||||||
| * | Switch to upstream scfg for now | Runxi Yu | 2025-04-05 | 3 | -2/+5 | |
| | | ||||||
| * | Move FirstOrPanic into this module | Runxi Yu | 2025-04-05 | 2 | -1/+9 | |
| | | ||||||
| * | Use log/slog instead of clog | Runxi Yu | 2025-04-05 | 7 | -48/+68 | |
| | | ||||||
| * | Separate code/README rendering and unsafe to their own packages | Runxi Yu | 2025-04-05 | 12 | -29/+45 | |
| | | ||||||
| * | Remove renderReadmeAtTree | Runxi Yu | 2025-04-05 | 1 | -18/+0 | |
| | | ||||||
| * | Remove ristretto as unused for now | Runxi Yu | 2025-04-05 | 2 | -12/+0 | |
| | | ||||||
| * | HTTP: Replace if-else chain with switch | Runxi Yu | 2025-04-05 | 2 | -6/+8 | |
| | | ||||||
| * | Remove current caching mechanisms | Runxi Yu | 2025-04-05 | 4 | -106/+0 | |
| | | ||||||
| * | HTTP: Remove GC | Runxi Yu | 2025-04-05 | 3 | -26/+0 | |
| | | ||||||
| * | Refactor git2d comms to ./git2c | Runxi Yu | 2025-04-05 | 8 | -268/+253 | |
| | | ||||||
| * | Remove the extra .gitignore in man/ | Runxi Yu | 2025-04-05 | 1 | -2/+0 | |
| | | ||||||
| * | Remove man pages | Runxi Yu | 2025-04-05 | 9 | -669/+3 | |
| | | | | | They're better documented on the Web | |||||
| * | Reduce unnecessary allocations when converting []byte to stringv0.1.22 | Runxi Yu | 2025-04-05 | 5 | -13/+13 | |
| | | ||||||
| * | Reduce allocations when converting string to []byte | Runxi Yu | 2025-04-05 | 4 | -6/+6 | |
| | | ||||||
| * | CSS: Add margin-bottom on footerv0.1.21 | Runxi Yu | 2025-04-05 | 1 | -0/+1 | |
| | | ||||||
| * | HTML: Update footer to include a support linkv0.1.20 | Runxi Yu | 2025-04-05 | 1 | -1/+2 | |
| | | ||||||
| * | Be a bit more careful handling size integer overflows and suchv0.1.19 | Runxi Yu | 2025-04-05 | 3 | -6/+5 | |
| | | ||||||
| * | HTTP: Use range in for loops over integers | Runxi Yu | 2025-04-05 | 2 | -2/+2 | |
| | | ||||||
| * | HTTP: Avoid an sprintf | Runxi Yu | 2025-04-05 | 2 | -2/+2 | |
| | | ||||||
| * | HTML: nosec G203 lint | Runxi Yu | 2025-04-05 | 1 | -2/+2 | |
| | | ||||||
| * | SQL: Remove purge.sql and test.sql as outdated and unnecessaryv0.1.18 | Runxi Yu | 2025-04-05 | 2 | -45/+0 | |
| | | ||||||
| * | HTTP: Make the tree and raw endpoints use git2d | Runxi Yu | 2025-04-05 | 3 | -190/+226 | |
| | | ||||||
