aboutsummaryrefslogtreecommitdiff
path: root/src/internal/fuzz/fuzz.go
AgeCommit message (Expand)Author
2024-03-26all: fix a large number of commentscui fliter
2023-04-18cmd/go: add check for unknown godebug settingRuss Cox
2023-03-16internal/fuzz: fix debug statementRoland Shoemaker
2023-03-16internal/fuzz: more debug loggingRoland Shoemaker
2023-03-15internal/fuzz: improve debugging messagesRoland Shoemaker
2023-03-10internal/fuzz: avoid deadlock on duplicate entries with exec limitRoland Shoemaker
2022-11-14internal/godebug: define more efficient APIRuss Cox
2022-10-17internal/fuzz: write shorter testdata corpus file namesRuss Cox
2022-09-28internal: use bytes.Clonecuiweixie
2022-09-20all: replace package ioutil with os and io in srcAndy Pan
2022-02-04internal/fuzz: change meaning of "total" in outputKatie Hockman
2022-02-02internal/fuzz: small cleanupsKatie Hockman
2022-02-01internal/fuzz: properly handle duplicates during cache loadingRoland Shoemaker
2022-01-27internal/fuzz: centralize corpus entry additionRoland Shoemaker
2021-12-20all: fix spelling errors found by misspellDan Kortschak
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-11all: update terminology for fuzzingKatie Hockman
2021-11-04internal/fuzz: improve minimizing messageKatie Hockman
2021-11-03internal/fuzz: improve error for mismatched typesKatie Hockman
2021-11-02net/netip: add new IP address packageBrad Fitzpatrick
2021-11-01internal/fuzz: don't add duplicate corpus entriesRoland Shoemaker
2021-10-26internal/fuzz: tiny refactor+fixKatie Hockman
2021-10-15internal/fuzz: fix bugs with minimizationKatie Hockman
2021-10-12internal/fuzz: fix -fuzzminimizetime with 'x' bugKatie Hockman
2021-10-12testing: fix -run behavior with fuzz testsKatie Hockman
2021-10-07internal/fuzz: log that minimization is occurringKatie Hockman
2021-10-06internal/fuzz: log average execs/sec since last logKatie Hockman
2021-10-04internal/fuzz: print size of interesting cacheAmelia Downs
2021-09-22[dev.fuzz] internal/fuzz: more fuzzing output adjustmentsKatie Hockman
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