about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
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
2020-12-19lei_store: local storage for Local Email Interface
2020-12-19lei: FD-passing and IPC basics
2020-12-17extindex: support --rethread and content bifurcation
2020-12-17extindex: delete stale messages from over.sqlite3
2020-12-17extindex: preliminary --reindex support
2020-12-17t/psgi_v2: ignore warnings on missing P::M::ReverseProxy
2020-12-14PublicInbox::Feed owns `feedmax' default value
2020-12-11nntp+www: drop List-* and Archived-At headers
2020-12-10extsearchidx: enforce -index before -extindex
2020-12-10t/extsearch: use indexlevel=basic in inboxes
2020-12-09admin: resolve_repo_dir => resolve_inboxdir
2020-12-09rename {pi_config} fields to {pi_cfg}
2020-12-09nntp: replace {ng} with {ibx} for consistency
2020-12-09treewide: replace {-inbox} with {ibx} for consistency
2020-12-05isearch: emulate per-inbox search with ->ALL
2020-12-05over: ensure old, merged {tid} is really gone
2020-12-01nntp: make ->ALL Xref generation more fuzzy
2020-11-30t/extsearch: test ->has_threadid
2020-11-29extindex: support `--gc' to remove dead inboxes
2020-11-29nntp: XPATH uses ->ALL extindex, too