summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove USE_MINGW/CYGWIN; Whitelist windows modulesDan Willemsen2015-09-021-40/+17
* Fix missing <stdarg.h>.Elliott Hughes2015-08-251-0/+1
* Use 64-bit file sizes in fastboot.Elliott Hughes2015-08-2510-347/+214
* fastboot should say which device it's waiting for.Elliott Hughes2015-08-191-2/+2
* Get fastboot working on OS XMatt Reimer2015-08-191-0/+11
* Start iterating USB pipe endpoints from 1.Elliott Hughes2015-08-131-1/+1
* Remove the USB vendor id whitelist from fastboot.Elliott Hughes2015-08-101-19/+10
* More Mac fastboot failure debugging.Elliott Hughes2015-08-071-3/+2
* Include the error code if GetPipeProperties fails.Elliott Hughes2015-08-061-1/+1
* Document the current MAX_USBFS_BULK_SIZE situation.Elliott Hughes2015-07-281-16/+19
* Rename ZipEntryName to ZipStringYusuke Sato2015-06-261-2/+2
* Fix Mac fastboot build.Elliott Hughes2015-06-241-3/+4
* Merge "Move fastboot's Windows code to C++."Elliott Hughes2015-06-243-1/+3
|\
| * Move fastboot's Windows code to C++.Elliott Hughes2015-06-243-1/+3
* | Move fastboot's Mac OS code to C++.Elliott Hughes2015-06-243-1/+3
|/
* Move fastboot to C++.Elliott Hughes2015-06-238-38/+27
* Fix fastboot --help formatting.Elliott Hughes2015-06-101-44/+44
* Add a working Windows tmpfile(3) to fastboot.Elliott Hughes2015-06-031-0/+29
* Fix file descriptor leak when opening invalid archives.Narayan Kamath2015-06-033-2/+5
* Don't say "update package missing" unless we mean it.Elliott Hughes2015-06-031-4/+5
* Merge "Add "fastboot --version"."Elliott Hughes2015-06-022-4/+11
|\
| * Add "fastboot --version".Elliott Hughes2015-06-022-4/+11
* | 'usb' doesn't need to be global in fastboot.Elliott Hughes2015-06-021-11/+11
|/
* fastboot: Add support for fastboot flashing commandsBadhri Jagan Sridharan2015-05-151-0/+21
* Remove dead files.Elliott Hughes2015-05-113-19/+0
* Use base::WriteFully in zip_archive.Narayan Kamath2015-04-291-1/+2
* Fix windows adb buildColin Cross2015-04-201-1/+4
* statically link adb and fastboot against libc++Colin Cross2015-04-161-0/+7
* Add verbose param to sparse_file_import_autoMohamad Ayyash2015-03-311-1/+1
* Merge "fastboot/sparse: propagate error code"Elliott Hughes2015-03-191-1/+4
|\
| * fastboot/sparse: propagate error codeJeremy Compostella2015-03-011-1/+4
* | Switch fastboot to ExtractEntryToFile.Elliott Hughes2015-03-191-18/+24
* | Remove a prehistoric fastboot hack.Elliott Hughes2015-03-191-7/+1
* | Switch fastboot to libziparchive.Elliott Hughes2015-03-192-26/+22
* | Prepare for switching to libziparchive.Elliott Hughes2015-03-197-78/+122
|/
* Support "fastboot reboot bootloader".Elliott Hughes2015-02-251-1/+9
* kill libunzYabin Cui2014-12-101-1/+0
* Fix adb/fastboot windows compilations.Christopher Ferris2014-12-091-0/+1
* fastboot: Support USB 3.x SuperSpeed devices on LinuxJack Pham2014-12-051-0/+7
* 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
* | Clarify the strcmp() with the empty string.Stephen Hines2014-11-261-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
* | | fastboot: add parameter for unbuffered stderr/stdoutFlorian Bäuerle2014-11-241-1/+9
* | | Remove explict use of ASCII encodingAl Sutton2014-11-211-1/+1
* | | Return path including executable instead of withoutAl Sutton2014-11-201-5/+5
|/ /
* / 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
|\
| * Remove obsolete reference to ddk; Fixes for -WerrorAndrew Hsieh2014-09-301-2/+0