summary refs log tree commit diff
path: root/qcow_utils
Commit message (Expand)AuthorAge
* qcow_utils: use DiskFile trait from disk crateDaniel Verkamp2020-02-19
* disk: move qcow into disk crateDaniel Verkamp2020-01-06
* qcow_utils: remove unused convert functionsDaniel Verkamp2020-01-06
* Add explicit `dyn` for trait objectsDaniel Verkamp2019-10-17
* Support composite disks.Cody Schuffelen2019-10-03
* sys_util: add write_zeroes_all() functionDaniel Verkamp2019-09-25
* Extract disk creation logic out of qcow and src.Cody Schuffelen2019-08-28
* edition: Remove extern crate linesDavid Tolnay2019-04-15
* edition: Update qcow and qcow_util to 2018 editionDavid Tolnay2019-04-08
* Revert "qcow_utils: Add tests"Dylan Reid2019-03-28
* qcow_utils: Add testsDylan Reid2019-03-16
* qcow_utils: add disk image expand functionDaniel Verkamp2019-02-14
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* qcow_utils: do not close given fds in `convert_to_*` functionsZach Reizner2018-11-16
* qcow: add convert API and export it in qcow_utilsDaniel Verkamp2018-10-18
* qcow: Add a utility program for qcow analysisDylan Reid2018-09-19
* qcow: Set refcounts for initial clusters.Dylan Reid2018-07-16
* fix some clippy errors that are default denyZach Reizner2018-03-07
* qcow_utils: add pkgconfig scriptStephen Barber2018-02-01
* Add qcow_utils for exposing qcow functions as a C libraryDylan Reid2018-02-01