]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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()

1  2 
Makefile
config.mak.uname
contrib/buildsystems/CMakeLists.txt
convert.c
t/helper/test-tool.c
t/helper/test-tool.h

diff --cc Makefile
Simple merge
Simple merge
Simple merge
diff --cc convert.c
Simple merge
Simple merge
Simple merge