summaryrefslogtreecommitdiffstats
path: root/fastboot
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add __attribute__((__format__)) to fastboot's die()."Treehugger Robot2018-01-091-1/+16
|\
| * Add __attribute__((__format__)) to fastboot's die().Elliott Hughes2018-01-091-1/+16
* | Merge "adb/fastboot: switch over to shared AdbWinApi."Treehugger Robot2018-01-091-2/+2
|\ \ | |/ |/|
| * adb/fastboot: switch over to shared AdbWinApi.Josh Gao2018-01-081-2/+2
* | fastboot: fix log print type mismatchChangrong Jin2018-01-091-1/+1
|/
* Merge "fastboot: support make_f2fs and sload_f2fs for win32"Jaegeuk Kim2017-12-081-6/+0
|\
| * fastboot: support make_f2fs and sload_f2fs for win32Jaegeuk Kim2017-12-061-6/+0
* | Merge changes from topic "sload_f2fs"Jaegeuk Kim2017-12-082-23/+26
|\|
| * fastboot/fs_mgr/init: add sload_f2fsJaegeuk Kim2017-12-062-23/+26
* | Merge "Add OWNERS."Elliott Hughes2017-12-071-0/+3
|\ \ | |/ |/|
| * Add OWNERS.Elliott Hughes2017-12-071-0/+3
* | fastboot: fix build breakJin Qian2017-12-051-1/+1
* | fastboot: pass environment variables to exec_e2fs_cmdJin Qian2017-12-052-13/+22
* | Mark more win32 parameters as unusedDan Willemsen2017-11-301-0/+1
|/
* Merge "Fix / suppress new unused warnings for mingw+clang"Dan Willemsen2017-11-301-1/+1
|\
| * Fix / suppress new unused warnings for mingw+clangDan Willemsen2017-11-291-1/+1
* | fastboot: make_f2fs call by linux/darwinJaegeuk Kim2017-11-152-9/+9
|/
* fastboot: support f2fs formatJaegeuk Kim2017-11-112-18/+22
* fastboot: show how long extraction takes.Elliott Hughes2017-11-101-7/+10
* Merge "fastboot: handle small flash block sizes correctly"Connor O'Brien2017-11-032-3/+4
|\
| * fastboot: handle small flash block sizes correctlyConnor O'Brien2017-11-022-3/+4
* | Merge "fastboot: remove reference of deprecated make_ext4 code"Jin Qian2017-11-032-2/+0
|\ \
| * | fastboot: remove reference of deprecated make_ext4 codeJin Qian2017-11-022-2/+0
* | | fastboot: Don't give parsing error for unsupported 'getvar erase-block-size'.Tao Bao2017-11-021-1/+1
| |/ |/|
* | fastboot should fail if it runs out of space while unzipping.Elliott Hughes2017-10-271-60/+37
|/
* fastboot: bail out if failed to generate fs imageJin Qian2017-08-231-1/+1
* fastboot: gracefully handle failure to open a USB device on OS X.Josh Gao2017-08-181-9/+4
* fastboot: Add --disable-verity and --disable-verification options.David Zeuthen2017-08-071-0/+58
* fastboot: call mke2fs to format ext4 filesystem on windowsJin Qian2017-08-011-14/+46
* fastboot: enable uninit_bg for ext4Jin Qian2017-07-311-0/+2
* fastboot: add mke2fs and e2fsdroid to build packageJin Qian2017-07-211-0/+2
* fastboot: call mke2fs tools to generate ext4 imageJin Qian2017-07-212-0/+87
* fastboot: use filename instead of fd to generate filesystem imageJin Qian2017-05-313-15/+32
* Fix "fastboot flashing".Elliott Hughes2017-05-151-4/+4
* fastboot: Add DTS partition support for 'flashall' commandDmitry Shmidt2017-05-151-0/+1
* Fix "fastboot oem".Elliott Hughes2017-05-111-5/+3
* Fix build error when (ADB|FASTBOOT)_VERSION has spaceSzuWei Lin2017-05-101-1/+1
* Merge "Show the "platform tools" version in adb/fastboot --version."Treehugger Robot2017-05-102-3/+5
|\
| * Show the "platform tools" version in adb/fastboot --version.Elliott Hughes2017-05-092-3/+5
* | Make fastboot command-line parsing a bit more like adb.Elliott Hughes2017-05-093-248/+192
|/
* Give slightly less useless versions to adb and fastboot.Elliott Hughes2017-05-051-3/+1
* Merge "Clean up the partition name mapping in fastboot."Elliott Hughes2017-05-051-60/+35
|\
| * Clean up the partition name mapping in fastboot.Elliott Hughes2017-05-031-60/+35
* | Remove bogus _LARGEFILE_SOURCE.Elliott Hughes2017-05-031-2/+0
|/
* Add dtbo image support for device tree overlayYueyao Zhu2017-05-031-0/+3
* Merge changes I5b1a1ce0,I483a18f9Treehugger Robot2017-04-285-9/+106
|\
| * fastboot: Add 'get_staged' commandJocelyn Bohr2017-04-275-9/+83
| * fastboot: Add 'stage' commandJocelyn Bohr2017-04-263-0/+23
* | Make "fastboot update" respect $TMPDIR.Elliott Hughes2017-04-261-18/+35
|/
* fastboot: Support larger transfers during flashChris Fries2017-04-174-20/+91