about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
2018-04-19fix tests to run without Xapian installed
2018-04-18ensure SQLite and Xapian files respect core.sharedRepository
2018-04-18Merge remote-tracking branch 'origin/master' into v2
2018-04-18nntp: allow and ignore empty commands
2018-04-18searchidx: regenerate and avoid article number gaps on full index
2018-04-18v2: improve deduplication checks
2018-04-18v2: generate better Message-IDs for duplicates
2018-04-18search: preserve References in Xapian smsg for x=t view
2018-04-18compact: do not merge v2 repos by default
2018-04-18v1: remove articles from overview DB
2018-04-07msgmap: speed up minmax with separate queries
2018-04-07store less data in the Xapian document
2018-04-07v2writable: reduce barriers
2018-04-06ensure Xapian and SQLite are still optional for v1 tests
2018-04-06www: favor reading more from SQLite, and less from Xapian
2018-04-06nntp: set Xref across multiple inboxes
2018-04-06search: index and allow searching by date-time
2018-04-05v2writable: remove redundant remove from Over DB
2018-04-05support altid mechanism for v2
2018-04-04v2: support incremental indexing + purge
2018-04-04import: rewrite less history during purge
2018-04-04searchidx: ensure duplicated Message-IDs can be linked together
2018-04-03nntp: simplify the long_response API
2018-04-03msgmap: replace id_batch with ids_after
2018-04-03mbox: remove remaining OFFSET usage in SQLite
2018-04-03nntp: make XOVER, XHDR, OVER, HDR and NEWNEWS faster
2018-04-03rename+rewrite test using Benchmark module
2018-04-03t/thread-all.t: modernize test to support modern inboxes
2018-04-03mbox: do not barf on queries which return no results
2018-04-03nntp: fix NEWNEWS command
2018-04-02www: rework query responses to avoid COUNT in SQLite
2018-04-02t/over: test empty Subject: line matching
2018-04-02replace Xapian skeleton with SQLite overview DB
2018-04-01truncate Message-IDs and References consistently
2018-04-01v2writable: fix parallel termination
2018-04-01v2: one file, really
2018-04-01searchview: fix non-numeric comparison
2018-03-30v2: respect core.sharedRepository in git configs
2018-03-30t/v2writable: use simplify permissions reading
2018-03-30search: move permissions handling to InboxWritable
2018-03-30msgtime: parse 3-digit years properly
2018-03-29mda: support v2 inboxes
2018-03-29public-inbox-compact: new tool for driving xapian-compact
2018-03-29v2writable: initializing an existing inbox is idempotent
2018-03-29www: cleanup expensive fallback for legacy URLs
2018-03-29search: get rid of most lookup_* subroutines
2018-03-29v2writable: support purging messages from git entirely
2018-03-29www: fix attachment downloads for conflicted Message-IDs
2018-03-29v2writable: append, instead of prepending generated Message-ID
2018-03-27www: support cloning individual v2 git partitions