summaryrefslogtreecommitdiff
path: root/fastboot/engine.cpp
AgeCommit message (Expand)Author
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-04fastbootd: Fix transport ownership.David Anderson
2018-08-28fastboot: Automatically reboot to userspace fastboot.David Anderson
2018-08-09fastbootd: Add commands for logical partitions.David Anderson
2018-07-19Refactor libfastbootAaron Wisner
2018-07-16fastboot: Refactor string constants to constants.hJerry Zhang
2018-04-09Minimal changes to build fastboot as a library.Elliott Hughes
2018-04-02Improve fastboot verbose output.Elliott Hughes
2018-04-02Modernize fastboot output format.Elliott Hughes
2018-03-28Add "require partition-exists=" support.Elliott Hughes
2018-01-09fastboot: fix log print type mismatchChangrong Jin
2017-05-09Make fastboot command-line parsing a bit more like adb.Elliott Hughes
2017-04-27fastboot: Add 'get_staged' commandJocelyn Bohr
2017-04-26fastboot: Add 'stage' commandJocelyn Bohr
2017-04-17fastboot: Support larger transfers during flashChris Fries
2017-04-14fastboot: Cap max size sent to libsparseChris Fries
2016-06-28Remove unnecessary ARRAY_SIZE macros.Elliott Hughes
2016-06-22Fix misc-macro-parentheses warnings in system/core.Chih-Hung Hsieh
2016-04-29Use more std::string in fastboot.Elliott Hughes
2016-01-19fastboot: show progress when sending sparse images.Josh Gao
2015-11-16fastboot: create Transport object (take 2).David Pursell
2015-11-14Revert "fastboot: create Transport object."David Pursell
2015-11-13fastboot: create Transport object.David Pursell
2015-11-05Fastboot changes to support A/B partitioningDaniel Rosenberg
2015-11-02Clarify and fix the intent of the partition-type checking code.Elliott Hughes
2015-10-30fastboot shouldn't erase non-existent cache partitions.Elliott Hughes
2015-08-25Fix missing <stdarg.h>.Elliott Hughes
2015-08-25Use 64-bit file sizes in fastboot.Elliott Hughes
2015-06-23Move fastboot to C++.Elliott Hughes