aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git2d: Only show last three commits in index pagev0.1.14Runxi Yu2025-04-031-1/+1
* HTML: Don't use <table> for the repo index page's commit listRunxi Yu2025-04-032-30/+73
* HTTP: Serve raw blobs with application/octet-streamRunxi Yu2025-04-031-0/+1
* man: Update lindenii-forge.5 for daemon_pathRunxi Yu2025-04-031-0/+4
* 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
* 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
* 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
* 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
* 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
* 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
* 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