summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2016-09-20Add an error message for catching a common failure mode.Andrew Gallant
2016-09-20Add "unrestricted" flag.Andrew Gallant
2016-09-17Add support for searching multiple patterns with -e.0.1.4Andrew Gallant
2016-09-17fix windows buildAndrew Gallant
2016-09-16Some minor performance tweaks.Andrew Gallant
2016-09-16try again...Andrew Gallant
2016-09-16fix testsAndrew Gallant
2016-09-15Rework glob sets.Andrew Gallant
2016-09-15Don't traverse directory stack if we don't need to.Andrew Gallant
2016-09-15Remove .agignore from ignore file list.Andrew Gallant
2016-09-14--no-ignore implies --no-ignore-parentAndrew Gallant
2016-09-14Replace crossbeam with deque.Andrew Gallant
2016-09-13We don't use thread_local any more, so remove it.Andrew Gallant
2016-09-13Stream results when feasible.0.0.19Andrew Gallant
2016-09-11Don't skip the first arg.Andrew Gallant
2016-09-11Don't panic when an argument is invalid UTF-8.Andrew Gallant
2016-09-11Make file type filtering a lot faster.Andrew Gallant
2016-09-11We don't need regex-syntax directly in ripgrep.Andrew Gallant
2016-09-11Bump default thread count to 8.Andrew Gallant
2016-09-10Make line counting much faster.Andrew Gallant
2016-09-10Rename search module to search_stream.Andrew Gallant
2016-09-10Rejigger the atty detection stuff.Andrew Gallant
2016-09-09Add integration tests.Andrew Gallant
2016-09-09fix windows build0.0.16Andrew Gallant
2016-09-08Refactor how coloring is done.0.0.14Andrew Gallant
2016-09-08Rename xrep to ripgrep.Andrew Gallant
2016-09-07Hack in Windows console coloring.0.0.11Andrew Gallant
2016-09-06Add support for memory maps.Andrew Gallant
2016-09-06Add support for printing column numbers.Andrew Gallant
2016-09-06Tweak colors.Andrew Gallant
2016-09-06Only create the Grep searcher once.Andrew Gallant
2016-09-05another try0.0.9Andrew Gallant
2016-09-05windows debug, take 10.0.8Andrew Gallant
2016-09-05Fix glob tests.0.0.7Andrew Gallant
2016-09-05Fix glob problem on Windows.0.0.6Andrew Gallant
2016-09-05Fix yellow color to match ack.Andrew Gallant
2016-09-05windows, take 30.0.5Andrew Gallant
2016-09-05Fix context writing.0.0.1Andrew Gallant
2016-09-05Trying CI.Andrew Gallant
2016-09-05Whoops. Remove other bits of parking lot.Andrew Gallant
2016-09-05Fix deps so that others can build it.Andrew Gallant
2016-09-05More progress. With coloring!Andrew Gallant
2016-09-05TODOs and some cleanup/refactoring.Andrew Gallant
2016-09-05Lots of progress:Andrew Gallant
2016-09-03making search work (finally)Andrew Gallant
2016-09-03progress on after contextsAndrew Gallant
2016-09-02Switch to Chase-Lev work stealing queue.Andrew Gallant
2016-09-02Before contexts seem to work.Andrew Gallant
2016-09-01Make "before" context work.Andrew Gallant
2016-08-31struggling with printing contexts, what a messAndrew Gallant