summaryrefslogtreecommitdiffstats
path: root/src/worker.rs
AgeCommit message (Expand)Author
2018-08-20ripgrep: migrate to libripgrepAndrew Gallant
2018-07-21ripgrep: replace decoder with encoding_rs_ioAndrew Gallant
2018-07-21ripgrep: add --pre flagCharles Blake
2018-03-10search: add a --count-matches flagBalaji Sivaraman
2018-03-10search: add -b/--byte-offset flagBalaji Sivaraman
2018-03-10mmap: handle ENOMEM errorAndrew Gallant
2018-01-31worker: better error handling for memory mapsAndrew Gallant
2018-01-30search: add support for searching compressed filesBalaji Sivaraman
2018-01-01cleanup: replace try! with ?Balaji Sivaraman
2017-11-22Update to memmap 0.6Dan Burkert
2017-03-12Add support for additional text encodings.Andrew Gallant
2016-12-23fix some clippy lints (#288)Leonardo Yvens
2016-11-20Propagate no_messages option to worker.Andrew Gallant
2016-11-20Completely re-work colored output and tty handling.Andrew Gallant
2016-11-19Add --files-without-matches flag.Daniel Luz
2016-11-06Add --no-messages flag.Andrew Gallant
2016-11-06Add -m/--max-count flag.Andrew Gallant
2016-11-05Add parallel recursive directory iterator.Andrew Gallant