about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2021-01-24lei q: honor --no-local to force remote searches
2021-01-24ipc: get rid of wq_set_recv_modes
2021-01-24ipc: wq supports arbitrarily large payloads
2021-01-24lei add-external: don't allow non-existent directories
2021-01-23lei: support remote externals
2021-01-23lei: move external vivification to xsearch
2021-01-22lei: forget-external support with canonicalization
2021-01-22lei: show {pct} and {oid} in From_ lines and filenames
2021-01-21lei: dump and clear errors.log in daemon 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-21t/lei: fix double-running of socket test with oneshot
2021-01-21lei q: fix augment of compressed mailboxes
2021-01-18lei_to_mail: optimize for MUAs
2021-01-18lei: q: results output to Maildir and mbox* working
2021-01-18lei_to_mail: prepare for worker offload
2021-01-18t/shared_kv: workaround old File::Spec
2021-01-18t/thread-index-gap: support older DBI
2021-01-15lei: pass FD to CWD via cmsg, use fchdir on server
2021-01-15lei: q: lock stdout on overview output
2021-01-14search: rename "ts:" prefix to "rt:"
2021-01-14lei_dedupe+shared_kv: ensure round-tripping serialization
2021-01-14lei: do not unlink socket path at exit
2021-01-14lei: test SIGPIPE, stop xsearch workers on client abort
2021-01-14cmd_ipc: support + test EINTR + EAGAIN, no FDs
2021-01-12lei_xsearch: transfer 4 FDs internally, drop IO::FDPass
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-12ipc: DESTROY and wq_workers methods
2021-01-12ipc: wq: support dynamic worker count change
2021-01-12ipc: work queue support via SOCK_SEQPACKET
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-06address: pairs: new helper for JMAP (and maybe lei)
2021-01-06lei: use client env as-is, drop daemon-env command
2021-01-05imap: fix uninitialized var on MSN search miss
2021-01-04lei: prefer IO::FDPass over our Inline::C recv_3fds
2021-01-03use Eml (or MIME) objects for all indexing paths
2021-01-03gcf2client: split out request API from regular git
2021-01-03send and receive all 3 FDs at once
2021-01-03spawn: support send_fd+recv_fd w/o IO::FDPass
2021-01-03t/lei: use $lei->() callback wrapper
2021-01-02processpipe: allow synchronous close to set $?
2021-01-02lei_store: alternative unconfigured "git var" workaround
2021-01-02treewide: reduce load_xapian* callsites
2021-01-02t/lei: fix TEST_RUN_MODE=0, simplify oneshot fallback