about summary refs log tree commit homepage
path: root/lib/PublicInbox/IPC.pm
DateCommit message (Expand)
2021-10-15lei + ipc: simplify process reaping
2021-10-01ds: simplify signalfd use
2021-10-01ipc: run Net::SSLeay::randomize
2021-09-22treewide: fix %SIG localization, harder
2021-09-22ipc: do not add "0" to $0 of solo workers
2021-09-19ipc: drop dynamic WQ process counts
2021-09-19ipc: allow disabling broadcast for wq_workers
2021-09-19ipc: wq_do: support synchronous waits and responses
2021-08-18ipc: remove WQ_MAX_WORKERS
2021-08-14lei: diagnostics for /Document \d+ not found/ errors
2021-05-25ipc: wq: handle >MAX_ARG_STRLEN && <EMSGSIZE case
2021-05-25ipc: avoid potential stack-not-refcounted bug
2021-03-20lei_store: initialize IPC lock properly
2021-02-21ipc: support setting a locked number of WQ workers
2021-02-21ipc: add wq_broadcast
2021-02-10tests|lei: fixes for TEST_RUN_MODE=0 and lei oneshot
2021-02-08lei q: improve remote mboxrd UX + MUA
2021-02-07lei: more consistent IPC exit and error handling
2021-02-07ipc: wq_do => wq_io_do
2021-02-07Revert "ipc: add support for asynchronous callbacks"
2021-02-07ipc: trim down the Storable checks
2021-02-07ipc: do not die inside wq_worker child process
2021-02-07lei add-external: handle interrupts with --mirror
2021-02-07treewide: replace confess with croak
2021-02-05lei import: initial implementation
2021-02-05lei q: reorder internals to reduce FD passing
2021-02-05ipc: localize fields assignment
2021-02-03lei q: support --jobs [SEARCHERS],[WRITERS]
2021-02-03lei q: emit progress and counting via PktOp
2021-02-01lei: keep $lei around until workers are reaped
2021-02-01ipc: more helpful ETOOMANYREFS error messages
2021-02-01lei: remove SIGPIPE handler
2021-02-01ipc: switch wq to use the event loop
2021-01-30ipc: move on_destroy scope to inside the eval
2021-01-30ipc: more consistent behavior between worker types
2021-01-30ipc: wq: support passing fields to workers
2021-01-24ipc: get rid of wq_set_recv_modes
2021-01-24ipc: wq supports arbitrarily large payloads
2021-01-24treewide: reseed RNG in child processes
2021-01-22lei: remove INT/QUIT/TERM handlers, fix daemon EOF
2021-01-22lei: fix inadvertant FD sharing
2021-01-18lei q: parallelize Maildir and mbox writing
2021-01-18ipc: children don't kill on DESTROY, reduce FD sharing
2021-01-14lei: test SIGPIPE, stop xsearch workers on client abort
2021-01-12lei_xsearch: transfer 4 FDs internally, drop IO::FDPass
2021-01-12lei: fork + FD cleanup
2021-01-12ipc: drop unused fields, default sighandlers for wq
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-12lei: query: ensure pager exit is instantaneous