about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
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
2021-01-01ipc: support Sereal
2021-01-01ipc: generic IPC dispatch based on Storable
2021-01-01lei_to_mail: support Maildir, fix+test --augment
2021-01-01lei_to_mail: support for non-seekable outputs
2021-01-01lei: implement various deduplication strategies
2021-01-01lei_to_mail: start --augment, dedupe, bz2 and xz
2021-01-01mboxreader: new class for reading various mbox formats
2021-01-01lei_to_mail: start atomic and compressed mbox writing
2021-01-01sharedkv: split out index_values
2021-01-01sharedkv: fork()-friendly key-value store
2021-01-01lei_to_mail: initial implementation for writing mbox formats
2020-12-31Merge remote-tracking branch 'origin/master' into lorelei
2020-12-31lei_xsearch: cross-(inbox|extindex) search
2020-12-28ds: flatten + reuse @events, epoll_wait style fixes
2020-12-28import: check for git->qx errors, clearer return values
2020-12-28git: qx: avoid extra "local" for scalar context case