summaryrefslogtreecommitdiffstats
path: root/src/matcher.go
AgeCommit message (Expand)Author
2019-11-10Experimental implementation of "reload" actionJunegunn Choi
2019-07-19Code cleanup (#1640)Christian Muehlhaeuser
2018-12-19Inverse-only matches should not reorder the remaining resultsJunegunn Choi
2017-07-18Consolidate Result and rank structsJunegunn Choi
2016-09-18Revise ranking algorithmJunegunn Choi
2016-08-20Remove Offset slice from Result structJunegunn Choi
2016-08-19Micro-optimizationsJunegunn Choi
2016-08-19Set the upper limit of the number of search go routinesJunegunn Choi
2016-08-18Increase the number of go routines for searchJunegunn Choi
2016-08-14LintJunegunn Choi
2016-02-16Go 1.3 compatibilitySergey Vlasov
2015-08-02LintJunegunn Choi
2015-04-17Improvements in performance and memory usageJunegunn Choi
2015-03-31Implement --toggle-sort option (#173)Junegunn Choi
2015-03-22Code cleanupJunegunn Choi
2015-03-19Fix #151 - reduce initial memory footprintJunegunn Choi
2015-02-26Add --tac option and reverse display order of --no-sortJunegunn Choi
2015-02-18Fix race condition in asynchronous -1 and -0Junegunn Choi
2015-02-18Make --select-1 and --exit-0 asynchronousJunegunn Choi
2015-02-17Fix typo in codeJunegunn Choi
2015-01-12Reorganize source codeJunegunn Choi
2015-01-12LintJunegunn Choi
2015-01-11Fix race conditionsJunegunn Choi
2015-01-10Improve response time by only looking at top-N itemsJunegunn Choi
2015-01-04Fix scan limit for --select-1 and --exit-0 optionsJunegunn Choi
2015-01-04Rewrite fzf in GoJunegunn Choi