Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | git2d: Only show last three commits in index pagev0.1.14 | Runxi Yu | 2025-04-03 | 1 | -1/+1 | |
| | ||||||
* | HTML: Don't use <table> for the repo index page's commit list | Runxi Yu | 2025-04-03 | 2 | -30/+73 | |
| | | | | References: https://todo.sr.ht/~runxiyu/forge/9 | |||||
* | HTTP: Serve raw blobs with application/octet-stream | Runxi Yu | 2025-04-03 | 1 | -0/+1 | |
| | | | | | | | | | So we don't get XSSed. Might be useful to use heuristics to detect whether it's displayable as text/plain, though. Fixes: https://todo.sr.ht/~runxiyu/forge/20#event-411435 | |||||
* | man: Update lindenii-forge.5 for daemon_path | Runxi Yu | 2025-04-03 | 1 | -0/+4 | |
| | ||||||
* | HTML: Fix the repo file page toov0.1.13 | Runxi Yu | 2025-04-03 | 1 | -7/+7 | |
| | ||||||
* | HTML: Use the proper repo_url_root in tree/rawtreev0.1.12 | Runxi Yu | 2025-04-03 | 3 | -14/+21 | |
| | ||||||
* | HTTP: Ref type query errors should be 400, not 500 | Runxi Yu | 2025-04-03 | 1 | -1/+1 | |
| | ||||||
* | HTTP: Remove resolved TODO on subgroups | Runxi Yu | 2025-04-03 | 1 | -2/+0 | |
| | ||||||
* | HTML: Branches should link to a summary of that branch | Runxi Yu | 2025-04-03 | 1 | -1/+1 | |
| | ||||||
* | HTTP: Fix old commit hash field on commit pagev0.1.11 | Runxi Yu | 2025-04-03 | 1 | -1/+1 | |
| | | | | | | In 87b1ab51 we translated this part of Go code from snake_case to camelCase but the sed expression went rogue a bit and made one of the fields broken. | |||||
* | Makefile: Put libraries after the source | Runxi Yu | 2025-04-03 | 1 | -1/+1 | |
| | ||||||
* | Makefile: Add git2d to the daemon's dependencies | Runxi Yu | 2025-04-03 | 1 | -1/+1 | |
| | ||||||
* | Automatically deploy and run git2d | Runxi Yu | 2025-04-03 | 4 | -2/+47 | |
| | ||||||
* | HTML: Fix authorship fields | Runxi Yu | 2025-04-03 | 1 | -2/+2 | |
| | ||||||
* | HTTP: Use Go-style comments for Go, not C-style comments | Runxi Yu | 2025-04-03 | 1 | -2/+2 | |
| | ||||||
* | lint: Disable dogsled | Runxi Yu | 2025-04-03 | 1 | -0/+1 | |
| | ||||||
* | HTTP: Use git2d for the repo index | Runxi Yu | 2025-04-03 | 3 | -78/+76 | |
| | ||||||
* | Rename commitDisplay to commitDisplayOld | Runxi Yu | 2025-04-03 | 3 | -8/+8 | |
| | ||||||
* | HTTP: Make README rendering more composable | Runxi Yu | 2025-04-03 | 1 | -36/+31 | |
| | ||||||
* | resources: Embed git2d | Runxi Yu | 2025-04-03 | 1 | -1/+3 | |
| | ||||||
* | config: Add git.socket for git2d | Runxi Yu | 2025-04-03 | 3 | -0/+8 | |
| | ||||||
* | git2d: Initialize the path to zeros | Runxi Yu | 2025-04-03 | 1 | -1/+1 | |
| | | | | | Otherwise it's a Conditional jump or move depends on uninitialised value(s) | |||||
* | git2d: Clean up commit author date/etc handling, and add email | Runxi Yu | 2025-04-03 | 1 | -12/+14 | |
| | ||||||
* | git2d: Report recent commits too | Runxi Yu | 2025-04-03 | 1 | -15/+68 | |
| | | | | | Also reformat in a Linux-esque style. I can't really maintain KNF without using BSD indent(1). | |||||
* | git2d: Use BARE to send contents too, instead of using raw write | Runxi Yu | 2025-04-03 | 3 | -23/+47 | |
| | ||||||
* | CSS: Remove Comic Sans | Runxi Yu | 2025-04-03 | 1 | -4/+0 | |
| | | | | | It was originally supposed to be an OpenBSD joke but there are a few readability issues... | |||||
* | git2d: Ignore SIGPIPE | Runxi Yu | 2025-04-03 | 1 | -0/+3 | |
| | ||||||
* | gti2d: Set umask to 0077 to secure the UNIX domain socket | Runxi Yu | 2025-04-03 | 1 | -0/+3 | |
| |