Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | git2d: Add a basic command for tree | Runxi Yu | 2025-04-05 | 3 | -0/+128 | |
| | ||||||
* | HTML: Broken branches warning | Runxi Yu | 2025-04-05 | 6 | -0/+40 | |
| | ||||||
* | git2d: Add license header | Runxi Yu | 2025-04-05 | 1 | -0/+5 | |
| | ||||||
* | git2d: Factor commands out into their own files | Runxi Yu | 2025-04-05 | 4 | -98/+125 | |
| | ||||||
* | git2d: More sensible variable location | Runxi Yu | 2025-04-05 | 1 | -1/+1 | |
| | ||||||
* | git2d: Add some descriptive comments | Runxi Yu | 2025-04-05 | 1 | -5/+5 | |
| | ||||||
* | git2d: Accept an uint command | Runxi Yu | 2025-04-05 | 2 | -8/+31 | |
| | ||||||
* | git2d: Note to pass integer instead of the string | Runxi Yu | 2025-04-05 | 1 | -0/+1 | |
| | ||||||
* | git2d: Add license headers where missing | Runxi Yu | 2025-04-05 | 4 | -0/+20 | |
| | ||||||
* | git2d: Separate the files a bit | Runxi Yu | 2025-04-05 | 5 | -191/+206 | |
| | ||||||
* | Makefile: Statically build Go | Runxi Yu | 2025-04-05 | 1 | -1/+1 | |
| | ||||||
* | Makefile: Note on GNUisms | Runxi Yu | 2025-04-05 | 1 | -0/+6 | |
| | ||||||
* | Makefile: Cleanup and utilize dependencies correctly | Runxi Yu | 2025-04-05 | 3 | -11/+11 | |
| | ||||||
* | Bump dependencies | Runxi Yu | 2025-04-04 | 2 | -1/+4 | |
| | ||||||
* | Makefile: Compile git2d as one compilation unit | Runxi Yu | 2025-04-04 | 1 | -1/+1 | |
| | ||||||
* | Update dependencies | Runxi Yu | 2025-04-03 | 2 | -5/+6 | |
| | ||||||
* | Update go.mod | Runxi Yu | 2025-04-03 | 1 | -3/+3 | |
| | ||||||
* | HTML: cd {{ .repo_name }} instead of hardcoding powxy... | Runxi Yu | 2025-04-03 | 1 | -1/+1 | |
| | ||||||
* | HTML: Repo patch mailing list should not include final slashv0.1.17 | Runxi Yu | 2025-04-03 | 1 | -1/+1 | |
| | ||||||
* | HTML: Add contribution guidelines in the MR tabv0.1.16 | Runxi Yu | 2025-04-03 | 3 | -9/+18 | |
| | ||||||
* | README: Update status on patch conversions | Runxi Yu | 2025-04-03 | 1 | -1/+2 | |
| | ||||||
* | CSS: Remove .commit-list-small .event's borderv0.1.15 | Runxi Yu | 2025-04-03 | 1 | -1/+0 | |
| |