aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/fuzzer
Commit message (Expand)AuthorAgeFilesLines
* all: refactor statsDmitry Vyukov2024-04-096-105/+105
* executor: skip executor tests on systems with BrokenCompilerGreg Steuck2024-04-051-0/+4
* pkg/fuzzer: make deflake() more flexibleAleksandr Nogikh2024-04-053-26/+129
* pkg/fuzzer: don't triage saturated callsDmitry Vyukov2024-04-032-11/+15
* pkg/fuzzer: remove Request.result fieldDmitry Vyukov2024-04-021-2/+0
* pkg/fuzzer: mix in exec fuzz and exec genAleksandr Nogikh2024-03-254-29/+54
* pkg/fuzzer: implement basic max signal rotationAleksandr Nogikh2024-03-253-6/+101
* all: move fuzzer to the hostAleksandr Nogikh2024-03-255-72/+73
* pkg/fuzzer: remove leak checking optionAleksandr Nogikh2024-03-251-1/+0
* pkg/fuzzer: disable leaked Request checkingAleksandr Nogikh2024-03-251-34/+5
* pkg/fuzzer: remove async priority queue operationsAleksandr Nogikh2024-03-222-36/+36
* pkg/fuzzer: ignore new max signal during triageAleksandr Nogikh2024-03-192-10/+17
* pkg/fuzzer: expose the number of candidates and running jobsAleksandr Nogikh2024-03-192-5/+14
* pkg/fuzzer: don't use NewInputs in testsAleksandr Nogikh2024-03-191-3/+4
* all: rename corpus and fuzzer Stat objectsAleksandr Nogikh2024-03-193-11/+11
* pkg/corpus: a separate package for the corpus functionalityAleksandr Nogikh2024-03-186-243/+98
* prog: enable MutateWithHints() abortionAleksandr Nogikh2024-03-141-6/+2
* pkg/fuzzer: factor out the fuzzing engineAleksandr Nogikh2024-03-128-0/+1423