summaryrefslogtreecommitdiffstats
path: root/compat/simple-ipc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ak/typofixes'Taylor Blau2024-10-251-1/+1
|\
| * compat: fix typosAndrew Kreimer2024-10-101-1/+1
* | simple-ipc: split async server initialization and runningJeff King2024-10-083-11/+70
|/
* treewide: remove unnecessary includes in source filesElijah Newren2023-12-262-4/+0
* cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+1
* treewide: remove unnecessary cache.h inclusionElijah Newren2023-04-111-1/+1
* treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-112-0/+3
* abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: remove unnecessary cache.h inclusion from several sourcesElijah Newren2023-03-211-1/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-212-0/+2
* simple-ipc: work around issues with Cygwin's Unix socket emulationJohannes Schindelin2021-11-101-0/+22
* simple-ipc/ipc-win32: add Windows ACL to named pipeJeff Hostetler2021-09-201-11/+129
* simple-ipc/ipc-win32: add trace2 debuggingJeff Hostetler2021-09-201-1/+24
* simple-ipc: preparations for supporting binary messages.Jeff Hostetler2021-09-202-10/+18
* simple-ipc: correct ifdefs when NO_PTHREADS is definedJeff Hostetler2021-05-213-7/+19
* simple-ipc: add Unix domain socket implementationJeff Hostetler2021-03-221-0/+999
* simple-ipc: add win32 implementationJeff Hostetler2021-03-152-0/+779