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