summaryrefslogtreecommitdiff
path: root/lib/Fuzzer/FuzzerCorpus.h
AgeCommit message (Expand)Author
2017-07-18[libFuzzer] when adding a reduced input print REDUCED instead of NEWKostya Serebryany
2017-07-18[libFuzzer] improve -reduce_inputs=1: now only consider the unique features o...Kostya Serebryany
2017-07-15[libFuzzer] remove stale codeKostya Serebryany
2017-07-13[libFuzzer] make sure that -reduce_inputs=1 deletes redundant files in the co...Kostya Serebryany
2017-07-13[libFuzzer] experimental feature -reduce_inputs (off by default) that tries t...Kostya Serebryany
2017-03-31[libFuzzer] simplify the code a bitKostya Serebryany
2017-03-24[libFuzzer] increase kFeatureSetSize to 2^21 and make InputCorpus scale to th...Kostya Serebryany
2017-02-07[libFuzzer] replace std::random_shuffle with std::shuffle as std::random_shuf...Kostya Serebryany
2016-12-30Include <algorithm> for std::max etcReid Kleckner
2016-12-27[libFuzzer] add an experimental flag -experimental_len_control=1 that sets ma...Kostya Serebryany
2016-12-17Revert "[libFuzzer] add an experimental flag -experimental_len_control=1 that...Daniel Jasper
2016-12-16[libFuzzer] add an experimental flag -experimental_len_control=1 that sets ma...Kostya Serebryany
2016-12-13[libFuzzer] Avoid name collision with Windows API.Marcos Pividori
2016-12-13[libFuzzer] Clean up headers and file formatting of LibFuzzer files.Marcos Pividori
2016-11-30[LibFuzzer] Split up some functions among different headers.Zachary Turner
2016-10-14[libFuzzer] add -trace_cmp=1 (guiding mutations based on the observed CMP ins...Kostya Serebryany
2016-10-08[libFuzzer] when shrinking the corpus, delete evicted files previously create...Kostya Serebryany
2016-10-08[libFuzzer] fix use-after-free in libFuzzer found by ... fuzzing.Kostya Serebryany
2016-10-06[libFuzzer] be more careful with memory usage, print peak rss in status linesKostya Serebryany
2016-10-05[libFuzzer] refactoring to make -shrink=1 work for value profile, added a test.Kostya Serebryany
2016-10-05[libFuzzer] clear the corpus elements if they are evicted (i.e. smaller eleme...Kostya Serebryany
2016-10-04[libFuzzer] change the probabilities so that we choose only the inputs that a...Kostya Serebryany
2016-10-01[libFuzzer] implement the -shrink=1 option that tires to make elements of the...Kostya Serebryany
2016-09-30[libFuzzer] more the feature set to InputCorpus; on feature update, change th...Kostya Serebryany
2016-09-23[libFuzzer] fix merging with trace-pc-guardKostya Serebryany
2016-09-22[libFuzzer] add 'features' to the corpus elements, allow mutations with Size ...Kostya Serebryany
2016-09-21[libFuzzer] add stats to the corpus; more refactoringKostya Serebryany
2016-09-21[libFuzzer] more refactoring; don't compute sha1sum every time we mutate a un...Kostya Serebryany
2016-09-21[libFuzzer] refactoring: split the large header into many; NFCKostya Serebryany