]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/IPC.pm
lei q: emit progress and counting via PktOp
[public-inbox.git] / lib / PublicInbox / IPC.pm
2021-02-03 Eric Wonglei q: emit progress and counting via PktOp
2021-02-01 Eric Wonglei: keep $lei around until workers are reaped
2021-02-01 Eric Wongipc: more helpful ETOOMANYREFS error messages
2021-02-01 Eric Wonglei: remove SIGPIPE handler
2021-02-01 Eric Wongipc: switch wq to use the event loop
2021-01-30 Eric Wongipc: move on_destroy scope to inside the eval
2021-01-30 Eric Wongipc: more consistent behavior between worker types
2021-01-30 Eric Wongipc: wq: support passing fields to workers
2021-01-25 Eric Wongdoc: re-add missing 1.6 release notes
2021-01-24 Eric Wongipc: get rid of wq_set_recv_modes
2021-01-24 Eric Wongipc: wq supports arbitrarily large payloads
2021-01-24 Eric Wongtreewide: reseed RNG in child processes
2021-01-22 Eric Wonglei: remove INT/QUIT/TERM handlers, fix daemon EOF
2021-01-22 Eric Wonglei: fix inadvertant FD sharing
2021-01-18 Eric Wonglei q: parallelize Maildir and mbox writing
2021-01-18 Eric Wongipc: children don't kill on DESTROY, reduce FD sharing
2021-01-14 Eric Wonglei: test SIGPIPE, stop xsearch workers on client abort
2021-01-12 Eric Wonglei_xsearch: transfer 4 FDs internally, drop IO::FDPass
2021-01-12 Eric Wonglei: fork + FD cleanup
2021-01-12 Eric Wongipc: drop unused fields, default sighandlers for wq
2021-01-12 Eric Wongipc: fix IO::FDPass use with a worker limit of 1
2021-01-12 Eric Wongipc: start supporting sending/receiving more than 3 FDs
2021-01-12 Eric Wonglei: query: ensure pager exit is instantaneous
2021-01-12 Eric Wongipc: DESTROY and wq_workers methods
2021-01-12 Eric Wongipc: drop -ipc_parent_pid field
2021-01-12 Eric Wongipc: wq: support dynamic worker count change
2021-01-12 Eric Wongipc: eliminate ipc_worker_stop method
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