about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2020-11-07overidx: introduce changes for external index
2020-11-07searchidx: introduce "xref3" concept
2020-11-07extsearch: start mocking out
2020-09-24searchidx: fix (undocumented) --skip-docdata handling
2020-09-22mda: match List-Id insensitively
2020-09-19gcf2: wire up read-only daemons and rm -gcf2 script
2020-09-19gcf2: require git dir with OID
2020-09-19gcf2: transparently retry on missing OID
2020-09-19add gcf2 client and executable script
2020-09-19t/gcf2: test changes to alternates
2020-09-19gcf2: libgit2-based git cat-file alternative
2020-09-16t/indexlevels-mirror: fix improperly skipped test
2020-09-16treewide: relax allow >=40 chars for git OID
2020-09-15imap: quiet uninitialized variable warning on FETCH
2020-09-15t/imapd.t: skip dependent test on failure
2020-09-14tests: consistently check for xapian-compact
2020-09-12t/nntpd: add test for the XPATH command
2020-09-10solver: check one git coderepo and inbox at a time
2020-09-10t/cgi.t: show stderr on failures
2020-09-10www: manifest.js.gz generation no longer hogs event loop
2020-09-10use "\&" where possible when referring to subroutines
2020-09-10nntp: fix cross-newsgroup Message-ID lookups
2020-09-03search: replace ->query with ->mset
2020-09-03tests: add "use strict" and declare v5.10.1 compatibility
2020-09-03search: remove special case for blank query
2020-09-03use more idiomatic internal API for ->over access
2020-09-03disambiguate OverIdx and Over by field name
2020-09-02t/run: Perl future proofing
2020-09-02init+convert: create non-existing directory hierarchies
2020-09-02t/v2dupindex: test indexing mirrors with duplicate messages
2020-09-01rename WatchMaildir => Watch
2020-08-30imapd: filter out unusable flags from search
2020-08-29tests: check-run: fixup un-squashed simplification
2020-08-28tests: check-run: show skipped tests
2020-08-27overidx: inline create_ghost sub
2020-08-27over: recent: remove expensive COUNT query
2020-08-27over: rename ->disconnect to ->dbh_close
2020-08-27over: rename ->connect method to ->dbh
2020-08-26over+msgmap: respect WAL journal_mode if set
2020-08-23mbox: disable "&t" on existing Xapian until full reindex
2020-08-23searchidx: index THREADID in Xapian
2020-08-20init+index: support --skip-docdata for Xapian
2020-08-20t/nntpd-v2: set PI_TEST_VERSION=2 properly
2020-08-20smsg: remove from_mitem
2020-08-20init: drop -N alias for --skip-artnum
2020-08-20init: support --newsgroup option
2020-08-19smsg: handle wide characters in raw mail headers
2020-08-10avoid File::Temp::tempfile in more places
2020-08-08support setting No_COW on Perl <5.22
2020-08-07index: v2: --sequential-shard option