summaryrefslogtreecommitdiffstats
path: root/fastboot/fastboot_driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* fastboot: reset timeout if INFO is received during long commandsDima Zavin2019-02-281-0/+5
* fastboot: switch the timeout clock source to steady_clockDima Zavin2019-02-281-2/+2
* Add a simple MappedFile to libbase and switch fastboot and libziparchive over.Elliott Hughes2018-10-231-5/+4
* fastboot: remove engine.cpp/engine.hTom Cherry2018-09-251-42/+97
* fastboot: clean up CheckRequirementsTom Cherry2018-09-211-22/+0
* Use vector<char> instead of char* and malloc() for imagesTom Cherry2018-09-201-8/+3
* fastboot: remove command queueTom Cherry2018-09-051-2/+2
* fuzzy_fastboot: Use uint64_t for partition sizes.David Anderson2018-09-041-2/+2
* fastbootd: Fix transport ownership.David Anderson2018-09-041-7/+3
* fastboot: remove 'verify'Tom Cherry2018-08-291-6/+0
* fastboot: remove 'powerdown'Tom Cherry2018-08-291-5/+0
* fastboot: Automatically reboot to userspace fastboot.David Anderson2018-08-281-6/+23
* Add support to fastboot_driver for sending sparse images with CRC checkAaron Wisner2018-08-221-3/+3
* Minor fixes to fastboot_driverAaron Wisner2018-08-021-6/+11
* fastboot: Fix hang when sparse images end in small chunks.David Anderson2018-07-301-0/+4
* Refactor libfastbootAaron Wisner2018-07-191-0/+533