about summary refs log tree commit homepage
path: root/lib/PublicInbox/SearchIdx.pm
DateCommit message (Expand)
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
2015-09-30nntp: implement OVER/XOVER summary in search document
2015-09-25searchidx: remove unused sub: next_doc_id
2015-09-15searchidx: sync Msgmap database along with Xapian
2015-09-15searchidx: hoist out rlog code
2015-09-06update copyright headers and email addresses
2015-09-03search: disable Message-ID compression in Xapian
2015-09-01search: reduce redundant doc data
2015-08-30search: do not index references and inreplyto terms
2015-08-29avoid length in boolean context
2015-08-25mid: mid_compressed => mid_compress
2015-08-23cleanup calls to header_obj
2015-08-23hopefully fix broken permissions for search
2015-08-23search: respect core.sharedRepository in for Xapian DB
2015-08-22search: split search indexing to a separate file