about summary refs log tree commit homepage
path: root/lib
DateCommit message (Expand)
2018-07-18SearchIdx: Decrement regen_down even for added messages that are later deleted.
2018-07-15v2writable: unindex deleted messages after incremental fetch
2018-07-07Import: Don't copy nulls from emails into git
2018-07-06MsgTime.pm: Use strptime to compute the time zone
2018-07-04v2: fill alternates with old epochs on init from mirrors
2018-06-26www: use undecoded paths for Message-ID extraction
2018-06-19Tweak over.sqlite3 queries for sqlite < 3.8
2018-05-30respect umask if core.sharedRepository is not set
2018-05-24workaround Xapian OFD locks w/o close-on-exec
2018-05-01searchidx: preserve umask when starting/committing transactions
2018-04-25thread: sort incoming messages by Date
2018-04-25thread: prevent hidden threads in /$INBOX/ landing page
2018-04-24msgmap: add limit to response for NNTP
2018-04-23search: avoid repeated mbox results from search
2018-04-23searchview: do not blindly append "l" parameter to URL
2018-04-23view: drop redundant References: display code
2018-04-23view: wrap To: and Cc: headers in HTML display
2018-04-23view: untangle loop when showing message headers
2018-04-22extmsg: use Xapian only for partial matches
2018-04-20searchidx: remove leftover debugging code
2018-04-20searchidx: release lock again during v1 batch callback
2018-04-20disallow "\t" and "\n" in OVER headers
2018-04-20import: cleanup git cat-file processes when ->done
2018-04-19filter/rubylang: do not set altid on spam training
2018-04-18ensure SQLite and Xapian files respect core.sharedRepository
2018-04-18Merge remote-tracking branch 'origin/master' into v2
2018-04-18searchidx: revert default BATCH_BYTES to 1_000_000
2018-04-18nntp: allow and ignore empty commands
2018-04-18searchidx: increase term positions for all text terms
2018-04-18use %H consistently to disable abbreviations
2018-04-18extmsg: remove expensive git path checks
2018-04-18searchidx: regenerate and avoid article number gaps on full index
2018-04-18import: cat_blob drops leading 'From ' lines like Inbox
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-18v2writable: reduce partititions by one
2018-04-18v1: remove articles from overview DB
2018-04-18feed: respect feedmax, again
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-07over: remove forked subprocess
2018-04-07over: avoid excessive SELECT
2018-04-07psgi: ensure /$INBOX/$MESSAGE_ID/T/ endpoint is chronological
2018-04-06www: favor reading more from SQLite, and less from Xapian
2018-04-06nntp: set Xref across multiple inboxes
2018-04-06altid: fix miscopied field name
2018-04-06search: index and allow searching by date-time
2018-04-06over: use only supported and safe SQLite APIs