about summary refs log tree commit homepage
path: root/lib/PublicInbox/XapHelper.pm
DateCommit message (Expand)
2024-05-08xap_helper: unconditionally reopen DBs on reuse
2024-05-06search: fix altid search with XapHelper process
2024-04-28xap_helper: implement alarm(2)-based timeout
2024-04-28xap_helper: reopen logs in daemons
2024-04-24www: wire up search to use async xap_helper
2024-04-24xap_helper: drop terms+data from `mset' command
2024-04-03treewide: avoid getpid() for OnDestroy checks
2023-12-09xap_helper: support term length limit
2023-11-29xap_helper: implement mset endpoint for WWW, IMAP, etc...
2023-11-21cindex: rename --associate to --join, test w/ real repos
2023-11-13xap_helper: stricter and harsher error handling
2023-11-13xap_helper: Perl dump_ibx respects `-m MAX'
2023-11-03move read_all, try_cat, and poll_in to PublicInbox::IO
2023-11-02xap_helper.pm: use do_fork to Reset and reseed
2023-11-01xap_helper.pm: quiet undefined die at shutdown
2023-10-23xap_helper.pm: quiet undefined warnings at shutdown
2023-10-18xap_helper: autodie for getsockopt
2023-10-18xap_helper: simplify SIGTERM exit checks
2023-10-18xap_helper: die more easily in both implementations
2023-10-18use read_all in more places to improve safety
2023-10-06ipc: lower-level send_cmd/recv_cmd handle EINTR directly
2023-10-04xap_helper.pm: use EINTR-aware recv_cmd
2023-10-04xap_helper: retry flock on EINTR
2023-09-25ds: force event_loop wakeup on final child death
2023-09-15xap_helper: detect non-socket STDIN
2023-09-05xap_helper: support SIGTTIN+SIGTTOU worker adjustments
2023-09-01xap_helper: deal with Xapian::DocNotFoundError
2023-08-24xap_helper: reopen+retry in MSetIterator loops
2023-08-24cindex: implement dump_roots in C++
2023-08-24introduce optional C++ xap_helper