Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2021-03-22 | t0052: add simple-ipc tests and t/helper/test-simple-ipc tool | Jeff Hostetler | 5 | -0/+912 |
2021-03-22 | simple-ipc: add Unix domain socket implementation | Jeff Hostetler | 4 | -1/+1015 |
2021-03-15 | unix-stream-server: create unix domain socket under lock | Jeff Hostetler | 4 | -1/+160 |
2021-03-15 | unix-socket: disallow chdir() when creating unix domain sockets | Jeff Hostetler | 3 | -7/+15 |
2021-03-15 | unix-socket: add backlog size option to unix_stream_listen() | Jeff Hostetler | 3 | -4/+19 |
2021-03-15 | unix-socket: eliminate static unix_stream_socket() helper function | Jeff Hostetler | 1 | -14/+13 |
2021-03-15 | simple-ipc: add win32 implementation | Jeff Hostetler | 6 | -0/+1018 |