aboutsummaryrefslogtreecommitdiff
path: root/git2d (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-03git2d: Initialize the path to zerosRunxi Yu1-1/+1
Otherwise it's a Conditional jump or move depends on uninitialised value(s)
2025-04-03git2d: Clean up commit author date/etc handling, and add emailRunxi Yu1-12/+14
2025-04-03git2d: Report recent commits tooRunxi Yu1-15/+68
Also reformat in a Linux-esque style. I can't really maintain KNF without using BSD indent(1).
2025-04-03git2d: Use BARE to send contents too, instead of using raw writeRunxi Yu3-23/+47
2025-04-03git2d: Ignore SIGPIPERunxi Yu1-0/+3
2025-04-03gti2d: Set umask to 0077 to secure the UNIX domain socketRunxi Yu1-0/+3
2025-04-03git2d: Slight cleanup; print error integers to connection for nowRunxi Yu1-7/+5
2025-04-03git2d: Specify socket path as argument instead of hardcodingRunxi Yu1-3/+7
2025-04-03git2d: Accept path from UDS with bare_get_data instead of hardcodingRunxi Yu1-8/+34
2025-04-03git2d: Use extern inline for utf8_decodeRunxi Yu2-1/+4
2025-04-03git2d: Import BARE and UTF-8 utilitiesRunxi Yu3-0/+527
2025-04-03git2d: Slight code style adjustmentRunxi Yu1-2/+1
2025-04-03git2d: InitializeRunxi Yu2-0/+142