]> Sergey Matveev's repositories - public-inbox.git/shortlog
public-inbox.git
2018-05-09 Eric Wongpublic-inbox 1.1.0-pre1 v1.1.0-pre1
2018-05-02 Eric Wongscripts/import_slrnspool: cleanup progress messages
2018-05-02 Eric Wongscripts/import_slrnspool: support v2 repos
2018-05-01 Eric Wongsearchidx: preserve umask when starting/committing...
2018-04-25 Eric Wongthread: sort incoming messages by Date
2018-04-25 Eric Wongthread: prevent hidden threads in /$INBOX/ landing...
2018-04-24 Eric Wongmsgmap: add limit to response for NNTP
2018-04-23 Eric Wongsearch: avoid repeated mbox results from search
2018-04-23 Eric Wongsearchview: do not blindly append "l" parameter to URL
2018-04-23 Eric WongTODO: add EPOLLEXCLUSIVE item
2018-04-23 Eric Wongview: drop redundant References: display code
2018-04-23 Eric Wongview: wrap To: and Cc: headers in HTML display
2018-04-23 Eric Wongview: untangle loop when showing message headers
2018-04-22 Eric Wong ... extmsg: use Xapian only for partial matches
2018-04-20 Eric Wongconvert: copy description and git config from v1 repo
2018-04-20 Eric Wongsearchidx: remove leftover debugging code
2018-04-20 Eric Wongsearchidx: release lock again during v1 batch callback
2018-04-20 Eric Wongdisallow "\t" and "\n" in OVER headers
2018-04-20 Eric Wongimport: cleanup git cat-file processes when ->done
2018-04-19 Eric Wongfilter/rubylang: do not set altid on spam training
2018-04-19 Eric WongTODO: a few more updates
2018-04-19 Eric Wong ... fix tests to run without Xapian installed
2018-04-18 Eric Wongensure SQLite and Xapian files respect core.sharedRepos...
2018-04-18 Eric Wong ... Merge remote-tracking branch 'origin/master' into v2
2018-04-18 Eric Wong ... searchidx: revert default BATCH_BYTES to 1_000_000
2018-04-18 Eric Wongnntp: allow and ignore empty commands
2018-04-18 Eric Wong ... searchidx: increase term positions for all text terms
2018-04-18 Eric Wong ... use %H consistently to disable abbreviations
2018-04-18 Eric Wong ... extmsg: remove expensive git path checks
2018-04-18 Eric Wong ... searchidx: regenerate and avoid article number gaps...
2018-04-18 Eric Wong ... import: cat_blob drops leading 'From ' lines like Inbox
2018-04-18 Eric Wong ... v2: improve deduplication checks
2018-04-18 Eric Wong ... v2: generate better Message-IDs for duplicates
2018-04-18 Eric Wong ... search: preserve References in Xapian smsg for x=t...
2018-04-18 Eric Wong ... v2writable: reduce partititions by one
2018-04-18 Eric Wong ... compact: do not merge v2 repos by default
2018-04-18 Eric Wong ... v1: remove articles from overview DB
2018-04-18 Eric Wong ... feed: respect feedmax, again
2018-04-07 Eric Wong ... msgmap: speed up minmax with separate queries
2018-04-07 Eric Wong ... store less data in the Xapian document
2018-04-07 Eric Wong ... convert: support converting with altid defined
2018-04-07 Eric Wong ... index: allow specifying --jobs=0 to disable multiprocess
2018-04-07 Eric Wong ... v2writable: reduce barriers
2018-04-07 Eric Wong ... over: remove forked subprocess
2018-04-07 Eric Wong ... over: avoid excessive SELECT
2018-04-07 Eric Wong ... psgi: ensure /$INBOX/$MESSAGE_ID/T/ endpoint is chronol...
2018-04-06 Eric Wong ... ensure Xapian and SQLite are still optional for v1...
2018-04-06 Eric Wong ... www: favor reading more from SQLite, and less from...
2018-04-06 Eric Wong ... nntp: set Xref across multiple inboxes
2018-04-06 Eric Wong ... altid: fix miscopied field name
2018-04-06 Eric Wong ... search: index and allow searching by date-time
2018-04-06 Eric Wong ... over: use only supported and safe SQLite APIs
2018-04-06 Eric Wong ... v2writable: refer to git each repository as "epoch"
2018-04-06 Eric Wong ... v2writable: allow tracking parallel versions
2018-04-05 Eric Wong ... v2writable: remove redundant remove from Over DB
2018-04-05 Eric Wong ... compact: better handling of over.sqlite3* files
2018-04-05 Eric Wong ... support altid mechanism for v2
2018-04-05 Eric Wong ... searchview: minor cleanup
2018-04-05 Eric Wong ... mbox: do not sort search results
2018-04-05 Eric Wong ... search: remove unnecessary OP_AND of query
2018-04-05 Eric Wong ... searchmsg: remove unused `tid' and `path' methods
2018-04-05 Eric Wong ... v2writable: recount partitions after acquiring lock
2018-04-04 Eric Wong ... v2writable: do not modify DBs while iterating for ...
2018-04-04 Eric Wong ... v2: support incremental indexing + purge
2018-04-04 Eric Wong ... import: rewrite less history during purge
2018-04-04 Eric Wong ... init: s/GIT_DIR/REPO_DIR/ in usage
2018-04-04 Eric Wong ... searchidx: ensure duplicated Message-IDs can be linked...
2018-04-03 Eric Wong ... nntp: simplify the long_response API
2018-04-03 Eric Wong ... msgmap: replace id_batch with ids_after
2018-04-03 Eric Wong ... mbox: remove remaining OFFSET usage in SQLite
2018-04-03 Eric Wong ... view: avoid offset during pagination
2018-04-03 Eric Wong ... nntp: make XOVER, XHDR, OVER, HDR and NEWNEWS faster
2018-04-03 Eric Wong ... rename+rewrite test using Benchmark module
2018-04-03 Eric Wong ... t/thread-all.t: modernize test to support modern inboxes
2018-04-03 Eric Wongmbox: do not barf on queries which return no results
2018-04-03 Eric Wong ... nntp: fix NEWNEWS command
2018-04-02 Eric Wong ... over: speedup get_thread by avoiding JOIN
2018-04-02 Eric Wong ... www: rework query responses to avoid COUNT in SQLite
2018-04-02 Eric Wong ... t/over: test empty Subject: line matching
2018-04-02 Eric Wong ... v2writable: simplify barrier vs checkpoints
2018-04-02 Eric Wong ... replace Xapian skeleton with SQLite overview DB
2018-04-01 Eric Wong ... search: reduce columns stored in Xapian
2018-04-01 Eric Wong ... scripts/import_vger_from_mbox: set address properly
2018-04-01 Eric Wong ... truncate Message-IDs and References consistently
2018-04-01 Eric Wong ... v2writable: fix parallel termination
2018-04-01 Eric Wong ... v2: one file, really
2018-04-01 Eric Wongsearchview: fix non-numeric comparison
2018-04-01 Jonathan CorbetAllow specification of the number of search results...
2018-03-30 Eric Wong ... searchidx: correct warning for over-vivification
2018-03-30 Eric Wong ... v2: respect core.sharedRepository in git configs
2018-03-30 Eric Wong ... t/v2writable: use simplify permissions reading
2018-03-30 Eric Wong ... search: move permissions handling to InboxWritable
2018-03-30 Eric Wong ... convert: avoid redundant "done\n" statement for fast...
2018-03-30 Eric Wong ... msgtime: parse 3-digit years properly
2018-03-30 Eric Wong ... feed: optimize query for feeds, too
2018-03-30 Eric Wong ... view: drop load_results
2018-03-30 Eric Wong ... view: speed up homepage loading time with date clamp
2018-03-30 Eric Wong ... v2writable: go backwards through alternate Message-IDs
2018-03-30 Eric Wong ... wwwstream: flesh out clone instructions for v2
2018-03-30 Eric Wong ... v2writable: convert some fatal reindex errors to warnings
next