summaryrefslogtreecommitdiffstats
path: root/fastboot
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary ARRAY_SIZE macros.Elliott Hughes2016-06-282-6/+3
* Fix misc-macro-parentheses warnings in system/core.Chih-Hung Hsieh2016-06-221-1/+1
* Report errno more often in fastboot.Elliott Hughes2016-05-111-21/+17
* 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
* | Use more std::string in fastboot.Elliott Hughes2016-04-297-93/+73
|/
* GCC compiler warning fix for sprintf into snprintfRaja M2016-04-241-11/+11
* fastboot: Minor fix to help text.Alex Deymo2016-03-241-2/+2
* Also archive adb.exe/fastboot.exe when building win_sdk.Ying Wang2016-02-291-1/+5
* system/core: Cleanup direct calls to opendir by containing in aJames Hawkins2016-02-181-5/+3
* fastboot: fix TCP protocol version check.David Pursell2016-02-172-5/+18
* fastboot: add UDP protocol.David Pursell2016-02-106-13/+1263
* fastboot: add Socket timeout detection.David Pursell2016-02-055-38/+128
* Fix the version number in the fastboot documentation.Elliott Hughes2016-02-031-2/+1
* fastboot: add TCP protocol.David Pursell2016-02-036-21/+583
* fastboot: fix SocketMock send failures.David Pursell2016-02-033-6/+25
* libcutils/fastboot: improve multi-buffer write.David Pursell2016-02-036-33/+216
* fastboot: socket testing improvements.David Pursell2016-02-026-15/+350
* fastboot: use cutils socket functions.David Pursell2016-01-217-432/+335
* Merge "libcutils: share Windows networking code."David Pursell2016-01-212-119/+6
|\
| * libcutils: share Windows networking code.David Pursell2016-01-152-119/+6
* | fastboot: show progress when sending sparse images.Josh Gao2016-01-193-7/+19
* | fastboot: add .clang-format.Josh Gao2016-01-191-0/+12
|/
* fastboot: Add "--slot other"Daniel Rosenberg2016-01-061-5/+22
* fastboot: correct set_active behaviorDaniel Rosenberg2016-01-051-3/+0
* fastboot: implement UDP networking interface.David Pursell2015-12-165-5/+680
* Share the new adb USB diagnostic code with fastboot.Elliott Hughes2015-12-142-11/+15
* Remove fastboot/genkey.sh.Elliott Hughes2015-12-111-25/+0
* Merge "fastboot: Re-add set_active as a command."Daniel Rosenberg2015-12-101-5/+30
|\
| * fastboot: Re-add set_active as a command.Daniel Rosenberg2015-12-071-5/+30
* | Track rename of base/ to android-base/.Elliott Hughes2015-12-042-5/+5
|/
* fastboot: create Transport object (take 2).David Pursell2015-11-1611-304/+357
* Merge "Revert "fastboot: create Transport object.""David Pursell2015-11-1411-357/+304
|\
| * Revert "fastboot: create Transport object."David Pursell2015-11-1411-357/+304
* | Merge "fastboot: create Transport object."David Pursell2015-11-1311-304/+357
|\|
| * fastboot: create Transport object.David Pursell2015-11-1311-304/+357
* | Fix fastboot to not add '-' before suffixDaniel Rosenberg2015-11-131-2/+2
|/
* Merge changes I8fb6b513,I6dd16245,I0c2753e2Daniel Rosenberg2015-11-121-30/+64
|\
| * Update fastboot help command with long optionsDaniel Rosenberg2015-11-111-3/+17
| * Changed set_active to be a flagDaniel Rosenberg2015-11-111-19/+39
| * Fix fastboot variable nameDaniel Rosenberg2015-11-111-9/+9
* | Cope with angler's whitespace-padded partition size reporting.Elliott Hughes2015-11-121-4/+5
|/
* Revert "Revert "adb/base: fix adb push of Unicode filenames on Win32""Elliott Hughes2015-11-111-1/+1
* Revert "adb/base: fix adb push of Unicode filenames on Win32"Elliott Hughes2015-11-111-2/+1
* adb/base: fix adb push of Unicode filenames on Win32Spencer Low2015-11-101-1/+2
* Merge "Fastboot changes to support A/B partitioning"Daniel Rosenberg2015-11-063-35/+161
|\
| * Fastboot changes to support A/B partitioningDaniel Rosenberg2015-11-053-35/+161
* | Merge "Fix fastboot to cope with hammerhead\'s implicit hex."Elliott Hughes2015-11-031-1/+5
|\ \
| * | Fix fastboot to cope with hammerhead's implicit hex.Elliott Hughes2015-11-031-1/+5
| |/
* | Merge "Work around an angler bootloader bug."Elliott Hughes2015-11-031-0/+4
|\|