aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/fuzzer
Commit message (Expand)AuthorAgeFilesLines
* pkg/fuzzer: minor cleanupDmitry Vyukov2024-04-302-23/+15
* pkg/fuzzer: move Signal type from rpctypeDmitry Vyukov2024-04-303-16/+21
* pkg/ipc: make it possible to change EnvFlags between executionsDmitry Vyukov2024-04-301-3/+3
* pkg/fuzzer: fix signal filtering during minimizationDmitry Vyukov2024-04-152-5/+12
* pkg/fuzzer: fix fault injectionAleksandr Nogikh2024-04-121-1/+1
* pkg/fuzzer: remove stats leftoverDmitry Vyukov2024-04-101-2/+0
* pkg/fuzzer: restore printing of triage queue to consoleDmitry Vyukov2024-04-101-1/+1
* pkg/fuzzer: deflake against new signalAleksandr Nogikh2024-04-092-4/+5
* 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