Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [libFuzzer] refactor the mutation functions so that they are now methods of a... | Kostya Serebryany | 2015-09-03 | 1 | -3/+3 |
* | [libFuzzer] allow users to supply their own implementation of rand | Kostya Serebryany | 2015-07-24 | 1 | -3/+3 |
* | [lib/Fuzzer] fix build with assertions | Kostya Serebryany | 2015-05-26 | 1 | -0/+1 |
* | [lib/Fuzzer] extend the fuzzer interface to allow user-supplied mutators | Kostya Serebryany | 2015-05-22 | 1 | -26/+29 |
* | Reverting r227452, which adds back the fuzzer library. Now excluding the fuzz... | Aaron Ballman | 2015-01-29 | 1 | -0/+47 |
* | Temporarily reverting the fuzzer library as it causes too many build issues f... | Aaron Ballman | 2015-01-29 | 1 | -47/+0 |
* | Adding missing #includes to try to get this to compile on Windows with Visual... | Aaron Ballman | 2015-01-29 | 1 | -0/+1 |
* | Add a Fuzzer library | Kostya Serebryany | 2015-01-27 | 1 | -0/+46 |