aboutsummaryrefslogtreecommitdiff
path: root/git2d (follow)
Commit message (Collapse)AuthorAgeFilesLines
* git2d: Only show last three commits in index pagev0.1.14Runxi Yu2025-04-031-1/+1
|
* 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
|
* 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
|
* git2d: Use extern inline for utf8_decodeRunxi Yu2025-04-032-1/+4
|
* git2d: Import BARE and UTF-8 utilitiesRunxi Yu2025-04-033-0/+527
|
* git2d: Slight code style adjustmentRunxi Yu2025-04-031-2/+1
|
* git2d: InitializeRunxi Yu2025-04-032-0/+142