]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/IPC.pm
ipc: work queue support via SOCK_SEQPACKET
[public-inbox.git] / lib / PublicInbox / IPC.pm
2021-01-12 Eric Wongipc: work queue support via SOCK_SEQPACKET
2021-01-12 Eric Wongipc: avoid excessive evals
2021-01-12 Eric Wongipc: add support for asynchronous callbacks
2021-01-12 Eric Wongds: block signals when reaping
2021-01-03 Eric Wongipc: switch to one-way pipes
2021-01-03 Eric Wongsearchidxshard: use PublicInbox::IPC to kill lots of...
2021-01-03 Eric Wongipc: some documentation comments
2021-01-01 Eric Wongupdate copyrights for 2021
2021-01-01 Eric Wongipc: use shutdown(2), base atfork* callback
2021-01-01 Eric Wongipc: support Sereal
2021-01-01 Eric Wongipc: generic IPC dispatch based on Storable