aboutsummaryrefslogtreecommitdiff
path: root/src/internal/fuzz/sys_posix.go
AgeCommit message (Expand)Author
2021-07-08[dev.fuzz] internal/fuzz: improve handling of worker termination by signalJay Conrod
2021-03-09[dev.fuzz] internal/fuzz: fix deadlock with multiple workersJay Conrod
2021-03-09[dev.fuzz] testing, internal/fuzz: multiple small fixesJay 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
2020-12-04[dev.fuzz] internal/fuzz: send inputs to workers with shared memoryJay Conrod
2020-12-04[dev.fuzz] internal/fuzz: coordinate fuzzing across workersJay Conrod