about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2018-04-03view: avoid offset during pagination
2018-04-03nntp: make XOVER, XHDR, OVER, HDR and NEWNEWS faster
2018-04-02over: speedup get_thread by avoiding JOIN
2018-04-02www: rework query responses to avoid COUNT in SQLite
2018-04-02v2writable: simplify barrier vs checkpoints
2018-04-02replace Xapian skeleton with SQLite overview DB
2018-04-01search: reduce columns stored in Xapian
2018-04-01truncate Message-IDs and References consistently
2018-04-01v2writable: fix parallel termination
2018-04-01v2: one file, really
2018-03-30searchidx: correct warning for over-vivification
2018-03-30v2: respect core.sharedRepository in git configs
2018-03-30search: move permissions handling to InboxWritable
2018-03-30msgtime: parse 3-digit years properly
2018-03-30feed: optimize query for feeds, too
2018-03-30view: drop load_results
2018-03-30view: speed up homepage loading time with date clamp
2018-03-30v2writable: go backwards through alternate Message-IDs
2018-03-30wwwstream: flesh out clone instructions for v2
2018-03-30v2writable: convert some fatal reindex errors to warnings
2018-03-30v2writable: allow gaps in git partitions
2018-03-30search: warn on reopens and die on total failure
2018-03-29mda: support v2 inboxes
2018-03-29v2writable: initializing an existing inbox is idempotent
2018-03-29import: run_die supports redirects as spawn does
2018-03-29search: retry_reopen on first_smsg_by_mid
2018-03-29view: get rid of some unnecessary imports
2018-03-29www: cleanup expensive fallback for legacy URLs
2018-03-29mbox: avoid extracting Message-ID for linkification
2018-03-29v2writable: cleanup: get rid of unused fields
2018-03-29search: move find_doc_ids to searchidx
2018-03-29search: get rid of most lookup_* subroutines
2018-03-29search: cleanup uniqueness checking
2018-03-29v2writable: support purging messages from git entirely
2018-03-29searchmsg: document why we store To: and Cc: for NNTP
2018-03-29www: fix attachment downloads for conflicted Message-IDs
2018-03-29lookup by Message-ID favors the "primary" one
2018-03-29v2writable: append, instead of prepending generated Message-ID
2018-03-29www: remove unnecessary ghost checks
2018-03-27www: support cloning individual v2 git partitions
2018-03-27githttpbackend: avoid infinite loop on generic PSGI servers
2018-03-27http: fix modification of read-only value
2018-03-27view: depend on SearchMsg for Message-ID
2018-03-27searchview: remove unnecessary imports from MID module
2018-03-27www: get rid of unnecessary 'inbox' name reference
2018-03-27v2writable: warn on unseen deleted files
2018-03-27searchidx: warn about vivifying multiple ghosts
2018-03-27view: permalink (per-message) view shows multiple messages
2018-03-23feed: fix new.html for v2
2018-03-23search: reopen DB if each_smsg_by_mid fails