aboutsummaryrefslogtreecommitdiff
path: root/git2d/session.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-04-06git2c, git2d: Rename cmd1 and cmd2 descriptivelyv0.1.31Runxi Yu1-2/+2
2025-04-05git2d: Add a basic command for treeRunxi Yu1-0/+5
2025-04-05git2d: Factor commands out into their own filesRunxi Yu1-98/+3
2025-04-05git2d: More sensible variable locationRunxi Yu1-1/+1
2025-04-05git2d: Add some descriptive commentsRunxi Yu1-5/+5
2025-04-05git2d: Accept an uint commandRunxi Yu1-7/+24
2025-04-05git2d: Note to pass integer instead of the stringRunxi Yu1-0/+1
2025-04-05git2d: Add license headers where missingRunxi Yu1-0/+5
2025-04-05git2d: Separate the files a bitRunxi Yu1-111/+1
2025-04-03git2d: Only show last three commits in index pagev0.1.14Runxi Yu1-1/+1
2025-04-03git2d: Initialize the path to zerosRunxi Yu1-1/+1
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
2025-04-03git2d: Use BARE to send contents too, instead of using raw writeRunxi Yu1-16/+40
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: Slight code style adjustmentRunxi Yu1-2/+1
2025-04-03git2d: InitializeRunxi Yu1-0/+141