aboutsummaryrefslogtreecommitdiff
path: root/src/internal/fuzz/fuzz.go
AgeCommit message (Expand)Author
2021-09-20[dev.fuzz] Revert "[dev.fuzz] testing: convert seed corpus values where possi...Katie Hockman
2021-09-20[dev.fuzz] internal/fuzz: warn if fuzzing begins with empty corpusKatie Hockman
2021-09-16[dev.fuzz] internal/fuzz: rework default test behavior before fuzzingKatie Hockman
2021-09-15[dev.fuzz] internal: fuzzing output adjustmentsKatie Hockman
2021-09-10[dev.fuzz] internal/fuzz: fix bug for -fuzzminimizetime of zeroKatie Hockman
2021-09-10[dev.fuzz] internal/fuzz: improve warning message when not instrumentedKatie Hockman
2021-09-08[dev.fuzz] internal/fuzz: fix panic when marshaling dataKatie Hockman
2021-09-03[dev.fuzz] internal/fuzz: maintain debug info during minimizationRoland Shoemaker
2021-09-02[dev.fuzz] internal/fuzz: don't store corpus in memoryRoland Shoemaker
2021-09-02[dev.fuzz] internal/fuzz: minimize inputs that expand coverageJay Conrod
2021-08-31[dev.fuzz] internal/fuzz: ensure crash is written if minimization interruptedJay Conrod
2021-08-31[dev.fuzz] internal/fuzz: count -fuzzminimizetime toward -fuzztimeJay Conrod
2021-08-23[dev.fuzz] internal/fuzz: coarsen each coverage counter when taking a snapshotJay Conrod
2021-07-19[dev.fuzz] internal/fuzz: add more benchmarks for workersJay Conrod
2021-06-15[dev.fuzz] testing: convert seed corpus values where possibleKatie Hockman
2021-06-08internal/fuzz: use consistent log formatRoland Shoemaker
2021-06-07[dev.fuzz] internal/fuzz: add additional debug loggingRoland Shoemaker
2021-06-02[dev.fuzz] internal/fuzz: notify coordinator for minimizationJay Conrod
2021-05-26Revert "[dev.fuzz] internal/fuzz: include coverage in logged stats"Katie Hockman
2021-05-19[dev.fuzz] internal/fuzz: make minimization tests more reliableJay Conrod
2021-05-19[dev.fuzz] internal/fuzz: move coverage capture closer to functionRoland Shoemaker
2021-05-18[dev.fuzz] internal/fuzz: include coverage in logged statsRoland Shoemaker
2021-05-11[dev.fuzz] internal/fuzz: use coverage instrumentation while fuzzingKatie Hockman
2021-05-07[dev.fuzz] testing,internal/fuzz: prevent unbounded memory growthRoland Shoemaker
2021-05-04[dev.fuzz] internal/fuzz: don't panic if types changeKatie Hockman
2021-04-16[dev.fuzz] internal/fuzz: minimize non-recoverable errorsKatie Hockman
2021-04-09[dev.fuzz] internal/fuzz: move CoordinateFuzzing args into struct typeJay Conrod
2021-04-09[dev.fuzz] testing: let -fuzztime specify a number of executionsJay Conrod
2021-04-09[dev.fuzz] internal/fuzz: improve cancellation in worker event loopsJay Conrod
2021-04-09[dev.fuzz] internal/fuzz: don't count time spent loading corpusJay Conrod
2021-04-05[dev.fuzz] internal/fuzz: reduce allocation in the mutatorJay Conrod
2021-03-09[dev.fuzz] internal/fuzz: fix deadlock with multiple workersJay Conrod
2021-03-09[dev.fuzz] internal/fuzz: fix two bugs affecting windowsJay Conrod
2021-02-23[dev.fuzz] testing,internal/fuzz: support structured inputsKatie Hockman
2021-02-18[dev.fuzz] internal/fuzz: remove duplicate read from testdataKatie Hockman
2021-02-10[dev.fuzz] testing: make F.Fuzz more similar to T.RunJay 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-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: send inputs to workers with shared memoryJay Conrod
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