about summary refs log tree commit homepage
path: root/lib/PublicInbox/SearchIdx.pm
DateCommit message (Expand)
2017-04-13search: allow searching within mail diffs repobrowse
2017-02-14Merge remote-tracking branch 'origin/master' into repobrowse
2017-02-14searchidx: switch to accounting by message bytes
2017-02-11handle repeated References and In-Reply-To headers
2017-02-10search: remove unnecessary abstractions and functionality
2017-02-09Merge remote-tracking branch 'origin/master' into repobrowse
2017-02-07search: hoist out git directory search index helper
2017-02-06Revert "searchidx: reindex clobbers old thread IDs"
2017-02-06searchidx: reindex clobbers old thread IDs
2017-02-06searchidx: deal with empty In-Reply-To and References headers
2017-01-10introduce PublicInbox::MIME wrapper class
2017-01-07searchmsg: favor direct hash access over accessor methods
2016-12-10search: favor In-Reply-To over last References iff IRT exists
2016-10-05thread: remove Mail::Thread dependency
2016-09-09search: index attachment filenames
2016-09-09search: match the behavior of WWW for indexing text
2016-09-09search: avoid mindlessly calling body_set
2016-09-09search: fix compatibility with Debian wheezy
2016-09-09search: increase term positions for each quoted hunk
2016-09-09search: match quote detection behavior of view
2016-09-09search: fix space regressions from recent changes
2016-09-09search: more granular message body searching
2016-09-09search: allow searching user fields (To/Cc/From)
2016-08-16search: add YYYYMMDD search range via "d:" prefix
2016-08-14searchidx: do not release Xapian lock while (only) Msgmap is indexing
2016-08-11search: support alt-ID for mapping legacy serial numbers
2016-08-10searchidx: allow searching Message-IDs in free-form text
2016-08-09searchidx: avoid holding Xapian lock in cat-file
2016-08-09searchidx: release Xapian FDs before spawning git log
2016-08-09searchidx: persist the PublicInbox::Git object
2016-08-09searchidx: remove unused $git parameters
2016-08-05search: disable batching in newer versions of Xapian, for now
2016-08-04searchmsg: add git object ID to doc_data
2016-08-02search: improve reindexing behavior
2016-07-31search: support reindexing existing search indices
2016-07-31msgmap: fix use of transactions
2016-06-26inbox: ensure we do not show leading "From " lines
2016-06-21searchidx: merge old thread id from ghosts
2016-06-21searchidx: simplify ghost creation
2016-06-17searchidx: disable Email::MIME::ContentType::STRICT_PARAMS
2016-05-21localize $/ in more places to avoid potential problems
2016-05-19switch read-only uses of walk_parts to msg_iter
2016-03-03use raw header for Message-ID
2016-02-28reduce calls to close unless error checks are needed
2016-02-28searchidx: use defined for checking EOF behavior
2015-12-22rename 'GitCatFile' package to 'Git'
2015-11-20various internal documentation updates
2015-10-03drop Message-IDs longer than 244 bytes
2015-10-02rename mid_compress to id_compress
2015-10-01searchidx: subject is not a term