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
Age
Commit message (
Expand
)
Author
2021-07-20
[dev.fuzz] internal/fuzz: avoid marshaling input before calling fuzz function
Jay Conrod
2021-07-19
[dev.fuzz] internal/fuzz: add more benchmarks for workers
Jay Conrod
2021-07-19
[dev.fuzz] internal/fuzz: fix two bugs in BenchmarkWorkerFuzzOverhead
Jay Conrod
2021-07-08
[dev.fuzz] internal/fuzz: improve handling of worker termination by signal
Jay Conrod
2021-06-28
[dev.fuzz] internal/fuzz: use scratch []byte for mutations
Katie Hockman
2021-06-23
[dev.fuzz] internal/fuzz: fix race in worker RPC logic
Jay Conrod
2021-06-22
[dev.fuzz] internal/fuzz: refactor byte slice mutators
Roland Shoemaker
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-04
[dev.fuzz] internal/fuzz: stablize mutator benchmark and add additional bench...
Roland Shoemaker
2021-06-04
[dev.fuzz] internal/fuzz: don't use temporary buffers
Roland Shoemaker
2021-06-02
[dev.fuzz] internal/fuzz: notify coordinator for minimization
Jay Conrod
2021-05-27
[dev.fuzz] internal/fuzz: support minimization of strings, integers, and floats
Roland Shoemaker
2021-05-27
[dev.fuzz] internal/fuzz,testing: treat panics as recoverable
Roland Shoemaker
2021-05-26
Revert "[dev.fuzz] internal/fuzz: include coverage in logged stats"
Katie Hockman
2021-05-21
[dev.fuzz] internal/fuzz: remove old TODO
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
2021-05-18
[dev.fuzz] internal/fuzz: include coverage in logged stats
Roland Shoemaker
2021-05-17
[dev.fuzz] all: merge master (d137b74) into dev.fuzz
Katie Hockman
2021-05-11
[dev.fuzz] internal/fuzz: use coverage instrumentation while fuzzing
Katie Hockman
2021-05-07
[dev.fuzz] testing,internal/fuzz: prevent unbounded memory growth
Roland Shoemaker
2021-05-04
[dev.fuzz] internal/fuzz: don't panic if types change
Katie Hockman
2021-04-27
[dev.fuzz] internal/fuzz: add extra []byte mutators
Roland Shoemaker
2021-04-27
[dev.fuzz] internal/fuzz: allow setting pcg seed via GODEBUG
Roland Shoemaker
2021-04-16
[dev.fuzz] internal/fuzz: minimize non-recoverable errors
Katie Hockman
2021-04-12
[dev.fuzz] internal/fuzz: mutate other types
Katie Hockman
2021-04-12
[dev.fuzz] internal/fuzz: allow float types to be integer literals
Katie Hockman
2021-04-09
[dev.fuzz] internal/fuzz: move CoordinateFuzzing args into struct type
Jay Conrod
2021-04-09
[dev.fuzz] testing: support T.Parallel in fuzz functions
Jay Conrod
2021-04-09
[dev.fuzz] testing: let -fuzztime specify a number of executions
Jay Conrod
2021-04-09
[dev.fuzz] internal/fuzz: improve cancellation in worker event loops
Jay Conrod
2021-04-09
[dev.fuzz] internal/fuzz: don't count time spent loading corpus
Jay Conrod
2021-04-09
[dev.fuzz] internal/fuzz: implement coverage and trace instrumentation
Matthew Dempsky
2021-04-09
[dev.fuzz] internal/fuzz: add mutator for int types
Katie Hockman
2021-04-09
[dev.fuzz] internal/fuzz: add stub for coverage
Katie Hockman
2021-04-07
[dev.fuzz] internal/fuzz: small bug fixes and refactors to minimization
Katie Hockman
2021-04-05
[dev.fuzz] internal/fuzz: reduce allocation in the mutator
Jay Conrod
2021-03-19
[dev.fuzz] testing: print logs and error messages when fuzzing
Katie Hockman
2021-03-18
[dev.fuzz] internal/fuzz: add minimization of []byte
Katie Hockman
2021-03-09
[dev.fuzz] internal/fuzz: fix deadlock with multiple workers
Jay Conrod
2021-03-09
[dev.fuzz] internal/fuzz: fix two bugs affecting windows
Jay Conrod
2021-03-09
[dev.fuzz] testing: use exit status 70 for worker errors (not crashes)
Jay Conrod
2021-03-09
[dev.fuzz] testing, internal/fuzz: multiple small fixes
Jay Conrod
2021-03-04
[dev.fuzz] internal/fuzz: crash if there is no error output
Katie Hockman
2021-02-23
[dev.fuzz] testing,internal/fuzz: support structured inputs
Katie Hockman
2021-02-22
[dev.fuzz] internal/fuzz: updating version incoding
Katie Hockman
2021-02-18
[dev.fuzz] internal/fuzz: remove duplicate read from testdata
Katie Hockman
2021-02-17
[dev.fuzz] internal/fuzz: support corpus file encoding/decoding
Katie Hockman
[prev]
[next]