about summary refs log tree commit homepage
path: root/t/cmd_ipc.t
DateCommit message (Expand)
2024-01-30syscall: use pure Perl sendmsg/recvmsg on *BSD
2023-12-16tests: quiet uninitialized warnings on CentOS 7.x
2023-10-06ipc: lower-level send_cmd/recv_cmd handle EINTR directly
2023-09-24syscall: have `vec' operate on bytes directly
2023-09-24ipc: recv_cmd4 clobbers destination buffer on errors
2023-09-24t/cmd_ipc: assume SOCK_SEQPACKET
2023-09-07t/cmd_ipc.t: allow EMSGSIZE send error for NetBSD
2023-08-30treewide: drop MSG_EOR with AF_UNIX+SOCK_SEQPACKET
2022-12-12tests: replace select/usleep calls with tick()
2022-03-23syscall: implement sendmsg+recvmsg in pure Perl
2021-09-27t/cmd_ipc: allow extra errors and add diagnostics
2021-03-25t/cmd_ipc: workaround signal handling raciness
2021-01-24ipc: wq supports arbitrarily large payloads
2021-01-14cmd_ipc: support + test EINTR + EAGAIN, no FDs
2021-01-12lei_xsearch: transfer 4 FDs internally, drop IO::FDPass
2021-01-12ipc: start supporting sending/receiving more than 3 FDs
2021-01-12cmd_ipc: send FDs with buffer payload