Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | git2d: Slight cleanup; print error integers to connection for now | Runxi Yu | 2025-04-03 | 1 | -7/+5 | |
| | ||||||
* | git2d: Specify socket path as argument instead of hardcoding | Runxi Yu | 2025-04-03 | 1 | -3/+7 | |
| | ||||||
* | git2d: Accept path from UDS with bare_get_data instead of hardcoding | Runxi Yu | 2025-04-03 | 1 | -8/+34 | |
| | ||||||
* | Disable CI for now | Runxi Yu | 2025-04-03 | 2 | -32/+0 | |
| | | | | | | | I'm currently not working on places where the CI would be helpful anyway, and having to -o skip-ci then push to other remotes separately is getting a bit annoying, otherwise I would be wasting builds.sr.ht's resources unnecessarily. | |||||
* | git2d: Use extern inline for utf8_decode | Runxi Yu | 2025-04-03 | 3 | -3/+6 | |
| | ||||||
* | git2d: Import BARE and UTF-8 utilities | Runxi Yu | 2025-04-03 | 5 | -1/+529 | |
| | ||||||
* | README: Remove the note about the Hare implementation | Runxi Yu | 2025-04-03 | 1 | -6/+0 | |
| | | | | | We would like to pick it up sometime but that'd probably be the far future. | |||||
* | git2d: Slight code style adjustment | Runxi Yu | 2025-04-03 | 1 | -2/+1 | |
| | ||||||
* | git2d: Initialize | Runxi Yu | 2025-04-03 | 3 | -1/+146 | |
| | ||||||
* | README: Add instructions to email patches | Runxi Yu | 2025-04-02 | 1 | -1/+7 | |
| | ||||||
* | LMTP: Fix patch handling (\r\n, mbox format, double-Wait)v0.1.10 | Runxi Yu | 2025-04-02 | 3 | -26/+34 | |
| | ||||||
* | DB: Grammarv0.1.9 | Runxi Yu | 2025-04-02 | 1 | -1/+1 | |
| | ||||||
* | Git: Simplify/lint | Runxi Yu | 2025-04-02 | 1 | -10/+3 | |
| | ||||||
* | Git: Fix command leak (need cmd.Wait()) | Runxi Yu | 2025-04-02 | 1 | -0/+6 | |
| | ||||||
* | Git: Fix writeTree ordering | Runxi Yu | 2025-04-02 | 1 | -2/+22 | |
| | ||||||
* | Add missing "s" in 400_colon | Runxi Yu | 2025-04-02 | 1 | -1/+1 | |
| | ||||||
* | LMTP: Actually apply patches from email | Runxi Yu | 2025-04-02 | 2 | -34/+247 | |
| | ||||||
* | LMTP: Fix mistake in command arguments | Runxi Yu | 2025-04-02 | 1 | -1/+4 | |
| | ||||||
* | LMTP: Stub patch application | Runxi Yu | 2025-04-02 | 5 | -4/+83 | |
| | ||||||
* | Git: Return fsPath from OpenRepo | Runxi Yu | 2025-04-02 | 2 | -4/+2 | |
| | ||||||
* | LMTP: Add an SMTP request context | Runxi Yu | 2025-04-02 | 1 | -3/+11 | |
| | ||||||
* | LMTP: Return 550 on errors | Runxi Yu | 2025-04-01 | 1 | -1/+9 | |
| | ||||||
* | README: s#/:/#/-/#g | Runxi Yu | 2025-04-01 | 1 | -4/+4 | |
| | ||||||
* | HTTP: Clarify 400 colon page | Runxi Yu | 2025-04-01 | 1 | -1/+1 | |
| | ||||||
* | LMTP: Fix error scoping | Runxi Yu | 2025-04-01 | 1 | -2/+3 | |
| | ||||||
* | Fix colon warning page's headers | Runxi Yu | 2025-04-01 | 1 | -7/+7 | |
| | ||||||
* | Change /: in templates | Runxi Yu | 2025-04-01 | 5 | -9/+9 | |
| | | | | Probably more nasty ones to come | |||||
* | More segments fixes | Runxi Yu | 2025-04-01 | 3 | -6/+6 | |
| | ||||||
* | Adjust head | Runxi Yu | 2025-04-01 | 1 | -1/+1 | |
| |