about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
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
2020-12-26t/config: test --get-urlmatch for git <2.26
2020-12-26inboxidle: avoid needless syscalls on refresh
2020-12-23miscsearch: index UIDVALIDITY, use as startup cache
2020-12-21searchidx: rename get_val to int_val and return IV
2020-12-20script/public-inbox-*: favor caller-provided pathnames
2020-12-19lei: extinbox: start implementing in config file
2020-12-19lei: support for -$DIGIT and -$SIG CLI switches
2020-12-19lei: drop $SIG{__DIE__}, add oneshot fallbacks
2020-12-19on_destroy: generic localized END
2020-12-19lei_store: keyword extraction from mbox and Maildir
2020-12-19lei: help: show actual paths being operated on
2020-12-19lei: support pass-through for `lei config'
2020-12-19rename LeiDaemon package to PublicInbox::LEI
2020-12-19lei: support `daemon-env' for modifying long-lived env
2020-12-19t/lei-oneshot: standalone oneshot (non-socket) test
2020-12-19lei: refine help/option parsing, implement "init"
2020-12-19tests: more common JSON module loading