Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git2d: Warn and continue instead of quitting when unable to acceptv0.1.50 | Runxi Yu | 2025-06-08 | 1 | -2/+4 |
| | | | | | | | | I guess to temporarily mitigate git2d: accept: No file descriptors available before I really figure out what's going on. | ||||
* | git2d: Set backlog to 128v0.1.47 | Runxi Yu | 2025-05-13 | 1 | -1/+1 |
| | |||||
* | git2c: Some perror | Runxi Yu | 2025-05-02 | 2 | -6/+9 |
| | |||||
* | git2c, git2d: Rename cmd1 and cmd2 descriptivelyv0.1.31 | Runxi Yu | 2025-04-06 | 4 | -6/+6 |
| | |||||
* | git2d: Remove UTF-8 checks | Runxi Yu | 2025-04-05 | 4 | -129/+3 |
| | |||||
* | git2d: Add a basic command for tree | Runxi Yu | 2025-04-05 | 3 | -0/+128 |
| | |||||
* | git2d: Add license header | Runxi Yu | 2025-04-05 | 1 | -0/+5 |
| | |||||
* | git2d: Factor commands out into their own files | Runxi Yu | 2025-04-05 | 3 | -98/+122 |
| | |||||
* | git2d: More sensible variable location | Runxi Yu | 2025-04-05 | 1 | -1/+1 |
| | |||||
* | git2d: Add some descriptive comments | Runxi Yu | 2025-04-05 | 1 | -5/+5 |
| | |||||
* | git2d: Accept an uint command | Runxi Yu | 2025-04-05 | 1 | -7/+24 |
| | |||||
* | git2d: Note to pass integer instead of the string | Runxi Yu | 2025-04-05 | 1 | -0/+1 |
| | |||||
* | git2d: Add license headers where missing | Runxi Yu | 2025-04-05 | 4 | -0/+20 |
| | |||||
* | git2d: Separate the files a bit | Runxi Yu | 2025-04-05 | 4 | -190/+205 |
| | |||||
* | git2d: Only show last three commits in index pagev0.1.14 | Runxi Yu | 2025-04-03 | 1 | -1/+1 |
| | |||||
* | git2d: Initialize the path to zeros | Runxi Yu | 2025-04-03 | 1 | -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 email | Runxi Yu | 2025-04-03 | 1 | -12/+14 |
| | |||||
* | git2d: Report recent commits too | Runxi Yu | 2025-04-03 | 1 | -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 write | Runxi Yu | 2025-04-03 | 3 | -23/+47 |
| | |||||
* | git2d: Ignore SIGPIPE | Runxi Yu | 2025-04-03 | 1 | -0/+3 |
| | |||||
* | gti2d: Set umask to 0077 to secure the UNIX domain socket | Runxi Yu | 2025-04-03 | 1 | -0/+3 |
| | |||||
* | git2d: Slight cleanup; print error integers to connection for now | Runxi Yu | 2025-04-03 | 1 | -7/+5 |
| | |||||
* | git2d: Specify socket path as argument instead of hardcoding | Runxi Yu | 2025-04-03 | 1 | -3/+7 |
| | |||||
* | git2d: Accept path from UDS with bare_get_data instead of hardcoding | Runxi Yu | 2025-04-03 | 1 | -8/+34 |
| | |||||
* | git2d: Use extern inline for utf8_decode | Runxi Yu | 2025-04-03 | 2 | -1/+4 |
| | |||||
* | git2d: Import BARE and UTF-8 utilities | Runxi Yu | 2025-04-03 | 3 | -0/+527 |
| | |||||
* | git2d: Slight code style adjustment | Runxi Yu | 2025-04-03 | 1 | -2/+1 |
| | |||||
* | git2d: Initialize | Runxi Yu | 2025-04-03 | 2 | -0/+142 |