about summary refs log tree commit homepage
path: root/lib/PublicInbox/XapClient.pm
DateCommit message (Expand)
2024-04-28daemon: share and allow configuring Xapian helpers
2024-04-24www: wire up search to use async xap_helper
2024-04-03treewide: avoid getpid() for OnDestroy checks
2023-11-26xap_helper: allow PI_NO_CXX to disable C++ in more places
2023-11-26xap_client: pass arguments to top-level xap_helper
2023-11-26xap_client: attach PID to the IO object
2023-11-13xap_client: spawn C++ xap_helper directly
2023-10-18xap_client: autodie for pipe and socketpair
2023-10-06ipc: lower-level send_cmd/recv_cmd handle EINTR directly
2023-08-30treewide: drop MSG_EOR with AF_UNIX+SOCK_SEQPACKET
2023-08-24introduce optional C++ xap_helper