aboutsummaryrefslogtreecommitdiff
path: root/git2d/main.c (unfollow)
Commit message (Collapse)AuthorFilesLines
26 hoursgit2d: Log errors from pthread_createHEADv0.1.51masterRunxi Yu1-1/+3
26 hoursgit2d: Warn instead of erroring out on malloc failure in main loopRunxi Yu1-2/+4
26 hoursgit2d: Warn and continue instead of quitting when unable to acceptv0.1.50Runxi Yu1-2/+4
I guess to temporarily mitigate git2d: accept: No file descriptors available before I really figure out what's going on.
2025-05-13git2d: Set backlog to 128v0.1.47Runxi Yu1-1/+1
2025-04-05git2d: Separate the files a bitRunxi Yu1-190/+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
Otherwise it's a Conditional jump or move depends on uninitialised value(s)
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
Also reformat in a Linux-esque style. I can't really maintain KNF without using BSD indent(1).
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