summaryrefslogtreecommitdiffstats
path: root/compat/simple-ipc
AgeCommit message (Expand)AuthorLines
2025-12-11git-compat-util: introduce MEMZERO_ARRAY() macroToon Claes-1/+1
2024-10-25Merge branch 'ak/typofixes'Taylor Blau-1/+1
2024-10-10compat: fix typosAndrew Kreimer-1/+1
2024-10-08simple-ipc: split async server initialization and runningJeff King-11/+70
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-4/+0
2023-06-21cache.h: remove this no-longer-used headerElijah Newren-1/+1
2023-04-11treewide: remove unnecessary cache.h inclusionElijah Newren-1/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren-0/+3
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren-0/+1
2023-03-21treewide: remove unnecessary cache.h inclusion from several sourcesElijah Newren-1/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+2
2021-11-10simple-ipc: work around issues with Cygwin's Unix socket emulationJohannes Schindelin-0/+22
2021-09-20simple-ipc/ipc-win32: add Windows ACL to named pipeJeff Hostetler-11/+129
2021-09-20simple-ipc/ipc-win32: add trace2 debuggingJeff Hostetler-1/+24
2021-09-20simple-ipc: preparations for supporting binary messages.Jeff Hostetler-10/+18
2021-05-21simple-ipc: correct ifdefs when NO_PTHREADS is definedJeff Hostetler-7/+19
2021-03-22simple-ipc: add Unix domain socket implementationJeff Hostetler-0/+999
2021-03-15simple-ipc: add win32 implementationJeff Hostetler-0/+779