about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
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
2021-01-01update copyrights for 2021
2021-01-01on_destroy: support PID owner guard
2021-01-01syscall: SFD_NONBLOCK can be a constant, again
2021-01-01t/ipc.t: test for references via `die'
2021-01-01t/run: avoid uninitialized var on incomplete test
2021-01-01spawn: move run_die here from PublicInbox::Import
2021-01-01lei_store: handle messages without Message-ID at all
2021-01-01lei: rename "extinbox" => "external"
2021-01-01lei_store: add ->set_eml, ->add_eml can return smsg