about summary refs log tree commit homepage
DateCommit message (Expand)
2020-11-29extindex: fix delete (`d') handling
2020-11-28searchidxshard: chomp $eidx_key from pipe
2020-11-28*index: more consistent graceful shutdown checks
2020-11-28nntp: xref: use ->ALL extindex if available
2020-11-28nntp: xref: simplify sub signature
2020-11-28nntp: some minor golfing
2020-11-28t/extsearch: show a more realistic case
2020-11-28nntp: move LIST iterators to long_response
2020-11-28nntp: LIST ACTIVE.TIMES use angle brackets around address
2020-11-28miscsearch: implement ->newsgroup_matches
2020-11-28nntp: NEWNEWS: speed up filtering
2020-11-28nntp: use grep operation for wildmat matching
2020-11-28mm: min/max: return 0 instead of undef
2020-11-28nntpd: share {groups} hash with {-by_newsgroup} in Config
2020-11-28nntp: use Inbox->uidvalidity instead of ->mm->created_at
2020-11-24extsearchidx: deduplicate alternates based on st_dev + st_ino
2020-11-24wwwattach: prevent deep-linking via Referer match
2020-11-24gcf2: workaround libgit2 alternates bug for extindex
2020-11-24*search: simplify retry_reopen users
2020-11-24manifest: support faster generation via [extindex "all"]
2020-11-24extsearchidx: do not short-circuit MiscIdx on no-op v2 prepare
2020-11-24miscidx: store absolute git_dir of each epoch in docdata
2020-11-24miscidx: cleanup git processes after manifest indexing
2020-11-24extsearch: fix remaining "eindex" references
2020-11-24miscidx: put grokmirror manifest entries in Xapian docdata
2020-11-24inbox: git_epoch: remove ->version check
2020-11-24manifest: use ibx->git_epoch method for v2
2020-11-24git: add manifest_entry method
2020-11-24move JSON module portability into PublicInbox::Config
2020-11-24miscsearch: a new Xapian sub-DB for extindex
2020-11-19extindex: remove skip-docdata option
2020-11-17v2writable: avoid initiating leftover unindex if interrupted
2020-11-15searchidx: check for graceful shutdown in log2stack
2020-11-15t/eml.t: workaround newer Email::MIME* behavior
2020-11-15extindex: support graceful shutdown via QUIT/INT/TERM
2020-11-15*index: discard sync->{todo} on iteration
2020-11-15*index: avoid per-epoch --batch-check processes
2020-11-15*index: checkpoints write last_commit metadata
2020-11-10searchidx: fix fallback on unindex miss
2020-11-08extindex: fix --batch-size support
2020-11-08extindex: SIGUSR1 supports checkpoint
2020-11-08v2writable: more accurate {current_info} warnings/progress
2020-11-08extsearch: canonicalize topdir
2020-11-08extsearchidx: quiet warning for unindexed `d' messages
2020-11-08v2writable: less expensive checkpoint for extindex
2020-11-08searchidxshard: further improve {current_info} readability
2020-11-08searchidxshard: reduce syscalls when writing ->eidx_key
2020-11-08extsearchidx: avoid needless alternates rewrite in ALL.git
2020-11-08extsearch: rename -eindex to -extindex
2020-11-07searchidxshard: make warnings with eidx_key less confusing