]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/SearchThread.pm
thread: avoid Perl5 internal scratchpad target cache
[public-inbox.git] / lib / PublicInbox / SearchThread.pm
2021-10-24 Eric Wongthread: avoid Perl5 internal scratchpad target cache
2021-10-04 Eric Wongwww: fix ref cycle from threading w/ extindex
2021-01-25 Eric Wongdoc: re-add missing 1.6 release notes
2021-01-01 Eric WongMerge tag 'v1.6.1' into eidx
2020-12-09 Eric Wongtreewide: replace {-inbox} with {ibx} for consistency
2020-04-22 Eric WongMerge branch '1.4.0-tag-merge'
2020-04-17 Eric Wongsearchthread: reduce indirection by removing container
2020-04-09 Eric Wongtriewyde: ficks soem speling errrors
2020-04-02 Eric Wongmid: add $MID_EXTRACT regexp for export
2019-12-20 Eric Wongsearchthread: fix usage of user-supplied parameter
2019-01-10 Eric WongMerge commit 'mem'
2019-01-08 Eric Wongview: more culling for search threads
2018-04-25 Eric Wongthread: sort incoming messages by Date
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