On 3/20/21 5:39 PM, Junio C Hamano wrote:
* jh/simple-ipc (2021-03-15) 13 commits - SQUASH??? CALLOC_ARRAY() - t0052: add simple-ipc tests and t/helper/test-simple-ipc tool - simple-ipc: add Unix domain socket implementation - unix-stream-server: create unix domain socket under lock - unix-socket: disallow chdir() when creating unix domain sockets - unix-socket: add backlog size option to unix_stream_listen() - unix-socket: eliminate static unix_stream_socket() helper function - simple-ipc: add win32 implementation - simple-ipc: design documentation for new IPC mechanism - pkt-line: add options argument to read_packetized_to_strbuf() - pkt-line: add PACKET_READ_GENTLE_ON_READ_ERROR option - pkt-line: do not issue flush packets in write_packetized_*() - pkt-line: eliminate the need for static buffer in packet_write_gently() A simple IPC interface gets introduced to build services like fsmonitor on top. Expecting an update for SQUASH???
I've squashed in the CALLOC_ARRAY change and resent the series as V7. Thanks Jeff