1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00
ripgrep/src
Andrew Gallant a44735aa87 Tweak memory maps on darwin.
Namely, don't automatically pick memory maps on darwin, ever. They
appear slower than standard read calls.

Closes #36.
2016-09-24 20:48:05 -04:00
..
args.rs Tweak memory maps on darwin. 2016-09-24 20:48:05 -04:00
atty.rs Rejigger the atty detection stuff. 2016-09-10 00:05:20 -04:00
gitignore.rs Fix directory whitelisting. 2016-09-24 20:10:30 -04:00
glob.rs Fix trailing recursive globs in gitignore. 2016-09-24 19:44:06 -04:00
ignore.rs Fix whitelisting precedence. 2016-09-24 20:09:29 -04:00
main.rs If a file is empty, still try to search it. 2016-09-24 20:45:06 -04:00
out.rs fix windows build 2016-09-17 12:54:46 -04:00
pathutil.rs fix windows build 2016-09-17 12:54:46 -04:00
printer.rs Change the default output of --files to elide './'. 2016-09-24 19:18:48 -04:00
search_buffer.rs Stream results when feasible. 2016-09-13 21:11:46 -04:00
search_stream.rs Stream results when feasible. 2016-09-13 21:11:46 -04:00
terminal_win.rs Stream results when feasible. 2016-09-13 21:11:46 -04:00
terminal.rs Stream results when feasible. 2016-09-13 21:11:46 -04:00
types.rs Add support for the Nim programming language file type 2016-09-24 21:48:33 +02:00
walk.rs Some minor performance tweaks. 2016-09-16 16:13:28 -04:00