about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2021-01-18lei: q: results output to Maildir and mbox* working
2021-01-18ipc: children don't kill on DESTROY, reduce FD sharing
2021-01-18lei_to_mail: prepare for worker offload
2021-01-18extindex: fix w/ Xapian 1.2.21..1.2.24
2021-01-18initialize scalar for `vec' perlop modification
2021-01-18address: pairs: enable pure Perl version
2021-01-15lei: pass FD to CWD via cmsg, use fchdir on server
2021-01-15lei: remove temporary var on open
2021-01-15leixsearch: remove some commented out code
2021-01-15lei: q: lock stdout on overview output
2021-01-14lei_overview: rename "references" to "refs"
2021-01-14search: rename "ts:" prefix to "rt:"
2021-01-14lei q: reinstate smsg dedupe
2021-01-14lei_dedupe+shared_kv: ensure round-tripping serialization
2021-01-14lei: rely on localized $current_lei for warnings
2021-01-14lei: reduce live FD references in wq child
2021-01-14lei: do not unlink socket path at exit
2021-01-14daemon+watch: fix localization of %SIG for non-signalfd users
2021-01-14lei: test SIGPIPE, stop xsearch workers on client abort
2021-01-14cmd_ipc: support + test EINTR + EAGAIN, no FDs
2021-01-12lei: query: restore JSON output overview
2021-01-12lei_xsearch: transfer 4 FDs internally, drop IO::FDPass
2021-01-12lei: run pager in client script
2021-01-12lei: fork + FD cleanup
2021-01-12lei: get rid of client {pid} field
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
2021-01-12lei: fix oneshot TTY detection by passing STD*{GLOB}
2021-01-12lei: rename $w to $wpager for warning message
2021-01-12ipc: DESTROY and wq_workers methods
2021-01-12ipc: drop -ipc_parent_pid field
2021-01-12ipc: wq: support dynamic worker count change
2021-01-12ipc: eliminate ipc_worker_stop method
2021-01-12ipc: work queue support via SOCK_SEQPACKET
2021-01-12ipc: avoid excessive evals
2021-01-12cmd_ipc: send FDs with buffer payload
2021-01-12ipc: add support for asynchronous callbacks
2021-01-12ds: block signals when reaping
2021-01-12lei q: deduplicate smsg
2021-01-12lei query + pagination sorta working
2021-01-09v2writable: exact discontiguous history handling
2021-01-06address: pairs: new helper for JMAP (and maybe lei)
2021-01-06lei: use client env as-is, drop daemon-env command
2021-01-06lei: automatic pager support
2021-01-05imap: fix uninitialized var on MSN search miss
2021-01-04lei: improve idempotent "init" error message
2021-01-04lei: fix opt_dash to pass non-dash args to @argv
2021-01-04lei: prefer IO::FDPass over our Inline::C recv_3fds