Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libFuzzer] remove UserSuppliedFuzzer from the interface (it was a bad idea). | Kostya Serebryany | 2016-02-13 | 1 | -51/+0 |
* | [libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return i... | Kostya Serebryany | 2015-10-02 | 1 | -3/+4 |
* | [libFuzzer] move the mutators to public interface so that custom mutators may... | Kostya Serebryany | 2015-08-06 | 1 | -2/+2 |
* | [libFuzzer] allow users to supply their own implementation of rand | Kostya Serebryany | 2015-07-24 | 1 | -1/+4 |
* | [lib/Fuzzer] extend the fuzzer interface to allow user-supplied mutators | Kostya Serebryany | 2015-05-22 | 1 | -0/+47 |