1. 0e6090d Merge "Fix style nits in adb's Android.mk." by Elliott Hughes · 7 years ago
  2. 86d6b6c Fix style nits in adb's Android.mk. by Elliott Hughes · 7 years ago
  3. c3b941f Merge "Fix build error when (ADB|FASTBOOT)_VERSION has space" by Elliott Hughes · 7 years ago
  4. 9dff99d Fix build error when (ADB|FASTBOOT)_VERSION has space by SzuWei Lin · 7 years ago
  5. 504a232 Merge "Show the "platform tools" version in adb/fastboot --version." by Treehugger Robot · 7 years ago
  6. cded753 Show the "platform tools" version in adb/fastboot --version. by Elliott Hughes · 7 years ago
  7. f1e19f8 Merge "adb: properly handle libusb_clear_halt failure." by Treehugger Robot · 7 years ago
  8. 9a700fd adb: properly handle libusb_clear_halt failure. by Josh Gao · 7 years ago
  9. 16f6be7 Merge "Give slightly less useless versions to adb and fastboot." by Elliott Hughes · 7 years ago
  10. 49529dd Merge "Fix macOS build." by Treehugger Robot · 7 years ago
  11. bf9e94b Give slightly less useless versions to adb and fastboot. by Elliott Hughes · 7 years ago
  12. ac16a0f Fix macOS build. by Elliott Hughes · 7 years ago
  13. 3e9e74e Improve udev failure diagnostics. by Elliott Hughes · 7 years ago
  14. d6606c1 Merge changes from topic 'adb_thread_safety' by Josh Gao · 7 years ago
  15. dda2fdd Merge "adb: make darwin build with thread safety analysis." by Josh Gao · 7 years ago
  16. 1e3bf73 adb: wait for devices to come up instead of sleeping for 3s. by Josh Gao · 7 years ago
  17. 4ebd436 adb: make darwin build with thread safety analysis. by Josh Gao · 7 years ago
  18. a7430f3 adb: initialize mDNS asynchronously. by Josh Gao · 7 years ago
  19. 764f8c5 adb: add fdevent_run_on_main_thread. by Josh Gao · 7 years ago
  20. f326a7e Merge "adb: use the actual wMaxPacketSize for usb endpoints." by Josh Gao · 7 years ago
  21. 4d56849 Merge "adb: enable -Wthread-safety on linux/darwin." by Josh Gao · 7 years ago
  22. ed4b715 adb: enable -Wthread-safety on linux/darwin. by Josh Gao · 7 years ago
  23. 3734cf0 adb: use the actual wMaxPacketSize for usb endpoints. by Josh Gao · 7 years ago
  24. 86cb41c Merge "Don't display bugreport progress when it recedes, for real..." by Treehugger Robot · 7 years ago
  25. 00e8ce3 Merge "Improve "adb sideload" error reporting." by Elliott Hughes · 7 years ago
  26. 9548e56 Improve "adb sideload" error reporting. by Elliott Hughes · 7 years ago
  27. 0aa2ce3 Don't display bugreport progress when it recedes, for real... by Felipe Leme · 7 years ago
  28. d223d7c Merge "adb: Support 'adb enable/disable-verity' when using AVB." by Treehugger Robot · 7 years ago
  29. 499ad6c adb: Support 'adb enable/disable-verity' when using AVB. by David Zeuthen · 7 years ago
  30. cc40551 Merge "Stop writing NUL bytes in adbkey.pub." by Treehugger Robot · 7 years ago
  31. 6aa7289 Stop writing NUL bytes in adbkey.pub. by Elliott Hughes · 7 years ago
  32. 314db00 Simplify "adb sync" documentation. by Elliott Hughes · 7 years ago
  33. 272e7a6 Revert "adb: Lower EP_ALLOC retry count" by Jerry Zhang · 7 years ago
  34. 56af582 Merge "adb: fix two device offline problems." by Treehugger Robot · 7 years ago
  35. 3cf1b36 adb: fix two device offline problems. by Yabin Cui · 7 years ago
  36. 65bc227 Fix various adb error reporting bugs. by Elliott Hughes · 7 years ago
  37. b087d30 libcutils: compile with BOARD_VNDK_VERSION current by Steven Moreland · 7 years ago
  38. 3187510 Merge changes from topics 'adb_thread', 'adb_loopback' by Josh Gao · 7 years ago
  39. 3e02d0e adb: statically link libbase into the tests. by Josh Gao · 7 years ago
  40. 0f3312a adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 7 years ago
  41. 1f6a57a adb: don't try to resolve 'localhost' by Josh Gao · 7 years ago
  42. d8dedd1 Move adb backup/restore helptext to adb shell bu help. by Johan Toras Halseth · 7 years ago
  43. 28bc2b2 Merge "adb: don't reset usb when connecting it." by Treehugger Robot · 7 years ago
  44. 091f3be adb: don't reset usb when connecting it. by Yabin Cui · 7 years ago
  45. 3b29b43 Merge "Show install path in "adb --version" and "fastboot --version"." by Elliott Hughes · 7 years ago
  46. 7aca011 Merge "Show install path in "adb --version" and "fastboot --version"." by Elliott Hughes · 7 years ago
  47. 165189b Merge "Revert "adb: check our socketpair ends in our win32 emulation."" by Josh Gao · 7 years ago
  48. 4e97fd6 Show install path in "adb --version" and "fastboot --version". by Elliott Hughes · 7 years ago
  49. 4f6f442 Revert "adb: check our socketpair ends in our win32 emulation." by Josh Gao · 7 years ago
  50. 14da3bb Merge "adb: allow symlinks to directories in directory_exists." am: c10c31e8ba by Josh Gao · 7 years ago
  51. a0e185b adb: allow symlinks to directories in directory_exists. by Josh Gao · 7 years ago
  52. b607e4a Merge "Switch "adb sideload" over to lseek/read." am: 75bd1e0dd4 by Elliott Hughes · 7 years ago
  53. 75bd1e0 Merge "Switch "adb sideload" over to lseek/read." by Elliott Hughes · 7 years ago
  54. 96038eb Switch "adb sideload" over to lseek/read. by Elliott Hughes · 7 years ago
  55. 64fe3bd Merge "Don't display bugreport progress when it recedes." am: e95d9d1476 by Felipe Leme · 7 years ago
  56. e95d9d1 Merge "Don't display bugreport progress when it recedes." by Treehugger Robot · 7 years ago
  57. 7122786 Merge "adb: switch the jdwp control socket to SOCK_SEQPACKET." am: 249836158e by Josh Gao · 7 years ago
  58. 6f3fea2 adb: switch the jdwp control socket to SOCK_SEQPACKET. by Josh Gao · 7 years ago
  59. cbf53ff Merge "adb: detect closed jdwp socket." am: e1c4e04f82 by Josh Gao · 7 years ago
  60. 5dab2b4 Don't display bugreport progress when it recedes. by Felipe Leme · 7 years ago
  61. bc46f6b adb: detect closed jdwp socket. by Josh Gao · 7 years ago
  62. 7a6ca5e Merge "Remove extraneous .clang-format files" am: 42a12f7b25 by Tom Cherry · 7 years ago
  63. 42a12f7 Merge "Remove extraneous .clang-format files" by Tom Cherry · 7 years ago
  64. a0813b6 Remove extraneous .clang-format files by Tom Cherry · 7 years ago
  65. 2117840 Merge "adb: replacing fs_mgr_read_fstab() with fs_mgr_read_fstab_default()" by Bowgo Tsai · 7 years ago
  66. 820234f Merge "adb: replacing fs_mgr_read_fstab() with fs_mgr_read_fstab_default()" by Treehugger Robot · 7 years ago
  67. 1175cd4 adb: replacing fs_mgr_read_fstab() with fs_mgr_read_fstab_default() by Bowgo Tsai · 7 years ago
  68. a61c038 Merge "adb: properly erase destroyed jdwp_trackers." am: c1cc50ec6f by Josh Gao · 7 years ago
  69. c1cc50e Merge "adb: properly erase destroyed jdwp_trackers." by Treehugger Robot · 7 years ago
  70. eea5fea adb: properly erase destroyed jdwp_trackers. by Josh Gao · 7 years ago
  71. 2bfbd47 Merge changes from topic 'adb-mdnsd' am: 6cd50721de by Casey Dahlin · 7 years ago
  72. 8e2f1ab Enable mDNS on Darwin am: c969b37ee1 by Casey Dahlin · 7 years ago
  73. 5c7db6e Don't include mDNS support on platforms other than Linux am: 21a59b87b2 by Casey Dahlin · 7 years ago
  74. ff4c18e Add mDNS device discovery for adb client am: 3122cdf468 by Casey Dahlin · 7 years ago
  75. 8b3bef1 adb: Set a hostname for mDNS am: 50b39b44ec by Casey Dahlin · 7 years ago
  76. 3c972f4 Make ADBD announce its presence over mDNS am: 10ad15f123 by Casey Dahlin · 7 years ago
  77. 6cd5072 Merge changes from topic 'adb-mdnsd' by Treehugger Robot · 7 years ago
  78. cee5cae Merge "adb: append the libwinpthread COPYING to adb's NOTICE." am: c1b3c8ef26 by Josh Gao · 7 years ago
  79. 6d05af7 adb: append the libwinpthread COPYING to adb's NOTICE. by Josh Gao · 7 years ago
  80. 86b3867 Merge "adb: Do not signal gaget stack unless descriptors are written" by Badhri Jagan Sridharan · 7 years ago
  81. 9611547 adb: Do not signal gaget stack unless descriptors are written by Badhri Jagan Sridharan · 7 years ago
  82. c969b37 Enable mDNS on Darwin by Casey Dahlin · 8 years ago
  83. 21a59b8 Don't include mDNS support on platforms other than Linux by Casey Dahlin · 8 years ago
  84. 20238f2 Make ADB over mDNS work on Windows by Casey Dahlin · 8 years ago
  85. 3122cdf Add mDNS device discovery for adb client by Casey Dahlin · 8 years ago
  86. 50b39b4 adb: Set a hostname for mDNS by Casey Dahlin · 8 years ago
  87. 10ad15f Make ADBD announce its presence over mDNS by Casey Dahlin · 8 years ago
  88. 94790ee Merge "adb: turn on libusb by default." am: 817b2f3b2c by Josh Gao · 7 years ago
  89. f6ed63c adb: turn on libusb by default. by Josh Gao · 7 years ago
  90. 731305e Merge "DO NOT MERGE ANYWHERE Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe" by Bo Hu · 7 years ago
  91. 35a4928 DO NOT MERGE ANYWHERE Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe by bohu · 7 years ago
  92. 9cbc599 Merge "DO NOT MERGE ANYWHERE Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe" by Bo Hu · 7 years ago
  93. f76e5a7 DO NOT MERGE ANYWHERE Qemu-pipe: refactor qemu_pipe.h into libqemu_pipe by bohu · 7 years ago
  94. 5e9eedc Merge "Move adb_dirname and adb_basename to libbase" am: 5a8db38b01 by Colin Cross · 7 years ago
  95. e679407 Move adb_dirname and adb_basename to libbase by Colin Cross · 7 years ago
  96. eef7cfc Merge "Revert "adb: remove win32 dependency on libwinpthread-1.dll."" by Josh Gao · 7 years ago
  97. 30e9fe6 Merge "Revert "adb: remove win32 dependency on libwinpthread-1.dll."" by Josh Gao · 7 years ago
  98. f4cc5b1 Merge changes from topic 'early-mount-verity' am: 93072f2ce3 by Sandeep Patil · 7 years ago
  99. bed2818 adb: early-mount: fix verity toggle through adb for early mount by Sandeep Patil · 7 years ago
  100. 1cd5857 Revert "adb: remove win32 dependency on libwinpthread-1.dll." by Josh Gao · 7 years ago