summaryrefslogtreecommitdiffstats
path: root/fastboot/protocol.cpp
Commit message (Expand)AuthorAgeFilesLines
* fastboot: Add 'get_staged' commandJocelyn Bohr2017-04-271-9/+52
* fastboot: Support larger transfers during flashChris Fries2017-04-171-6/+43
* fastboot: Cap max size sent to libsparseChris Fries2017-04-141-10/+11
* Use more std::string in fastboot.Elliott Hughes2016-04-291-16/+16
* GCC compiler warning fix for sprintf into snprintfRaja M2016-04-241-11/+11
* fastboot: create Transport object (take 2).David Pursell2015-11-161-58/+59
* Revert "fastboot: create Transport object."David Pursell2015-11-141-59/+58
* fastboot: create Transport object.David Pursell2015-11-131-58/+59
* Use 64-bit file sizes in fastboot.Elliott Hughes2015-08-251-84/+46
* Move fastboot to C++.Elliott Hughes2015-06-231-0/+314