summaryrefslogtreecommitdiffstats
path: root/fastboot/protocol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor libfastbootAaron Wisner2018-07-191-370/+0
* fastboot: Refactor string constants to constants.hJerry Zhang2018-07-161-18/+23
* fastboot: Track the libsparse API change.Tao Bao2018-04-251-15/+11
* fastboot: sparse_file_len() returns int64_t.Tao Bao2018-04-241-3/+3
* Add quotes to -v INFO/OKAY/FAIL for clarity.Elliott Hughes2018-04-101-3/+3
* Add fastboot_test.cpp and test --os-version/--os-patch-level parsing.Elliott Hughes2018-04-101-3/+3
* Improve fastboot verbose output.Elliott Hughes2018-04-021-2/+13
* Add "require partition-exists=" support.Elliott Hughes2018-03-281-12/+12
* 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