about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2021-01-21overidx: eidx_prep: fix leftover dbh reference
2021-01-21lei: exit code in oneshot mode
2021-01-21lei: allow more mbox inode types
2021-01-21lei_overview: start implementing format detection
2021-01-21lei: test some likely errors due to misuse
2021-01-21lei_overview: do not write if $lei->{1} is gone
2021-01-21lei q: fix augment of compressed mailboxes
2021-01-21lei: write daemon errors to the sock directory
2021-01-21lei q: do not spawn MUA early
2021-01-21lei q: fix SIGPIPE handling from lei2mail workers
2021-01-21lei q: start ->mset while query_prepare runs
2021-01-18lei_to_mail: optimize for MUAs
2021-01-18lei q: parallelize Maildir and mbox writing
2021-01-18lei q: add --mua-cmd switch
2021-01-18lei: pager: pass correct env in oneshot mode
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