Merge branch 'jh/simple-ipc'
authorJunio C Hamano <gitster@pobox.com>
Fri, 2 Apr 2021 21:43:14 +0000 (14:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Apr 2021 21:43:14 +0000 (14:43 -0700)
commit861794b60d3a61822daf59bbde39a2a2e362738d
tree70d6c593034cedb5413b5216eb01ba810314d828
parentc47679d0405f134703fcae0f8f0b7ef82ecf96d5
parent36a7eb68760b7a45ce6b16be300dd04fbe9bd029
Merge branch 'jh/simple-ipc'

A simple IPC interface gets introduced to build services like
fsmonitor on top.

* jh/simple-ipc:
  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()
Makefile
config.mak.uname
contrib/buildsystems/CMakeLists.txt
convert.c
t/helper/test-tool.c
t/helper/test-tool.h