aboutsummaryrefslogtreecommitdiff
path: root/src/internal/fuzz
AgeCommit message (Expand)Author
2021-02-10[dev.fuzz] testing: make F.Fuzz more similar to T.RunJay Conrod
2021-02-10[dev.fuzz] internal/fuzz: make RunFuzzWorker accept CorpusEntryJay Conrod
2021-02-10[dev.fuzz] internal/fuzz: worker exiting 0 should not be a crasherJay Conrod
2021-02-03[dev.fuzz] internal/fuzz: refactor CorpusEntry typeJay Conrod
2021-01-21[dev.fuzz] internal/fuzz: guard concurrent access to shared memoryJay Conrod
2021-01-15[dev.fuzz] internal/fuzz: handle SIGINT races gracefullyJay Conrod
2021-01-15[dev.fuzz] internal/fuzz: add sharedMem.setValueLenJay Conrod
2021-01-14[dev.fuzz] internal/fuzz: fix context cancellation for coordinatorKatie Hockman
2021-01-12[dev.fuzz] internal/fuzz: implement a more robust mutatorKatie Hockman
2020-12-23[dev.fuzz] cmd/go: implement -fuzztime flag and support cancellationJay Conrod
2020-12-21[dev.fuzz] internal/fuzz: read and write interesting values in fuzz cacheJay Conrod
2020-12-15[dev.fuzz] internal/fuzz: refactor in preparation for GOFUZZCACHEJay Conrod
2020-12-04[dev.fuzz] internal/fuzzing: handle and report crashersKatie Hockman
2020-12-04[dev.fuzz] internal/fuzz: add mutex to workerClientJay Conrod
2020-12-04[dev.fuzz] internal/fuzz: send inputs to workers with shared memoryJay Conrod
2020-12-04[dev.fuzz] internal/fuzz: implement basic mutator and use in workerKatie Hockman
2020-12-04[dev.fuzz] testing: read corpus from testdata/corpus for each targetKatie Hockman
2020-12-04[dev.fuzz] internal/fuzz: coordinate fuzzing across workersJay Conrod