summaryrefslogtreecommitdiff
path: root/fastboot/fastboot_driver.cpp
Commit message (Expand)AuthorAgeFilesLines
* fastboot driver: Disallow implicit conversion from unique_fd to int.Yifan Hong2021-03-221-5/+7
* fastboot driver: add fetch command in driverYifan Hong2021-03-171-0/+25
* fastboot driver: RunAndReadBuffer don't allocate too much memYifan Hong2021-03-171-6/+16
* fastboot driver: add RunAndReadBuffer helperYifan Hong2021-03-171-22/+30
* fastbootd: Disallow certain operations during snapshot updates.David Anderson2019-11-101-1/+4
* fastboot: Implement helper commands for Virtual A/B.David Anderson2019-10-311-0/+6
* fastboot: Initialize UploadInner dsize value to 0qiwu chen2019-08-291-1/+1
* 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