Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Remind visitors of the change | Runxi Yu | 2025-04-01 | 3 | -0/+38 | |
| | ||||||
* | Change the main separator from : to - | Runxi Yu | 2025-04-01 | 3 | -6/+6 | |
| | | | | Implements: https://todo.sr.ht/~runxiyu/forge/28 | |||||
* | LMTP: Patch handling stub | Runxi Yu | 2025-04-01 | 4 | -9/+75 | |
| | ||||||
* | Remove unnecessary clause in the Makefile | Runxi Yu | 2025-04-01 | 1 | -1/+1 | |
| | ||||||
* | Rename man pages to start with lindenii-forge- | Runxi Yu | 2025-04-01 | 5 | -17/+17 | |
| | ||||||
* | Add forge-mail(5) and update forge(5) for LMTP | Runxi Yu | 2025-04-01 | 3 | -1/+46 | |
| | ||||||
* | LMTP configuration update | Runxi Yu | 2025-04-01 | 3 | -2/+20 | |
| | ||||||
* | Basic debugging LMTP handler | Runxi Yu | 2025-04-01 | 6 | -3/+138 | |
| | ||||||
* | Stub LMTP listener | Runxi Yu | 2025-04-01 | 5 | -52/+97 | |
| | ||||||
* | Update URLv0.1.8 | Runxi Yu | 2025-03-31 | 2 | -4/+4 | |
| | ||||||
* | Add link to man pages | Runxi Yu | 2025-03-31 | 1 | -0/+1 | |
| | ||||||
* | Add a forge(1) man page | Runxi Yu | 2025-03-31 | 2 | -1/+36 | |
| | ||||||
* | Add descriptive comments to most Go functions | Runxi Yu | 2025-03-31 | 44 | -42/+211 | |
| | ||||||
* | Correct table headers in MR indicesv0.1.6 | Runxi Yu | 2025-03-31 | 1 | -2/+2 | |
| |