summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2016-08-210.13.50.13.5Junegunn Choi
2016-08-21Update Centos Dockerfile to use Go 1.7Junegunn Choi
2016-08-20No need to cache the result in filtering mode (--filter)Junegunn Choi
2016-08-20Remove Offset slice from Result structJunegunn Choi
2016-08-19Add missing sourcesJunegunn Choi
2016-08-19Micro-optimizationsJunegunn Choi
2016-08-19Set the upper limit of the number of search go routinesJunegunn Choi
2016-08-18Remove duplicate codeJunegunn Choi
2016-08-18Inline function calls in tight loopsJunegunn Choi
2016-08-18Increase the number of go routines for searchJunegunn Choi
2016-08-17Setting GOMAXPROCS is no longer neededJunegunn Choi
2016-08-16Increase read buffer size to 64KBJunegunn Choi
2016-08-140.13.40.13.4Junegunn Choi
2016-08-14LintJunegunn Choi
2016-08-14Improve rendering time of long linesJunegunn Choi
2016-08-14[perf] evaluateBonus can start from sidx - 1Junegunn Choi
2016-08-14[perf] Remove memory copy when using string delimiterJunegunn Choi
2016-08-14[perf] Optimize AWK-style tokenizer for --nthJunegunn Choi
2016-08-14[perf] Avoid allocating rune array for ascii stringJunegunn Choi
2016-08-12:hidden property of previous --preview-window should be clearedJunegunn Choi
2016-07-160.13.30.13.3Junegunn Choi
2016-07-15Fix duplicate rendering of the last line in preview windowJunegunn Choi
2016-06-160.13.20.13.2Junegunn Choi
2016-06-15Fix race condition where preview window is not properly clearedJunegunn Choi
2016-06-140.13.10.13.1Junegunn Choi
2016-06-14Do not process ANSI codes in --preview output at onceJunegunn Choi
2016-06-120.13.00.13.0Junegunn Choi
2016-06-11Add --preview and --preview-windowJunegunn Choi
2016-06-11Ignore controls chars for bracketed paste modeJunegunn Choi
2016-06-08Use single-quoted strings in execute actionJunegunn Choi
2016-05-190.12.20.12.2Junegunn Choi
2016-05-19Validate jump label charactersJunegunn Choi
2016-05-18Revert version numberJunegunn Choi
2016-05-18Do not match jump labels beyond the screen limitJunegunn Choi
2016-05-18Update default jump labelsJunegunn Choi
2016-05-18More named keys: F5 ~ F10, ALT-/Junegunn Choi
2016-05-18[make] Reduce the size of the binaries with `-ldflags -w`Junegunn Choi
2016-05-18Add jump and jump-accept actions for --bindJunegunn Choi
2016-05-13Add print-query action for --bindJunegunn Choi
2016-05-13Allow alt-enter and alt-space for --bind (#571)Junegunn Choi
2016-05-11Determine 256-color capability using tigetnum("colors")Junegunn Choi
2016-04-26Update Makefile to allow build on i686 (#555)Junegunn Choi
2016-04-24Fix missing reference to UNAME_MGene Pavlovsky
2016-04-250.12.10.12.1Junegunn Choi
2016-04-24Fix incorrect cache reference in --exact mode (#547)Junegunn Choi
2016-04-23Apply new ranking algorithm to exact match as wellJunegunn Choi
2016-04-160.11.2Junegunn Choi
2016-04-16Enhanced ranking algorithmJunegunn Choi
2016-04-14Fix #541 - Print double-click when --expect=double-click is setJunegunn Choi
2016-04-01Fix algorithm testsMatt Westcott