aboutsummaryrefslogtreecommitdiff
path: root/git2d (follow)
Commit message (Collapse)AuthorAgeFilesLines
* git2c, git2d: Rename cmd1 and cmd2 descriptivelyv0.1.31Runxi Yu2025-04-064-6/+6
|
* git2d: Remove UTF-8 checksRunxi Yu2025-04-054-129/+3
|
* git2d: Add a basic command for treeRunxi Yu2025-04-053-0/+128
|
* git2d: Add license headerRunxi Yu2025-04-051-0/+5
|
* git2d: Factor commands out into their own filesRunxi Yu2025-04-053-98/+122
|
* git2d: More sensible variable locationRunxi Yu2025-04-051-1/+1
|
* git2d: Add some descriptive commentsRunxi Yu2025-04-051-5/+5
|
* git2d: Accept an uint commandRunxi Yu2025-04-051-7/+24
|
* git2d: Note to pass integer instead of the stringRunxi Yu2025-04-051-0/+1
|
* git2d: Add license headers where missingRunxi Yu2025-04-054-0/+20
|
* git2d: Separate the files a bitRunxi Yu2025-04-054-190/+205
|
* 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