about summary refs log tree commit homepage
DateCommit message (Expand)
2020-12-26scripts/dupe-finder: restore $dbh variable
2020-12-26searchidx: index lower-case List-Id value
2020-12-26ds: add missing label for systems w/o EPOLLEXCLUSIVE
2020-12-26imap: avoid raising exception if client disconnects
2020-12-26idxstack: fix comment about file_char
2020-12-26mda: match List-Id insensitively
2020-12-26mid: drop repeated ';' in mid_escape() regular expression
2020-12-26doc: post-1.6 updates, start 1.7
2020-12-26config: warn on multiple values for some fields
2020-12-26doc: txt2pre: more manpage URLs
2020-12-26doc: flow: include -imapd
2020-12-26t/indexlevels-mirror: fix improperly skipped test
2020-12-26eml: fix undefined vars on <Perl 5.28
2020-12-26t/config: test --get-urlmatch for git <2.26
2020-12-26default to CORE::warn in $SIG{__WARN__} handlers
2020-12-26inbox: name variable for values loop iterator
2020-12-26inboxidle: avoid needless syscalls on refresh
2020-12-26inboxidle: clue users into resolving ENOSPC from inotify
2020-12-26index: filter out indexlevel=basic from extindex
2020-12-26v2writable: don't verify tip if reindexing
2020-12-26index: fix --no-fsync flag propagation to extindex
2020-12-26index: do not attach inbox to extindex unless updated
2020-12-26extsearchidx: close DB handles after use if FD constrained
2020-12-26extsearchidx: delay SQLite availability checks
2020-12-26index: disable --fast-noop on --reindex
2020-12-26init: use the return value of rel2abs_collapsed
2020-12-25index: support --fast-noop / -F switch
2020-12-25inboxwritable: delay umask_prepare calls
2020-12-24index: update [extindex "all"] by default, support -E
2020-12-23config: config_fh_parse: micro-optimize harder
2020-12-23config: config_fh_parse: micro-optimize
2020-12-23config: git_config_dump: pre-compile RE for split
2020-12-23config: _fill: inbox name extraction optimization
2020-12-23extsearchidx: close SQLite handles after attaching
2020-12-23miscsearch: index UIDVALIDITY, use as startup cache
2020-12-23inboxwritable: _init_v1: set created_at ASAP
2020-12-23inbox: git_epoch: correct false comment
2020-12-23xt: add create-many-inboxes helper test
2020-12-23miscsearch: load Xapian at initialization
2020-12-22wwwstream: show relative coderepo URLs correctly
2020-12-22admin: resolve inboxes to absolute paths for index
2020-12-22public-inbox-v[12]-format.pod: make lexgrog happy
2020-12-22support multiple CODE_URLs
2020-12-21extsearch*: drop unnecessary path canonicalization
2020-12-21searchidx: rename get_val to int_val and return IV
2020-12-21use rel2abs_collapsed when loading Inbox objects
2020-12-21isearch: use numeric sort for article numbers
2020-12-21inbox: delay ->version detection
2020-12-21manifest.js.gz: fix per-inbox /$INBOX/manifest.js.gz
2020-12-20config: eliminate unnecessary join call up front