about summary refs log tree commit homepage
path: root/lib/PublicInbox/SearchIdx.pm
DateCommit message (Expand)
2020-04-09triewyde: ficks soem speling errrors
2020-04-05release large (non ref) scalars using `undef $sv'
2020-04-03quiet "Complex regular subexpression recursion limit" warnings
2020-04-02searchidx: v1: skip mid_clean on mid_mime results
2020-03-29searchidxshard: ensure we set indexlevel on shard[0]
2020-03-22*idx: pass smsg in even more places
2020-03-22*idx: pass $smsg in more places instead of many args
2020-03-22overidx: parse_references: less error-prone args
2020-03-22smsg: to_doc_data: use existing fields
2020-03-22rename PublicInbox::SearchMsg => PublicInbox::Smsg
2020-03-22index: use git commit times on missing Date/Received
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-27searchidx: don't assume "a/" and "b/" as prefixes
2020-01-27searchidx: skip filenames on "diff --git ..."
2020-01-27search: {version} => {ibx_ver}
2020-01-27inbox: add ->version method
2020-01-11spawn (and thus popen_rd) die on failure
2020-01-06treewide: "require" + "use" cleanup and docs
2020-01-04searchidx: remove_message: pedantic fix for v1
2020-01-04searchidx: index_text: use Xapian parameter names
2020-01-04searchidx: simplify quote-splitting in index_body
2020-01-04searchidx: add_message: fix and make use of prototypes
2020-01-04searchidx: split off index_xapian for msg_iter
2020-01-04searchidx: index_diff: allow /^$/ line as diff context
2019-12-24search: support SWIG-generated Xapian.pm
2019-12-24searchidx: call "++" on PostingIterator instead of "->inc"
2019-12-15searchidx: do not modify read-only $1 via git_unquote
2019-11-04index: "git log" failures are fatal
2019-10-28index: allow search/lookups on X-Alt-Message-ID
2019-10-16config: support "inboxdir" in addition to "mainrepo"
2019-09-09run update-copyrights from gnulib for 2019
2019-06-15comments: replace "partition" with "shard"
2019-06-14search*: rename {partition} => {shard}
2019-06-14searchidx: require PublicInbox::Inbox (or InboxWritable) ref
2019-06-12searchidx: improve error message when Xapian fails
2019-05-29searchidx: store indexlevel=medium as metadata
2019-05-27searchidx: fix obvious typo
2019-05-23xcpdb: show re-indexing progress
2019-05-23xcpdb: use fine-grained locking
2019-05-21Merge remote-tracking branch 'origin/xap-optional' into master
2019-05-21searchidx: remove unused Compress::Zlib import
2019-05-15searchidx: do not create empty Xapian partitions for basic
2019-05-15lazy load Xapian and make it optional for v2
2019-05-14searchidx: fix incremental index with indexlevel=basic on v1
2019-01-15searchidx: move git_unquote to PublicInbox::Git
2019-01-10Merge commit 'mem'
2019-01-10check git version requirements
2019-01-08searchmsg: remove Xapian::Document field
2019-01-05index: quiet down git-log error messages on new inboxes
2018-12-30handle "multipart/mixed" messages which are not multipart