aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* HTML: Fix the repo file page toov0.1.13Runxi Yu2025-04-031-7/+7
|
* HTML: Use the proper repo_url_root in tree/rawtreev0.1.12Runxi Yu2025-04-033-14/+21
|
* HTTP: Ref type query errors should be 400, not 500Runxi Yu2025-04-031-1/+1
|
* HTTP: Remove resolved TODO on subgroupsRunxi Yu2025-04-031-2/+0
|
* HTML: Branches should link to a summary of that branchRunxi Yu2025-04-031-1/+1
|
* HTTP: Fix old commit hash field on commit pagev0.1.11Runxi Yu2025-04-031-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 sourceRunxi Yu2025-04-031-1/+1
|
* Makefile: Add git2d to the daemon's dependenciesRunxi Yu2025-04-031-1/+1
|
* Automatically deploy and run git2dRunxi Yu2025-04-034-2/+47
|
* HTML: Fix authorship fieldsRunxi Yu2025-04-031-2/+2
|
* HTTP: Use Go-style comments for Go, not C-style commentsRunxi Yu2025-04-031-2/+2
|
* lint: Disable dogsledRunxi Yu2025-04-031-0/+1
|
* HTTP: Use git2d for the repo indexRunxi Yu2025-04-033-78/+76
|
* Rename commitDisplay to commitDisplayOldRunxi Yu2025-04-033-8/+8
|
* HTTP: Make README rendering more composableRunxi Yu2025-04-031-36/+31
|
* resources: Embed git2dRunxi Yu2025-04-031-1/+3
|
* config: Add git.socket for git2dRunxi Yu2025-04-033-0/+8
|
* git2d: Initialize the path to zerosRunxi Yu2025-04-031-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 emailRunxi Yu2025-04-031-12/+14
|
* git2d: Report recent commits tooRunxi Yu2025-04-031-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 writeRunxi Yu2025-04-033-23/+47
|
* CSS: Remove Comic SansRunxi Yu2025-04-031-4/+0
| | | | | It was originally supposed to be an OpenBSD joke but there are a few readability issues...
* git2d: Ignore SIGPIPERunxi Yu2025-04-031-0/+3
|
* gti2d: Set umask to 0077 to secure the UNIX domain socketRunxi Yu2025-04-031-0/+3
|
* git2d: Slight cleanup; print error integers to connection for nowRunxi Yu2025-04-031-7/+5
|
* git2d: Specify socket path as argument instead of hardcodingRunxi Yu2025-04-031-3/+7
|
* git2d: Accept path from UDS with bare_get_data instead of hardcodingRunxi Yu2025-04-031-8/+34
|
* Disable CI for nowRunxi Yu2025-04-032-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_decodeRunxi Yu2025-04-033-3/+6
|
* git2d: Import BARE and UTF-8 utilitiesRunxi Yu2025-04-035-1/+529
|
* README: Remove the note about the Hare implementationRunxi Yu2025-04-031-6/+0
| | | | | We would like to pick it up sometime but that'd probably be the far future.
* git2d: Slight code style adjustmentRunxi Yu2025-04-031-2/+1
|
* git2d: InitializeRunxi Yu2025-04-033-1/+146
|
* README: Add instructions to email patchesRunxi Yu2025-04-021-1/+7
|
* LMTP: Fix patch handling (\r\n, mbox format, double-Wait)v0.1.10Runxi Yu2025-04-023-26/+34
|
* DB: Grammarv0.1.9Runxi Yu2025-04-021-1/+1
|
* Git: Simplify/lintRunxi Yu2025-04-021-10/+3
|
* Git: Fix command leak (need cmd.Wait())Runxi Yu2025-04-021-0/+6
|
* Git: Fix writeTree orderingRunxi Yu2025-04-021-2/+22
|
* Add missing "s" in 400_colonRunxi Yu2025-04-021-1/+1
|
* LMTP: Actually apply patches from emailRunxi Yu2025-04-022-34/+247
|
* LMTP: Fix mistake in command argumentsRunxi Yu2025-04-021-1/+4
|
* LMTP: Stub patch applicationRunxi Yu2025-04-025-4/+83
|
* Git: Return fsPath from OpenRepoRunxi Yu2025-04-022-4/+2
|
* LMTP: Add an SMTP request contextRunxi Yu2025-04-021-3/+11
|
* LMTP: Return 550 on errorsRunxi Yu2025-04-011-1/+9
|
* README: s#/:/#/-/#gRunxi Yu2025-04-011-4/+4
|
* HTTP: Clarify 400 colon pageRunxi Yu2025-04-011-1/+1
|
* LMTP: Fix error scopingRunxi Yu2025-04-011-2/+3
|
* Fix colon warning page's headersRunxi Yu2025-04-011-7/+7
|