summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-01-17Update install script0.9.1Junegunn Choi
2015-01-170.9.1Junegunn Choi
2015-01-17Fix Travis CI build by ignoring trailing empty linesJunegunn Choi
2015-01-17Fix flaky testsJunegunn Choi
2015-01-17Add test cases for --select-1 and --exit-0Junegunn Choi
2015-01-17Add basic test case for --reverseJunegunn Choi
2015-01-17Add script for updating release assetsJunegunn Choi
2015-01-17Add test case for --with-nth + --multiJunegunn 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-17Merge pull request #117 from junegunn/fix-ctrl-yJunegunn Choi
2015-01-17Do not build i386 binary on Travis CI to speed up the processJunegunn Choi
2015-01-17Fix Travis-CI buildJunegunn 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-13Merge pull request #116 from junegunn/goJunegunn Choi
2015-01-13Fix fzf.{bash,zsh} when Go version is not supportedJunegunn 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
2015-01-08Remove call to ncurses set_tabsize()Junegunn Choi
2015-01-07Improve install scriptJunegunn Choi
2015-01-07Add small initial delay to screen updateJunegunn Choi
2015-01-07Remove extraneous quote-escapeJunegunn Choi
2015-01-07Update vim plugin to use Go binaryJunegunn Choi
2015-01-07Fix i386 buildJunegunn Choi