aboutsummaryrefslogtreecommitdiff
path: root/git2d/main.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* git2d: Separate the files a bitRunxi Yu2025-04-051-190/+1
|
* 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-031-16/+40
|
* 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: Slight code style adjustmentRunxi Yu2025-04-031-2/+1
|
* git2d: InitializeRunxi Yu2025-04-031-0/+141