summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2015-03-01Build with Go 1.4.2Junegunn Choi
2015-03-01Make --filter non-blocking when --no-sort (#132)Junegunn 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-02-13Add `--sync` optionJunegunn Choi
2015-01-240.9.20.9.2Junegunn Choi
2015-01-24Fix error when --query contains wide-length charactersJunegunn Choi
2015-01-24Improve rendering performance by caching rune widthsJunegunn Choi
2015-01-23Fix update_assets scriptJunegunn Choi
2015-01-23Redraw and adjust upon terminal resizeJunegunn Choi
2015-01-23Nullify --nth option when it's irrelevantJunegunn Choi
2015-01-18Improved handling of tab charactersJunegunn Choi
2015-01-18Update src/README.mdJunegunn Choi
2015-01-18Add note on installationJunegunn Choi
2015-01-170.9.1Junegunn Choi
2015-01-17Add script for updating release assetsJunegunn Choi
2015-01-17Print selected items in the order they are selectedJunegunn Choi
2015-01-17Use Go 1.4.1 to build linux binariesJunegunn Choi
2015-01-17Do not build i386 binary on Travis CI to speed up the processJunegunn Choi
2015-01-17Fix CTRL-Y key bindingJunegunn Choi
2015-01-15Fix error with empty list and release 0.9.1-devJunegunn Choi
2015-01-14Remove brew targetJunegunn Choi
2015-01-14Add GIF to src/READMEJunegunn Choi
2015-01-14Update install/build script from Homebrew0.9.0Junegunn Choi
2015-01-13`make archive` for homebrew releaseJunegunn Choi
2015-01-13Update src/README.mdJunegunn Choi
2015-01-12Reorganize source codeJunegunn Choi
2015-01-12LintJunegunn Choi
2015-01-11Fix race conditionsJunegunn Choi
2015-01-11Avoid unnecessary update of search progressJunegunn Choi
2015-01-11Update src/README.md and package commentJunegunn Choi
2015-01-11Refactor Makefile and DockerfilesJunegunn Choi
2015-01-11Improve prefix/suffix cache lookupJunegunn Choi
2015-01-11Remove unnecessary loop labelJunegunn Choi
2015-01-11Add test cases for ChunkCacheJunegunn Choi
2015-01-11Fix Transform result cache to speed up subsequent searchesJunegunn Choi
2015-01-11Fix --with-nth option when query is non-emptyJunegunn Choi
2015-01-10Make sure that cy is properly limitedJunegunn Choi
2015-01-10Change Merger implementation on --no-sortJunegunn Choi
2015-01-10Constrain cy in vmove()Junegunn Choi
2015-01-10Fix double click on an empty row not to close fzfJunegunn Choi
2015-01-10Fix incorrect behaviors of mouse events when --multi enabledJunegunn Choi
2015-01-10Update src/README.mdJunegunn Choi
2015-01-10Improve response time by only looking at top-N itemsJunegunn Choi
2015-01-09Reduce memory footprintJunegunn Choi
2015-01-09Minor refactoringJunegunn Choi
2015-01-08Adjust initial coordinator delayJunegunn Choi
2015-01-08Fix missing mutex unlockJunegunn Choi