summaryrefslogtreecommitdiff
path: root/fastboot/fastboot_driver.cpp
AgeCommit message (Expand)Author
2021-03-22fastboot driver: Disallow implicit conversion from unique_fd to int.Yifan Hong
2021-03-17fastboot driver: add fetch command in driverYifan Hong
2021-03-17fastboot driver: RunAndReadBuffer don't allocate too much memYifan Hong
2021-03-17fastboot driver: add RunAndReadBuffer helperYifan Hong
2019-11-10fastbootd: Disallow certain operations during snapshot updates.David Anderson
2019-10-31fastboot: Implement helper commands for Virtual A/B.David Anderson
2019-08-29fastboot: Initialize UploadInner dsize value to 0qiwu chen
2019-02-28fastboot: reset timeout if INFO is received during long commandsDima Zavin
2019-02-28fastboot: switch the timeout clock source to steady_clockDima Zavin
2018-10-23Add a simple MappedFile to libbase and switch fastboot and libziparchive over.Elliott Hughes
2018-09-25fastboot: remove engine.cpp/engine.hTom Cherry
2018-09-21fastboot: clean up CheckRequirementsTom Cherry
2018-09-20Use vector<char> instead of char* and malloc() for imagesTom Cherry
2018-09-05fastboot: remove command queueTom Cherry
2018-09-04fuzzy_fastboot: Use uint64_t for partition sizes.David Anderson
2018-09-04fastbootd: Fix transport ownership.David Anderson
2018-08-29fastboot: remove 'verify'Tom Cherry
2018-08-29fastboot: remove 'powerdown'Tom Cherry
2018-08-28fastboot: Automatically reboot to userspace fastboot.David Anderson
2018-08-22Add support to fastboot_driver for sending sparse images with CRC checkAaron Wisner
2018-08-02Minor fixes to fastboot_driverAaron Wisner
2018-07-30fastboot: Fix hang when sparse images end in small chunks.David Anderson
2018-07-19Refactor libfastbootAaron Wisner