summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove "_host" and "_static" suffix from libsparse definition.Alex Deymo2017-01-111-1/+1
* Remove "_static" and "_host" suffix from libext4_utils.Alex Deymo2017-01-111-1/+1
* fastboot: update getvar documentation.David Pursell2016-12-211-5/+12
* fastboot: fix set_active for legacy A/B.David Pursell2016-12-151-0/+8
* Switch fastboot/init/libprocessgroup to std::this_thread::sleep_for.Elliott Hughes2016-11-143-22/+20
* Merge "Rely on the platform -std default."Treehugger Robot2016-10-131-1/+0
|\
| * Rely on the platform -std default.Elliott Hughes2016-10-101-1/+0
* | Move off std::sto* function which abort on failure.Elliott Hughes2016-10-131-3/+3
* | Update the header path for ext4_utils.Tao Bao2016-10-092-2/+1
|/
* Add fastboot --skip-reboot flagMitchell Wills2016-09-261-2/+9
* Add android::base::GetExecutablePath, switch adb and fastboot over.Elliott Hughes2016-09-016-143/+5
* Replace libziparchive-host with libziparchiveColin Cross2016-08-261-1/+1
* resolve merge conflicts of 40eff95 to stage-aosp-masterDaniel Rosenberg2016-08-221-105/+271
|\
| * Add skip-secondary flagDaniel Rosenberg2016-08-191-39/+48
| * Switch fastboot to new A/B specDaniel Rosenberg2016-08-191-84/+113
| * Add Fastboot support for flashing secondary imagesAlex Light2016-08-191-53/+136
| * Handle invalid suffix listsDaniel Rosenberg2016-08-191-12/+37
| * Call set_active after flashall and updateDaniel Rosenberg2016-08-191-2/+27
* | Merge "fastboot: Don't leak file in error case"Greg Kaiser2016-08-121-0/+3
|\|
| * fastboot: Don't leak file in error caseGreg Kaiser2016-08-121-0/+3
* | Merge \"Fix clang-tidy performance warnings in syste/core.\"Chih-Hung Hsieh2016-08-012-3/+3
|\|
| * Merge "Fix clang-tidy performance warnings in syste/core."Treehugger Robot2016-08-012-3/+3
| |\
| | * Fix clang-tidy performance warnings in syste/core.Chih-Hung Hsieh2016-08-012-3/+3
* | | Merge \"Fix google-explicit-constructor warnings in system/core.\"Chih-Hung Hsieh2016-07-291-1/+1
|\| |
| * | Fix google-explicit-constructor warnings in system/core.Chih-Hung Hsieh2016-07-261-1/+1
| |/
* | Merge \"Remove unnecessary ARRAY_SIZE macros.\"Elliott Hughes2016-06-282-6/+3
|\|
| * Remove unnecessary ARRAY_SIZE macros.Elliott Hughes2016-06-282-6/+3
* | Merge \"Fix misc-macro-parentheses warnings in system/core.\"Chih-Hung Hsieh2016-06-221-1/+1
|\|
| * Fix misc-macro-parentheses warnings in system/core.Chih-Hung Hsieh2016-06-221-1/+1
* | Merge "Report errno more often in fastboot." am: 8c5384e50bElliott Hughes2016-05-111-21/+17
|\|
| * Report errno more often in fastboot.Elliott Hughes2016-05-111-21/+17
* | Merge "Fix google-explicit-constructor warnings." am: 7bdd6a8b5aChih-hung Hsieh2016-04-304-4/+4
|\|
| * Merge "Fix google-explicit-constructor warnings."Chih-hung Hsieh2016-04-304-4/+4
| |\
| | * Fix google-explicit-constructor warnings.Chih-Hung Hsieh2016-04-294-4/+4
* | | Merge "Use more std::string in fastboot." am: 17f3b1bad7Elliott Hughes2016-04-297-93/+73
|\| |
| * | Use more std::string in fastboot.Elliott Hughes2016-04-297-93/+73
| |/
* | Merge "GCC compiler warning fix for sprintf into snprintf" am: d2afbe4Elliott Hughes2016-04-251-11/+11
|\|
| * GCC compiler warning fix for sprintf into snprintfRaja M2016-04-231-11/+11
* | Merge "fastboot: Minor fix to help text."Alex Deymo2016-03-241-2/+2
|\|
| * fastboot: Minor fix to help text.Alex Deymo2016-03-241-2/+2
* | Merge "Also archive adb.exe/fastboot.exe when building win_sdk." am: f666ba41a7Ying Wang2016-03-011-1/+5
|\|
| * Also archive adb.exe/fastboot.exe when building win_sdk.Ying Wang2016-02-291-1/+5
* | resolve merge conflicts of 0f5d443d0c to nyc-dev-plus-aospJames Hawkins2016-02-191-5/+3
|\|
| * system/core: Cleanup direct calls to opendir by containing in aJames Hawkins2016-02-181-5/+3
* | Merge "fastboot: fix TCP protocol version check."David Pursell2016-02-172-5/+18
|\|
| * fastboot: fix TCP protocol version check.David Pursell2016-02-172-5/+18
* | Merge "fastboot: add UDP protocol."David Pursell2016-02-106-13/+1263
|\|
| * fastboot: add UDP protocol.David Pursell2016-02-106-13/+1263
* | Merge "fastboot: add Socket timeout detection."David Pursell2016-02-085-38/+128
|\|
| * fastboot: add Socket timeout detection.David Pursell2016-02-055-38/+128