summaryrefslogtreecommitdiffstats
path: root/fastboot
Commit message (Expand)AuthorAgeFilesLines
* am ab0d5425: Merge "fastboot: Support USB 3.x SuperSpeed devices on Linux"Elliott Hughes2014-12-091-0/+7
|\
| * fastboot: Support USB 3.x SuperSpeed devices on LinuxJack Pham2014-12-051-0/+7
* | am 97133621: Merge "system: core: fastboot: Increase USB protocol buffer size...Badhri Jagan Sridharan2014-12-042-3/+3
|\ \ | |/
| * Merge "system: core: fastboot: Increase USB protocol buffer size to 1024"Badhri Jagan Sridharan2014-12-042-3/+3
| |\
| | * system: core: fastboot: Increase USB protocol buffer size to 1024Channagoud Kadabi2014-11-072-3/+3
* | | am ba1552bd: Merge "Clarify the strcmp() with the empty string."Stephen Hines2014-11-271-1/+1
|\ \ \ | |/ /
| * | Clarify the strcmp() with the empty string.Stephen Hines2014-11-261-1/+1
* | | am f66486ef: Merge "Fix incorrect path name check."Stephen Hines2014-11-271-1/+1
|\ \ \ | |/ /
| * | Merge "Fix incorrect path name check."Stephen Hines2014-11-261-1/+1
| |\ \
| | * | Fix incorrect path name check.Stephen Hines2014-11-261-1/+1
* | | | am cb321921: Merge "fastboot: add parameter for unbuffered stderr/stdout"Elliott Hughes2014-11-251-1/+9
|\ \ \ \ | |/ / /
| * | | fastboot: add parameter for unbuffered stderr/stdoutFlorian Bäuerle2014-11-241-1/+9
* | | | am 0750f786: Merge "Remove explict use of ASCII encoding"Elliott Hughes2014-11-211-1/+1
|\ \ \ \ | |/ / /
| * | | Remove explict use of ASCII encodingAl Sutton2014-11-211-1/+1
* | | | am aa3e17e1: Merge "Return path including executable instead of without"Elliott Hughes2014-11-201-5/+5
|\ \ \ \ | |/ / /
| * | | Return path including executable instead of withoutAl Sutton2014-11-201-5/+5
| |/ /
* | | am 20860a28: Merge "Fix building on modern versions of Xcode and OS X."Elliott Hughes2014-11-191-8/+9
|\ \ \ | |/ /
| * | Fix building on modern versions of Xcode and OS X.Al Sutton2014-11-191-8/+9
| |/
| * am 64f44b84: Merge "Remove obsolete reference to ddk; Fixes for -Werror" into...Stephen Hines2014-10-011-2/+0
| |\
| * \ am 81b857f3: Merge "fastboot: Remove tos from flashall" into lmp-devDaniel Rosenberg2014-09-161-4/+1
| |\ \
* | | | Fix adb/fastboot windows compilations.Christopher Ferris2014-11-061-0/+1
* | | | am 4acabfee: am 64f44b84: Merge "Remove obsolete reference to ddk; Fixes for ...Stephen Hines2014-10-021-2/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Remove obsolete reference to ddk; Fixes for -WerrorAndrew Hsieh2014-09-301-2/+0
| | |/ | |/|
* | | am 81b857f3: Merge "fastboot: Remove tos from flashall" into lmp-devDaniel Rosenberg2014-09-171-4/+1
|\ \ \ | |/ / | | / | |/ |/|
| * fastboot: Remove tos from flashallDaniel Rosenberg2014-09-151-4/+1
* | am a42adff9: fastboot: add the support of the second stage image [DO NOT MERGE]Jeremy Compostella2014-08-161-13/+32
|\ \ | |/
| * fastboot: add the support of the second stage image [DO NOT MERGE]Jeremy Compostella2014-08-151-13/+32
| * Scan all descriptors when checking for fastboot [DO NOT MERGE]Patrick Tjin2014-07-171-15/+34
* | am 87ad7cdc: am e1ba39aa: Merge "Fix 64-bit host build."Ying Wang2014-08-141-1/+2
|\ \
| * | Fix 64-bit host build.Ying Wang2014-08-141-1/+2
* | | am 3a5f3db2: am c894ced1: Merge "Fix fastboot for Darwin."Tim Murray2014-07-251-0/+1
|\ \ \ | |/ /
| * | Fix fastboot for Darwin.Tim Murray2014-07-241-0/+1
* | | am 7793a109: am 5328f671: Merge "Scan all descriptors when checking for fastb...Patrick Tjin2014-07-171-15/+34
|\ \ \ | |/ / | | / | |/ |/|
| * Scan all descriptors when checking for fastbootPatrick Tjin2014-07-111-15/+34
* | am b2ac4243: am f76c8fe6: am 328c3ef6: Merge "Fix typo in fs.h"Elliott Hughes2014-07-101-1/+1
|\ \ | |/
| * Fix typo in fs.hMarkus Mayer2014-07-091-1/+1
* | am 47050442: am 31132182: am 07703339: Merge "Wait for device to disappear af...JP Abgrall2014-06-251-0/+1
|\ \ | |/
| * Wait for device to disappear after "fastboot reboot".Mark Wachsler2014-06-241-0/+1
* | Added support for vendor partition and imageDaniel Rosenberg2014-06-241-2/+5
* | Merge "fastboot: Allow searching for needed dynamic libs in '.' (F2FS)"JP Abgrall2014-06-191-1/+1
|\ \
| * | fastboot: Allow searching for needed dynamic libs in '.' (F2FS)JP Abgrall2014-06-191-1/+1
* | | Store libf2fs_fmt_host_dyn on the build server.Ying Wang2014-06-191-2/+6
|/ /
* | fastboot: correctly set dependency on f2fs dynamic libJP Abgrall2014-06-181-3/+3
* | Only try and use f2fs on linux.Torne (Richard Coles)2014-06-181-1/+1
* | fastboot: fix windows sdk build (don't do f2fs dyn load on windows)JP Abgrall2014-06-172-10/+17
* | F2FS support for fastboot format and fsmgrJP Abgrall2014-06-172-5/+18
|/
* Fix host 64-bit build.Ying Wang2014-05-161-1/+2
* fastboot: turn on -WerrorMark Salyzyn2014-05-147-42/+32
* Revert "System: Fastboot: warning fixit, misc bugs and cleanup."Alexander Levitskiy2014-05-074-60/+60
* System: Fastboot: warning fixit, misc bugs and cleanup.Sasha Levitskiy2014-05-074-60/+60