about summary refs log tree commit homepage
DateCommit message (Expand)
2018-04-06search: index and allow searching by date-time
2018-04-06over: use only supported and safe SQLite APIs
2018-04-06v2writable: refer to git each repository as "epoch"
2018-04-06v2writable: allow tracking parallel versions
2018-04-05v2writable: remove redundant remove from Over DB
2018-04-05compact: better handling of over.sqlite3* files
2018-04-05support altid mechanism for v2
2018-04-05searchview: minor cleanup
2018-04-05mbox: do not sort search results
2018-04-05search: remove unnecessary OP_AND of query
2018-04-05searchmsg: remove unused `tid' and `path' methods
2018-04-05v2writable: recount partitions after acquiring lock
2018-04-04v2writable: do not modify DBs while iterating for ->remove
2018-04-04v2: support incremental indexing + purge
2018-04-04import: rewrite less history during purge
2018-04-04init: s/GIT_DIR/REPO_DIR/ in usage
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-03view: avoid offset during pagination
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-02over: speedup get_thread by avoiding JOIN
2018-04-02www: rework query responses to avoid COUNT in SQLite
2018-04-02t/over: test empty Subject: line matching
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-01scripts/import_vger_from_mbox: set address properly
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-04-01Allow specification of the number of search results to return
2018-03-30searchidx: correct warning for over-vivification
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-30convert: avoid redundant "done\n" statement for fast-import
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