about summary refs log tree commit homepage
path: root/t/ipc.t
DateCommit message (Expand)
2021-09-19ipc: drop dynamic WQ process counts
2021-09-19ipc: wq_do: support synchronous waits and responses
2021-05-25ipc: wq: handle >MAX_ARG_STRLEN && <EMSGSIZE case
2021-02-21ipc: add wq_broadcast
2021-02-07ipc: wq_do => wq_io_do
2021-02-07Revert "ipc: add support for asynchronous callbacks"
2021-01-24ipc: get rid of wq_set_recv_modes
2021-01-24ipc: wq supports arbitrarily large payloads
2021-01-12lei_xsearch: transfer 4 FDs internally, drop IO::FDPass
2021-01-12ipc: fix IO::FDPass use with a worker limit of 1
2021-01-12ipc: start supporting sending/receiving more than 3 FDs
2021-01-12ipc: DESTROY and wq_workers methods
2021-01-12ipc: wq: support dynamic worker count change
2021-01-12ipc: work queue support via SOCK_SEQPACKET
2021-01-12ipc: add support for asynchronous callbacks
2021-01-01update copyrights for 2021
2021-01-01t/ipc.t: test for references via `die'
2021-01-01ipc: support Sereal
2021-01-01ipc: generic IPC dispatch based on Storable