1. 53ec495 Report errno more often in fastboot. by Elliott Hughes · 8 years ago
  2. 7bdd6a8 Merge "Fix google-explicit-constructor warnings." by Chih-hung Hsieh · 8 years ago
  3. 1c563d9 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  4. 2810d00 Use more std::string in fastboot. by Elliott Hughes · 8 years ago
  5. 79bf64d GCC compiler warning fix for sprintf into snprintf by Raja M · 8 years ago
  6. f62d0cd fastboot: Minor fix to help text. by Alex Deymo · 8 years ago
  7. 71edfc8 Also archive adb.exe/fastboot.exe when building win_sdk. by Ying Wang · 9 years ago
  8. 588a2ca system/core: Cleanup direct calls to opendir by containing in a std::unique_ptr. by James Hawkins · 9 years ago
  9. aad72a5 fastboot: fix TCP protocol version check. by David Pursell · 9 years ago
  10. 4601c97 fastboot: add UDP protocol. by David Pursell · 9 years ago
  11. c742a7f fastboot: add Socket timeout detection. by David Pursell · 9 years ago
  12. d505cd8 Fix the version number in the fastboot documentation. by Elliott Hughes · 9 years ago
  13. 2ec418a fastboot: add TCP protocol. by David Pursell · 9 years ago
  14. 2c094f7 fastboot: fix SocketMock send failures. by David Pursell · 9 years ago
  15. b34e4a0 libcutils/fastboot: improve multi-buffer write. by David Pursell · 9 years ago
  16. c3a4669 fastboot: socket testing improvements. by David Pursell · 9 years ago
  17. 572bce2 fastboot: use cutils socket functions. by David Pursell · 9 years ago
  18. 1906de1 Merge "libcutils: share Windows networking code." by David Pursell · 9 years ago
  19. 9da9ac5 fastboot: show progress when sending sparse images. by Josh Gao · 9 years ago
  20. cb73db7 fastboot: add .clang-format. by Josh Gao · 9 years ago
  21. 0eb8e1b libcutils: share Windows networking code. by David Pursell · 9 years ago
  22. c1743ba fastboot: Add "--slot other" by Daniel Rosenberg · 9 years ago
  23. 15174d9 fastboot: correct set_active behavior by Daniel Rosenberg · 9 years ago
  24. 815c7be fastboot: implement UDP networking interface. by David Pursell · 9 years ago
  25. 1b708d3 Share the new adb USB diagnostic code with fastboot. by Elliott Hughes · 9 years ago
  26. 44b6aef Remove fastboot/genkey.sh. by Elliott Hughes · 9 years ago
  27. 98a8257 Merge "fastboot: Re-add set_active as a command." by Daniel Rosenberg · 9 years ago
  28. 9b43205 fastboot: Re-add set_active as a command. by Daniel Rosenberg · 9 years ago
  29. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  30. 0b15663 fastboot: create Transport object (take 2). by David Pursell · 9 years ago
  31. 44c5847 Merge "Revert "fastboot: create Transport object."" by David Pursell · 9 years ago
  32. c0504e1 Revert "fastboot: create Transport object." by David Pursell · 9 years ago
  33. f131772 Merge "fastboot: create Transport object." by David Pursell · 9 years ago
  34. 996ecd8 Fix fastboot to not add '-' before suffix by Daniel Rosenberg · 9 years ago
  35. 6f233a7 fastboot: create Transport object. by David Pursell · 9 years ago
  36. 8336a96 Merge changes I8fb6b513,I6dd16245,I0c2753e2 by Daniel Rosenberg · 9 years ago
  37. a2db261 Cope with angler's whitespace-padded partition size reporting. by Elliott Hughes · 9 years ago
  38. 7aa38bc Update fastboot help command with long options by Daniel Rosenberg · 9 years ago
  39. 0d08856 Changed set_active to be a flag by Daniel Rosenberg · 9 years ago
  40. a797479 Fix fastboot variable name by Daniel Rosenberg · 9 years ago
  41. c1fd492 Revert "Revert "adb/base: fix adb push of Unicode filenames on Win32"" by Elliott Hughes · 9 years ago
  42. cc8cd59 Revert "adb/base: fix adb push of Unicode filenames on Win32" by Elliott Hughes · 9 years ago
  43. ac9514a adb/base: fix adb push of Unicode filenames on Win32 by Spencer Low · 9 years ago
  44. f8e70a3 Merge "Fastboot changes to support A/B partitioning" by Daniel Rosenberg · 9 years ago
  45. b7bd4ae Fastboot changes to support A/B partitioning by Daniel Rosenberg · 9 years ago
  46. 4ca547b Merge "Fix fastboot to cope with hammerhead\'s implicit hex." am: 2b7b3bd100 by Elliott Hughes · 9 years ago
  47. 2030bac Fix fastboot to cope with hammerhead's implicit hex. by Elliott Hughes · 9 years ago
  48. d09dc85 Merge "Work around an angler bootloader bug." am: 9eab787560 by Elliott Hughes · 9 years ago
  49. 77c0e66 Work around an angler bootloader bug. by Elliott Hughes · 9 years ago
  50. a2a6b0b Merge "Clarify and fix the intent of the partition-type checking code." by Elliott Hughes · 9 years ago
  51. 8ab9a32 Clarify and fix the intent of the partition-type checking code. by Elliott Hughes · 9 years ago
  52. 1de8947 Merge "Fix ParseInt/ParseUint to handle explicit "0x" hex." am: ddf5edacc2 by Elliott Hughes · 9 years ago
  53. 3ab0586 Fix ParseInt/ParseUint to handle explicit "0x" hex. by Elliott Hughes · 9 years ago
  54. 5e58724 Merge "fastboot shouldn\'t erase non-existent cache partitions." am: 9ebdf72a54 by Elliott Hughes · 9 years ago
  55. 2fd45a9 fastboot shouldn't erase non-existent cache partitions. by Elliott Hughes · 9 years ago
  56. 259ad4a Fix the fastboot build. by Elliott Hughes · 9 years ago
  57. 45be42e resolved conflicts for merge of 7af48652 to mnc-dr-dev-plus-aosp by Elliott Hughes · 9 years ago
  58. 87a419c Remove USE_MINGW/CYGWIN; Whitelist windows modules by Dan Willemsen · 9 years ago
  59. 51e8b03 fastboot: add flashing bootloader commands by Patrick Tjin · 9 years ago
  60. 3ab8b85 Fix missing <stdarg.h>. by Elliott Hughes · 9 years ago
  61. fc79767 Use 64-bit file sizes in fastboot. by Elliott Hughes · 9 years ago
  62. b46964f fastboot should say which device it's waiting for. by Elliott Hughes · 9 years ago
  63. 81c24f6 Get fastboot working on OS X by Matt Reimer · 10 years ago
  64. 2d4f852 Start iterating USB pipe endpoints from 1. by Elliott Hughes · 9 years ago
  65. e1746fd Remove the USB vendor id whitelist from fastboot. by Elliott Hughes · 9 years ago
  66. 2ae8d2e More Mac fastboot failure debugging. by Elliott Hughes · 9 years ago
  67. 6e02c24 Include the error code if GetPipeProperties fails. by Elliott Hughes · 9 years ago
  68. 93f65fa Document the current MAX_USBFS_BULK_SIZE situation. by Elliott Hughes · 9 years ago
  69. 0744754 Rename ZipEntryName to ZipString by Yusuke Sato · 9 years ago
  70. fbcb93a Fix Mac fastboot build. by Elliott Hughes · 9 years ago
  71. 75d4742 Merge "Move fastboot's Windows code to C++." by Elliott Hughes · 9 years ago
  72. 20750ad Move fastboot's Mac OS code to C++. by Elliott Hughes · 9 years ago
  73. c636b64 Move fastboot's Windows code to C++. by Elliott Hughes · 9 years ago
  74. b3748de Move fastboot to C++. by Elliott Hughes · 9 years ago
  75. 08df533 Fix fastboot --help formatting. by Elliott Hughes · 9 years ago
  76. 8bdd4bb Add a working Windows tmpfile(3) to fastboot. by Elliott Hughes · 9 years ago
  77. 966339b Don't say "update package missing" unless we mean it. by Elliott Hughes · 9 years ago
  78. c688c23 'usb' doesn't need to be global in fastboot. by Elliott Hughes · 9 years ago
  79. e283ca2 Add "fastboot --version". by Elliott Hughes · 9 years ago
  80. 67ab5d9 Use base::WriteFully in zip_archive. by Narayan Kamath · 9 years ago
  81. a26fbee Add a working Windows tmpfile(3) to fastboot. by Elliott Hughes · 9 years ago
  82. f6e9ffb Fix file descriptor leak when opening invalid archives. by Narayan Kamath · 9 years ago
  83. acdbe92 Don't say "update package missing" unless we mean it. by Elliott Hughes · 9 years ago
  84. f26eb51 Merge "Add "fastboot --version"." by Elliott Hughes · 9 years ago
  85. 379646b Add "fastboot --version". by Elliott Hughes · 9 years ago
  86. c0ce65f 'usb' doesn't need to be global in fastboot. by Elliott Hughes · 9 years ago
  87. a873e1d fastboot: Add support for fastboot flashing commands by Badhri Jagan Sridharan · 9 years ago
  88. bf11095 fastboot: Add support for fastboot flashing commands by Badhri Jagan Sridharan · 9 years ago
  89. 241bcf0 Fix file descriptor leak when opening invalid archives. by Narayan Kamath · 9 years ago
  90. fe93e8d Remove dead files. by Elliott Hughes · 9 years ago
  91. e97e66e Use base::WriteFully in zip_archive. by Narayan Kamath · 9 years ago
  92. 1c3a691 am 10766eac: am 6de70784: am 631cf146: Merge "Fix windows adb build" by Colin Cross · 9 years ago
  93. dc1e482 Fix windows adb build by Colin Cross · 9 years ago
  94. 454f35f am 48131449: am 858cd9db: am b2b06de5: Merge "statically link adb and fastboot against libc++" by Colin Cross · 9 years ago
  95. 55bf5f0 statically link adb and fastboot against libc++ by Colin Cross · 9 years ago
  96. 94cd523 am a15881a9: am ed926596: am 6900d34e: Merge "Add verbose param to sparse_file_import_auto" by Mohamad Ayyash · 9 years ago
  97. 80cc1f6 Add verbose param to sparse_file_import_auto by Mohamad Ayyash · 9 years ago
  98. ac6bc5f am 369aa9e9: am 99938804: Merge "fastboot/sparse: propagate error code" by Elliott Hughes · 9 years ago
  99. 5b40fcb am a782173a: am 261a82a6: Merge "Switch fastboot to ExtractEntryToFile." by Elliott Hughes · 9 years ago
  100. 9993880 Merge "fastboot/sparse: propagate error code" by Elliott Hughes · 9 years ago