summaryrefslogtreecommitdiffstats
path: root/fastboot
Commit message (Expand)AuthorAgeFilesLines
* 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-292-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-241-11/+11
* | Merge "fastboot: Minor fix to help text."Alex Deymo2016-03-251-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
* | Merge "Fix the version number in the fastboot documentation." am: 80e88a1274Elliott Hughes2016-02-031-2/+1
|\|
| * Fix the version number in the fastboot documentation.Elliott Hughes2016-02-031-2/+1
* | Merge "fastboot: add TCP protocol." am: 80dc9d8584David Pursell2016-02-036-21/+583
|\|
| * fastboot: add TCP protocol.David Pursell2016-02-036-21/+583
* | Merge "fastboot: fix SocketMock send failures." am: e54ea1c12dDavid Pursell2016-02-033-6/+25
|\|
| * fastboot: fix SocketMock send failures.David Pursell2016-02-033-6/+25
* | Merge "libcutils/fastboot: improve multi-buffer write." am: f6f800ef3cDavid Pursell2016-02-036-33/+216
|\|
| * libcutils/fastboot: improve multi-buffer write.David Pursell2016-02-036-33/+216
* | Merge "fastboot: socket testing improvements." am: f971b6a24bDavid Pursell2016-02-026-15/+350
|\|
| * fastboot: socket testing improvements.David Pursell2016-02-026-15/+350
* | Merge "fastboot: use cutils socket functions." am: bbedd9523fDavid Pursell2016-01-227-432/+335
|\|