summary refs log tree commit diff
path: root/fuzz
Commit message (Expand)AuthorAge
* fuzz: update virtqueue fuzzer for new VolatileSlice APIDaniel Verkamp2020-05-29
* fuzz: ensure sys_util path dependency is usedDaniel Verkamp2020-03-06
* disk: move qcow into disk crateDaniel Verkamp2020-01-06
* fuzz: add block_size to block_fuzzer constructorDaniel Verkamp2019-12-12
* fuzz: block_fuzzer: add sparse param to Block::newDaniel Verkamp2019-11-19
* devices: virtio: use signal helper for config changesDaniel Verkamp2019-11-18
* devices: virtio: pass Interrupt to activate()Daniel Verkamp2019-11-18
* fuzz: Add virtio-fs server fuzzerChirantan Ekbote2019-11-08
* fuzz: Refactor and improve virtqueue_fuzzer performanceChirantan Ekbote2019-10-29
* fuzz: convert fuzzers to cros_fuzz frameworkDaniel Verkamp2019-10-28
* fuzz: block_fuzzer: add msix_config to activateDaniel Verkamp2019-10-25
* fuzz: Add virtqueue fuzzerChirantan Ekbote2019-10-24
* fuzz: remove misleading block fuzzer commentDaniel Verkamp2019-10-24
* fuzz: add USB descriptor parsing fuzzerDaniel Verkamp2019-10-17
* use `SharedMemory::{named, anon}` to replace `::new`Zach Reizner2019-09-11
* fuzz: fix block fuzzer build after block API changeDaniel Verkamp2019-09-03
* fuzz: zimage: use a fixed guest memory sizeDaniel Verkamp2019-06-25
* fuzz: Comply with new guest memory requirement for page alignmentDylan Reid2019-06-21
* fuzz: adapt zimage fuzzer to new kernel loader APIDaniel Verkamp2019-06-06
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* cargo: Sort all dependency lists in Cargo.tomlDavid Tolnay2019-04-09
* edition: Update fuzz crate to 2018 editionDavid Tolnay2019-04-07
* fuzz: Add block device fuzzerDylan Reid2019-03-25
* fuzz: Add qcow fuzzingDylan Reid2019-03-25
* fuzz: update to use new cros fuzzingDylan Reid2019-03-25
* fmt: Format sys_util and fuzz crates using rustfmtDavid Tolnay2019-02-21
* Add kernel_loader fuzzingDylan Reid2018-01-12