| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-10-25 | Merge branch 'ak/typofixes' | Taylor Blau | 1 | -1/+1 |
| 2024-10-10 | compat: fix typos | Andrew Kreimer | 1 | -1/+1 |
| 2024-10-08 | simple-ipc: split async server initialization and running | Jeff King | 3 | -11/+70 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 2 | -4/+0 |
| 2023-06-21 | cache.h: remove this no-longer-used header | Elijah Newren | 1 | -1/+1 |
| 2023-04-11 | treewide: remove unnecessary cache.h inclusion | Elijah Newren | 1 | -1/+1 |
| 2023-04-11 | treewide: be explicit about dependence on trace.h & trace2.h | Elijah Newren | 2 | -0/+3 |
| 2023-03-21 | abspath.h: move absolute path functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | treewide: remove unnecessary cache.h inclusion from several sources | Elijah Newren | 1 | -1/+1 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 2 | -0/+2 |
| 2021-11-10 | simple-ipc: work around issues with Cygwin's Unix socket emulation | Johannes Schindelin | 1 | -0/+22 |
| 2021-09-20 | simple-ipc/ipc-win32: add Windows ACL to named pipe | Jeff Hostetler | 1 | -11/+129 |
| 2021-09-20 | simple-ipc/ipc-win32: add trace2 debugging | Jeff Hostetler | 1 | -1/+24 |
| 2021-09-20 | simple-ipc: preparations for supporting binary messages. | Jeff Hostetler | 2 | -10/+18 |
| 2021-05-21 | simple-ipc: correct ifdefs when NO_PTHREADS is defined | Jeff Hostetler | 3 | -7/+19 |
| 2021-03-22 | simple-ipc: add Unix domain socket implementation | Jeff Hostetler | 1 | -0/+999 |
| 2021-03-15 | simple-ipc: add win32 implementation | Jeff Hostetler | 2 | -0/+779 |