aboutsummaryrefslogtreecommitdiff
path: root/git2d (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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