about summary refs log tree commit homepage
path: root/t
DateCommit message (Expand)
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-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-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
2018-03-27view: depend on SearchMsg for Message-ID
2018-03-27view: permalink (per-message) view shows multiple messages
2018-03-23feed: fix new.html for v2
2018-03-23t/psgi_v2: minimal test for Atom feed and t.mbox.gz
2018-03-23search: reopen DB if each_smsg_by_mid fails
2018-03-23www: $MESSAGE_ID/raw endpoint supports "duplicates"
2018-03-22v2writable: add NNTP article number regeneration support
2018-03-22t/altid.t: extra tests for mid_set
2018-03-22msgmap: add tmp_clone to create an anonymous copy
2018-03-20content_id: do not take Message-Id into account
2018-03-19v2writable: remove "resent" message for duplicate Message-IDs
2018-03-19v2writable: allow disabling parallelization
2018-03-19watchmaildir: support v2 repositories
2018-03-19v2writable: ensure ->done is idempotent
2018-03-19t/watch_maildir: note the reason for FIFO creation
2018-03-19v2writable: test for idempotent removals
2018-03-19import: switch to URL-safe Base64 for Message-IDs
2018-03-19import: (v2): write deletes to a separate '_' subdirectory
2018-03-19import: (v2) delete writes the blob into history in subdir
2018-03-19v2writable: implement remove correctly
2018-03-19v2writable: support "barrier" operation to avoid reforking
2018-03-06v2writable: detect and use previous partition count