index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
internal
/
fuzz
/
fuzz.go
Age
Commit message (
Expand
)
Author
2024-03-26
all: fix a large number of comments
cui fliter
2023-04-18
cmd/go: add check for unknown godebug setting
Russ Cox
2023-03-16
internal/fuzz: fix debug statement
Roland Shoemaker
2023-03-16
internal/fuzz: more debug logging
Roland Shoemaker
2023-03-15
internal/fuzz: improve debugging messages
Roland Shoemaker
2023-03-10
internal/fuzz: avoid deadlock on duplicate entries with exec limit
Roland Shoemaker
2022-11-14
internal/godebug: define more efficient API
Russ Cox
2022-10-17
internal/fuzz: write shorter testdata corpus file names
Russ Cox
2022-09-28
internal: use bytes.Clone
cuiweixie
2022-09-20
all: replace package ioutil with os and io in src
Andy Pan
2022-02-04
internal/fuzz: change meaning of "total" in output
Katie Hockman
2022-02-02
internal/fuzz: small cleanups
Katie Hockman
2022-02-01
internal/fuzz: properly handle duplicates during cache loading
Roland Shoemaker
2022-01-27
internal/fuzz: centralize corpus entry addition
Roland Shoemaker
2021-12-20
all: fix spelling errors found by misspell
Dan Kortschak
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-11
all: update terminology for fuzzing
Katie Hockman
2021-11-04
internal/fuzz: improve minimizing message
Katie Hockman
2021-11-03
internal/fuzz: improve error for mismatched types
Katie Hockman
2021-11-02
net/netip: add new IP address package
Brad Fitzpatrick
2021-11-01
internal/fuzz: don't add duplicate corpus entries
Roland Shoemaker
2021-10-26
internal/fuzz: tiny refactor+fix
Katie Hockman
2021-10-15
internal/fuzz: fix bugs with minimization
Katie Hockman
2021-10-12
internal/fuzz: fix -fuzzminimizetime with 'x' bug
Katie Hockman
2021-10-12
testing: fix -run behavior with fuzz tests
Katie Hockman
2021-10-07
internal/fuzz: log that minimization is occurring
Katie Hockman
2021-10-06
internal/fuzz: log average execs/sec since last log
Katie Hockman
2021-10-04
internal/fuzz: print size of interesting cache
Amelia Downs
2021-09-22
[dev.fuzz] internal/fuzz: more fuzzing output adjustments
Katie 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 corpus
Katie Hockman
2021-09-16
[dev.fuzz] internal/fuzz: rework default test behavior before fuzzing
Katie Hockman
2021-09-15
[dev.fuzz] internal: fuzzing output adjustments
Katie Hockman
2021-09-10
[dev.fuzz] internal/fuzz: fix bug for -fuzzminimizetime of zero
Katie Hockman
2021-09-10
[dev.fuzz] internal/fuzz: improve warning message when not instrumented
Katie Hockman
2021-09-08
[dev.fuzz] internal/fuzz: fix panic when marshaling data
Katie Hockman
2021-09-03
[dev.fuzz] internal/fuzz: maintain debug info during minimization
Roland Shoemaker
2021-09-02
[dev.fuzz] internal/fuzz: don't store corpus in memory
Roland Shoemaker
2021-09-02
[dev.fuzz] internal/fuzz: minimize inputs that expand coverage
Jay Conrod
2021-08-31
[dev.fuzz] internal/fuzz: ensure crash is written if minimization interrupted
Jay Conrod
2021-08-31
[dev.fuzz] internal/fuzz: count -fuzzminimizetime toward -fuzztime
Jay Conrod
2021-08-23
[dev.fuzz] internal/fuzz: coarsen each coverage counter when taking a snapshot
Jay Conrod
2021-07-19
[dev.fuzz] internal/fuzz: add more benchmarks for workers
Jay Conrod
2021-06-15
[dev.fuzz] testing: convert seed corpus values where possible
Katie Hockman
2021-06-08
internal/fuzz: use consistent log format
Roland Shoemaker
2021-06-07
[dev.fuzz] internal/fuzz: add additional debug logging
Roland Shoemaker
2021-06-02
[dev.fuzz] internal/fuzz: notify coordinator for minimization
Jay Conrod
2021-05-26
Revert "[dev.fuzz] internal/fuzz: include coverage in logged stats"
Katie Hockman
2021-05-19
[dev.fuzz] internal/fuzz: make minimization tests more reliable
Jay Conrod
2021-05-19
[dev.fuzz] internal/fuzz: move coverage capture closer to function
Roland Shoemaker
[next]