aboutsummaryrefslogtreecommitdiffstats
path: root/fuzzer
Commit message (Expand)AuthorAgeFilesLines
* remove master and naming overhaulDmitry Vyukov2015-12-171-523/+0
* move Gate type to ipc package and use it in stress toolDmitry Vyukov2015-12-171-47/+10
* Cope with missing /sys/kernel/debug/kmemleakDavid Drysdale2015-12-161-1/+3
* support kmemleakDmitry Vyukov2015-12-031-1/+67
* fuzzer: parallel execution modeDmitry Vyukov2015-11-261-76/+214
* fuzzer: update maxCoverDmitry Vyukov2015-11-231-0/+1
* fuzzer: remove unused variablesDmitry Vyukov2015-11-231-3/+0
* add various statistics to http interfaceDmitry Vyukov2015-11-191-10/+38
* allow local vm to not call setuid (not necessary if started not under root)Dmitry Vyukov2015-11-181-8/+12
* use fork server in executorDmitry Vyukov2015-11-101-1/+1
* add collide mode to executorDmitry Vyukov2015-11-061-1/+1
* enable dropprivs in fuzzerDmitry Vyukov2015-11-051-1/+1
* allow to run local vm without coverageDmitry Vyukov2015-10-201-2/+17
* aggregate vm params into a single struct (for ease of extension)Dmitry Vyukov2015-10-201-1/+2
* don't trim programs on syscall that gives new coverageDmitry Vyukov2015-10-161-3/+1
* remove ability to execute tests in parallel in fuzzerDmitry Vyukov2015-10-161-82/+22
* initial support for call prioritiesDmitry Vyukov2015-10-141-3/+5
* deduplicate coverare in executorDmitry Vyukov2015-10-131-2/+2
* process covereage in ipc package instead of fuzzerDmitry Vyukov2015-10-131-43/+3
* make ipc.Env.Exec accept the program to executeDmitry Vyukov2015-10-131-11/+1
* initial commitDmitry Vyukov2015-10-121-0/+418