1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-07-11 14:30:24 +02:00
Commit Graph

1765 Commits

Author SHA1 Message Date
61f49ba716 Remove the buffered reader.
We really need functionality like this when memory maps aren't suitable,
either because they're too slow or because they just aren't available (like
for reading stdin). However, this particular approach was completely bunk.
Namely, the interface was all wrong. The caller needs to maintain some kind
of control over the search buffers for special output features (like
contexts or inverted matching), but this interface as written doesn't
support that kind of pattern at all.

So... back to the drawing board.
2016-08-24 18:06:42 -04:00
e97d75c024 Refactor buffered test. 2016-08-08 19:17:25 -04:00
076eeff3ea update 2016-08-05 00:10:58 -04:00
a3f609222c progress 2016-06-22 21:19:02 -04:00
0163b39faa refactor progress 2016-06-20 16:55:13 -04:00
8d9d602945 update 2016-04-03 21:22:09 -04:00
07bff7409b tweaks 2016-03-30 22:24:59 -04:00
f1a91307cd short matches 2016-03-30 20:44:26 -04:00
79a51029c1 progress 2016-03-29 21:21:34 -04:00
4ae67a8587 progress 2016-03-28 20:07:25 -04:00
3b76981007 rename to xrep 2016-03-28 18:11:35 -04:00
8996911681 makefile 2016-03-10 21:03:13 -05:00
883ceb343c add readme 2016-03-10 21:02:08 -05:00
403bb72a4d beating 'grep -E' on some things 2016-03-10 20:48:44 -05:00
9d1e619ff3 initial commit 2016-02-27 11:07:26 -05:00