summaryrefslogtreecommitdiffstats
path: root/src/search_buffer.rs
AgeCommit message (Expand)Author
2017-04-05fix typo in commentKosta Welke
2017-03-31Enforce 79 column limit. Grr.Andrew Gallant
2017-02-18Tweak how binary files are handled internally.Andrew Gallant
2016-12-23fix some clippy lints (#288)Leonardo Yvens
2016-11-20Completely re-work colored output and tty handling.Andrew Gallant
2016-11-19Add --files-without-matches flag.Daniel Luz
2016-11-06Add -m/--max-count flag.Andrew Gallant
2016-09-28Be better with short circuiting with --quiet.Andrew Gallant
2016-09-25Stop after first match is found with --quiet.Andrew Gallant
2016-09-24Add --files-with-matches flag.Andrew Schwartzmeyer
2016-09-13Stream results when feasible.0.0.19Andrew Gallant
2016-09-10Rename search module to search_stream.Andrew Gallant
2016-09-09Add integration tests.Andrew Gallant
2016-09-08Refactor how coloring is done.0.0.14Andrew Gallant
2016-09-07Hack in Windows console coloring.0.0.11Andrew Gallant
2016-09-06Add support for memory maps.Andrew Gallant