Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2025-04-05 | git2d: Separate the files a bit | Runxi Yu | 1 | -190/+1 |
2025-04-03 | git2d: Only show last three commits in index pagev0.1.14 | Runxi Yu | 1 | -1/+1 |
2025-04-03 | git2d: Initialize the path to zeros | Runxi Yu | 1 | -1/+1 |
2025-04-03 | git2d: Clean up commit author date/etc handling, and add email | Runxi Yu | 1 | -12/+14 |
2025-04-03 | git2d: Report recent commits too | Runxi Yu | 1 | -15/+68 |
2025-04-03 | git2d: Use BARE to send contents too, instead of using raw write | Runxi Yu | 1 | -16/+40 |
2025-04-03 | git2d: Ignore SIGPIPE | Runxi Yu | 1 | -0/+3 |
2025-04-03 | gti2d: Set umask to 0077 to secure the UNIX domain socket | Runxi Yu | 1 | -0/+3 |
2025-04-03 | git2d: Slight cleanup; print error integers to connection for now | Runxi Yu | 1 | -7/+5 |
2025-04-03 | git2d: Specify socket path as argument instead of hardcoding | Runxi Yu | 1 | -3/+7 |
2025-04-03 | git2d: Accept path from UDS with bare_get_data instead of hardcoding | Runxi Yu | 1 | -8/+34 |
2025-04-03 | git2d: Slight code style adjustment | Runxi Yu | 1 | -2/+1 |
2025-04-03 | git2d: Initialize | Runxi Yu | 1 | -0/+141 |