about summary refs log tree commit homepage
path: root/lib/PublicInbox/SearchView.pm
DateCommit message (Expand)
2021-02-07lei: replace --thread with --threads
2021-01-12lei query + pagination sorta working
2021-01-01update copyrights for 2021
2020-12-09treewide: replace {-inbox} with {ibx} for consistency
2020-12-05isearch: emulate per-inbox search with ->ALL
2020-12-05search: remove mdocid export
2020-09-03search: replace ->query with ->mset
2020-08-28www: more descriptive pagination
2020-08-28www: improve navigation around contemporary threads
2020-08-23mbox: disable "&t" on existing Xapian until full reindex
2020-08-23search: support downloading mboxes results with full thread
2020-08-22searchview: fix mbox.gz downloads for lynx users
2020-08-20search: add mset_to_artnums method
2020-08-20searchview: convert nested and Atom display to over.sqlite3
2020-08-20searchview: speed up search summary by ~10%
2020-08-20searchview: use over.sqlite3 instead of Xapian docdata
2020-08-20searchquery: split off from searchview
2020-08-20www: reduce long-lived PublicInbox::Search references
2020-07-06view: simplify eml_entry callers further
2020-07-06view: eml_entry: reduce parameters
2020-07-06ssearchview: /$INBOX/?q=$QUERY&x=t uses async blobs
2020-07-06wwwstream: reduce blob fetch paths for ->getline
2020-07-06wwwstream: reduce object graph depth
2020-06-03www: remove smsg_mime API and adjust callers
2020-06-03wwwatomstream: convert callers to use smsg_eml
2020-04-17searchthread: reduce indirection by removing container
2020-03-22rename PublicInbox::SearchMsg => PublicInbox::Smsg
2020-02-27searchview: improve naming and simplify hash override
2020-02-24searchview: set obfuscation inbox properly
2020-02-16view: escape ampersand in Message-IDs
2020-02-16view,searchview: avoid smsg method calls when using SQLite/Xapian
2020-02-06treewide: run update-copyrights from gnulib for 2019
2020-01-27searchview: keep $noop sub private to the package
2020-01-27view: improve readability around walk_thread
2020-01-27www: use "skel" terminology consistently
2020-01-06treewide: "require" + "use" cleanup and docs
2019-12-28search: retry_reopen passes user arg to callback
2019-12-27searchview: remove anonymous sub when sorting threads by relevance
2019-12-27searchview: pass named subs to Www*Stream
2019-12-21searchview: save a column in &x=t thread skeleton
2019-12-20searchthread: fix usage of user-supplied parameter
2019-09-09run update-copyrights from gnulib for 2019
2019-06-25searchview: avoid displaying full paths on errors
2019-06-15searchview: add link at bottom to reverse results
2019-06-15searchview: support negative offsets to reverse ordering
2019-06-04searchview: do not allow non-ASCII offsets and limits
2019-05-15www: use Inbox->over where appropriate
2019-04-18view: show "(no subject)" consistently in HTML
2019-04-16cleanup: use '$ibx' consistently when referring to Inbox refs
2019-01-08searchview: drop unused {seen} hashref