about summary refs log tree commit homepage
path: root/lib/PublicInbox/xap_helper.h
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-24xap_helper.h: remove _SC_NPROCESSORS_ONLN default
2023-12-09xap_helper: support term length limit
2023-12-01xap_helper: enable stderr assignment on DragonFly
2023-12-01xap_helper.h: fix non-assignable stderr case
2023-11-29xap_helper: implement mset endpoint for WWW, IMAP, etc...
2023-11-29xap_helper.h: move cindex endpoints to separate file
2023-11-27xap_helper.h: avoid some off_t vs size_t problems
2023-11-27xap_helper: avoid strerror(3) inside signal handler
2023-11-21cindex: rename --associate to --join, test w/ real repos
2023-11-13xap_helper: better variable naming for key buffer
2023-11-13xap_helper: stricter and harsher error handling
2023-11-13xap_helper: reset getopt(3) properly in workers
2023-10-18xap_helper: simplify SIGTERM exit checks
2023-10-18xap_helper: die more easily in both implementations
2023-10-06xap_helper.h: strdup keys for DragonFlyBSD hdestroy(3)
2023-10-04xap_helper: retry flock on EINTR
2023-09-24xap_helper.h: add missing headers and avoid reallocarray
2023-09-16xap_helper: test cleanup + throw support in C++
2023-09-15xap_helper: detect non-socket STDIN
2023-09-10xap_helper: relicense C++ implementation to GPL-2.0+
2023-09-09xap_helper: clamp workers to USHRT_MAX
2023-09-09xap_helper: use _OPENBSD_SOURCE on NetBSD for reallocarray
2023-09-09xap_helper: note __cleanup__ works with C++ exceptions
2023-09-07xap_helper: fix fcntl() argument order
2023-09-05xap_helper: allow non-standard file description flags
2023-09-05xap_helper.h: include signal.h for sig* functions
2023-09-05xap_helper: support SIGTTIN+SIGTTOU worker adjustments
2023-09-01xap_helper: deal with Xapian::DocNotFoundError
2023-08-30xap_helper.h: fix double-free on OpenBSD hdestroy
2023-08-30xap_helper.h: limit stderr assignment to glibc+FreeBSD
2023-08-26xap_helper: fix C++-specific warnings
2023-08-24xap_helper: reopen+retry in MSetIterator loops
2023-08-24cindex: implement dump_roots in C++
2023-08-24introduce optional C++ xap_helper