summaryrefslogtreecommitdiffstats
path: root/credential.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-22t0052: add simple-ipc tests and t/helper/test-simple-ipc toolJeff Hostetler5-0/+912
2021-03-22simple-ipc: add Unix domain socket implementationJeff Hostetler4-1/+1015
2021-03-15unix-stream-server: create unix domain socket under lockJeff Hostetler4-1/+160
2021-03-15unix-socket: disallow chdir() when creating unix domain socketsJeff Hostetler3-7/+15
2021-03-15unix-socket: add backlog size option to unix_stream_listen()Jeff Hostetler3-4/+19
2021-03-15unix-socket: eliminate static unix_stream_socket() helper functionJeff Hostetler1-14/+13
2021-03-15simple-ipc: add win32 implementationJeff Hostetler6-0/+1018