]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/SearchThread.pm
thread: prevent hidden threads in /$INBOX/ landing page
[public-inbox.git] / lib / PublicInbox / SearchThread.pm
2018-04-25 Eric Wongthread: prevent hidden threads in /$INBOX/ landing...
2018-04-18 Eric Wong (Contrac... Merge remote-tracking branch 'origin/master' into v2
2018-03-29 Eric Wong (Contrac... search: get rid of most lookup_* subroutines
2017-10-03 Eric Wongsearch: try to fill in ghosts when generating thread...
2017-02-11 Eric Wonghandle repeated References and In-Reply-To headers
2016-12-21 Eric Wongsearchthread: simplify API and remove needless OO
2016-12-21 Eric Wongsearchthread: update comment about loop prevention
2016-12-10 Eric Wongthread: last Reference always wins
2016-12-10 Eric Wongview: skip ghosts with no direct children
2016-12-10 Eric Wongthread: fix comment describing its existence
2016-10-14 Eric Wongthread: reinstates stable ordering when ghosts are...
2016-10-13 Eric Wongthread: fix parent/child relationships
2016-10-13 Eric Wongthread: reduce indentation level
2016-10-05 Eric Wongthread: remove weaken dependency
2016-10-05 Eric Wongthread: use hash + array instead of hand-rolled linked...
2016-10-05 Eric Wongthread: inline and remove recurse_down logic
2016-10-05 Eric Wongthread: order_children no longer cares about depth
2016-10-05 Eric Wongthread: avoid incrementing undefined value
2016-10-05 Eric Wongthread: remove iterate_down
2016-10-05 Eric Wongthread: simplify
2016-10-05 Eric Wongthread: remove rootset accessor method
2016-10-05 Eric Wongthread: remove Email::Abstract wrapping
2016-10-05 Eric Wongthread: remove accessor usage in internals
2016-10-05 Eric Wongthread: pass array refs instead of entire arrays
2016-10-05 Eric Wongthread: remove Mail::Thread dependency