1. 2d62747 adb: switch usb_linux helper to string_view. by Josh Gao · 6 years ago
  2. f0c4403 adb: switch unix_open to string_view. by Josh Gao · 6 years ago
  3. 2109427 Merge "Change --fastdeploy behaviour" by Treehugger Robot · 6 years ago
  4. e4cc4d9 Change --fastdeploy behaviour by Henry Daitx · 6 years ago
  5. 7b438fa adb: make `adb raw` bidirectional. by Josh Gao · 6 years ago
  6. c51b15b Merge "Removes ASEC-related install flags" by Treehugger Robot · 6 years ago
  7. e75ef0a Removes ASEC-related install flags by Patrick Baumann · 6 years ago
  8. 61bf748 Fix adb not correctly reading return code from DeployAgent by Henry Daitx · 6 years ago
  9. a735508 Merge "adb: stop using adbkey.pub." by Treehugger Robot · 6 years ago
  10. 13102c3 adb: stop using adbkey.pub. by Josh Gao · 6 years ago
  11. 739991d switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 6 years ago
  12. 638d3b2 adb: libusb: don't set interface alternate setting. by Josh Gao · 6 years ago
  13. c21d43c adb: pin USB interface versions on darwin. by Josh Gao · 6 years ago
  14. ddcfe21 adb: print emulator console output by bohu · 6 years ago
  15. 5517487 adb install-multiple to also accept .fsv_sig by Victor Hsieh · 6 years ago
  16. a49faa8 adb: correct tcpip help message by bohu · 6 years ago
  17. 281aab7 Add feature flag for b/110953234 fix. by Josh Gao · 6 years ago
  18. dcb4c36 Accept apex packages as argument. by Dario Freni · 6 years ago
  19. 0119a91 adb: don't use <error.h>. by Elliott Hughes · 6 years ago
  20. e64126b adb: rationalize fatal/error logging. by Elliott Hughes · 6 years ago
  21. 31ac803 Merge "adb: add reboot-fastboot command" by Treehugger Robot · 6 years ago
  22. d642043 adb: add reboot-fastboot command by Mark Salyzyn · 6 years ago
  23. 2fafa69 Merge changes from topic "windows-libcxx" by Pirama Arumuga Nainar · 6 years ago
  24. e788d00 Merge "Reverted aapt dependency to be a dependency on libandroidfw" by Idries Hamadi · 6 years ago
  25. 78330f0 Reverted aapt dependency to be a dependency on libandroidfw by Idries Hamadi · 6 years ago
  26. 88f14b8 Restore lost .dm support of adb install-multiple by Victor Hsieh · 6 years ago
  27. 9dcbc21 Support > 2GiB seeks in adb_lseek. by Elliott Hughes · 6 years ago
  28. 5231aff Adapt to switch to libc++ for Windows by Pirama Arumuga Nainar · 6 years ago
  29. b1702db Small clean ups for issues raised in reviews of fastdeploy by Idries Hamadi · 6 years ago
  30. dc27224 Modified fastdeploy dependencies to ensure that fast deploy is build as part of 'sdk' target by Idries Hamadi · 6 years ago
  31. 7919be2 Remove fastdeploy dependency on libandroidfw by Idries Hamadi · 6 years ago
  32. ad2f89d Merge "adb: static constexpr." by Treehugger Robot · 6 years ago
  33. bf7b6c5 Merge "adb: really make kill-server wait for server death" by Treehugger Robot · 6 years ago
  34. c3462f4 adb: static constexpr. by Elliott Hughes · 6 years ago
  35. c0411f1 Merge "Make sync and remount support product_services." by Anton Hansson · 6 years ago
  36. c85f110 Merge "adb: win32: fix Ctrl-C of adb server nodaemon" by Treehugger Robot · 6 years ago
  37. 8b78f55 Make sync and remount support product_services. by Anton Hansson · 6 years ago
  38. 0331b88 adb: really make kill-server wait for server death by Spencer Low · 6 years ago
  39. b955e76 adb should #include <sys/sysmacros.h> by Ivan Afonichev · 6 years ago
  40. 0d5b2e9 adb: win32: fix Ctrl-C of adb server nodaemon by Spencer Low · 6 years ago
  41. 285cdaf Address style and efficiency post-merge feedback from previous change (1ecee447abffbc97e2d8bbd7df6252cf9827acf1). by Idries Hamadi · 6 years ago
  42. 8a3489c Merge "adb: fix spurious usb write failure on Windows." by Treehugger Robot · 6 years ago
  43. 77caacf adb: don't spew push/pull progress to dumb terminals. by Josh Gao · 6 years ago
  44. 9fae876 adb: fix spurious usb write failure on Windows. by Josh Gao · 6 years ago
  45. c62057b Merge "Fix MacOS SDK build error caused by deprecated stl call." by Josh Gao · 6 years ago
  46. 0a52580 Fix MacOS SDK build error caused by deprecated stl call. by Idries Hamadi · 6 years ago
  47. 5109b9e Merge "Integrate adb with fastdeploy" by Treehugger Robot · 6 years ago
  48. 9aa63fe adb: add environment variables to disable usb, emulators, mdns. by Josh Gao · 6 years ago
  49. 4007ab7 adb: minor cleanup. by Josh Gao · 6 years ago
  50. 597044d adb: report connection status when we're unauthorized. by Josh Gao · 6 years ago
  51. 1ecee44 Integrate adb with fastdeploy by Idries Hamadi · 7 years ago
  52. 3657ae1 Accept DexMetadata files (.dm) for install-multiple by Calin Juravle · 7 years ago
  53. b701136 Merge "adb: win32: fix Unicode console output" by Treehugger Robot · 6 years ago
  54. 596f63b adb: fix error message for `adb {forward,reverse}` by Josh Gao · 6 years ago
  55. e55851b adb: win32: fix Unicode console output by Spencer Low · 6 years ago
  56. 076b5ba adb: split shell_service.h into client/daemon/protocol parts. by Josh Gao · 6 years ago
  57. c7b7459 adb: split file_sync_service.h into client and daemon parts. by Josh Gao · 6 years ago
  58. b4edbdf adb: Remove most C-style allocations by Luis Hector Chavez · 6 years ago
  59. 2174685 Merge changes I31e444f3,If07ff05f,If3ba190d by Jerry Zhang · 6 years ago
  60. 76d17db adb: Have device usb_handle return io size by Jerry Zhang · 7 years ago
  61. 86e6718 [adb] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  62. 37f11f5 adb: work around adbd push bug. by Josh Gao · 6 years ago
  63. 874c941 Simplify __attribute__((__printf__)) use. by Elliott Hughes · 7 years ago
  64. bf5167c adb: add `adb raw` to connect to an arbitrary service. by Josh Gao · 7 years ago
  65. 8fa3351 Fix `adb logcat` return code. by Elliott Hughes · 7 years ago
  66. d244d47 Merge "Fix exit-time-destructor warning" by Treehugger Robot · 7 years ago
  67. 2c513a1 Fix exit-time-destructor warning by Pirama Arumuga Nainar · 7 years ago
  68. 7ee327d Merge changes I465804fd,Ib5a684bb,If5e66570,I8471cc00,I8ba0a70a by Josh Gao · 7 years ago
  69. 9528df2 adb: remove fdevent_install, fdevent_remove. by Josh Gao · 7 years ago
  70. 0aeda10 adb: Add a way to reconnect TCP transports by Luis Hector Chavez · 7 years ago
  71. c838850 adb: fix uninitialized variable in AsyncServiceRef. by Josh Gao · 7 years ago
  72. e964a0e Merge "adb: add authorizing, connecting states to transport." by Josh Gao · 7 years ago
  73. 30a3c5a Documented adb install --instant by Felipe Leme · 7 years ago
  74. 7a7c5cb adb: add authorizing, connecting states to transport. by Josh Gao · 7 years ago
  75. cd2a529 adb: switch apacket payload to a type that doesn't initialize its contents. by Josh Gao · 7 years ago
  76. 83d33f8 Merge "adb: properly calculate packet size on Mac." by Treehugger Robot · 7 years ago
  77. c7f2d19 adb: properly calculate packet size on Mac. by Josh Gao · 7 years ago
  78. 145ac02 Support /odm and /product in "adb remount" and "adb sync". by Elliott Hughes · 7 years ago
  79. f2a988c adb: implement std::make_unique, start using it. by Josh Gao · 7 years ago
  80. ae5f7ff Merge changes from topic "adb_bp" by Josh Gao · 7 years ago
  81. a54dbfd Add a NOLINT for the memory leak we added by George Burgess IV · 7 years ago
  82. 361148b adb: switch over to Android.bp. by Josh Gao · 7 years ago
  83. d64d2ed adb: add a way to make the server intentionally leak. by Josh Gao · 7 years ago
  84. 50576fd adb: stop using quick_exit. by Josh Gao · 7 years ago
  85. dfe539e adb: add missing condition_variable include by Mike Frysinger · 7 years ago
  86. d8171d9 Merge "adb: get libusb compiling on Windows." by Treehugger Robot · 7 years ago
  87. 511ff8a adb: get libusb compiling on Windows. by Josh Gao · 7 years ago
  88. a82f246 adb: disable USB packet overflow checking on OS X. by Josh Gao · 7 years ago
  89. 21a991d adb: cleanup some portions of client usb interfaces by Mark Salyzyn · 7 years ago
  90. d4bf94d adb: clang-format for adb.h and client/usb_windows.cpp by Mark Salyzyn · 7 years ago
  91. ef704a1 adb: remove SendConnectOnHost. by Josh Gao · 8 years ago
  92. 4d29974 Revert "adb: fix deadlock between transport_unref and usb_close." by Josh Gao · 7 years ago
  93. cd61ae3 Give a clear error message if we can't start the server. by Elliott Hughes · 8 years ago
  94. be9c837 adb: libusb: switch from polling for accessibility to a sleep. by Josh Gao · 8 years ago
  95. 1a2eacc adb: improve race between device_connected and device_disconnected. by Josh Gao · 8 years ago
  96. 8bb766e adb: libusb: don't try to delete a usb_handle twice. by Josh Gao · 8 years ago
  97. 4b64084 adb: reunregress waiting for device on start-server. by Josh Gao · 8 years ago
  98. 09628bb adb: fix deadlock. by Josh Gao · 8 years ago
  99. 530b9f1 adb: redirect stdout/stderr before initializing usb. by Josh Gao · 8 years ago
  100. a96dc5f adb: libusb: recognize devices with multiple interfaces. by Josh Gao · 8 years ago