Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libFuzzer] use std::mt19937 for generating random numbers by default. Fix My... | Kostya Serebryany | 2016-01-19 | 1 | -0/+14 |
* | [libFuzzer] move some code from public interface header to a non-public heade... | Kostya Serebryany | 2016-01-16 | 1 | -1/+20 |
* | [LibFuzzer] Introducing FUZZER_FLAG_UNSIGNED and using it for seeding. | Mike Aizatsky | 2015-12-10 | 1 | -1/+1 |
* | [libFuzzer] remove some old code; also make __sanitizer_get_total_unique_call... | Kostya Serebryany | 2015-10-23 | 1 | -3/+0 |
* | [libFuzzer] refactor the mutation functions so that they are now methods of a... | Kostya Serebryany | 2015-09-03 | 1 | -2/+3 |
* | [libFuzzer] move the mutators to public interface so that custom mutators may... | Kostya Serebryany | 2015-08-06 | 1 | -11/+0 |
* | [libFuzzer] allow users to supply their own implementation of rand | Kostya Serebryany | 2015-07-24 | 1 | -2/+18 |
* | [lib/Fuzzer] extend the fuzzer interface to allow user-supplied mutators | Kostya Serebryany | 2015-05-22 | 1 | -0/+27 |