1. 5109b9e Merge "Integrate adb with fastdeploy" by Treehugger Robot · 6 years ago
  2. 9aa63fe adb: add environment variables to disable usb, emulators, mdns. by Josh Gao · 6 years ago
  3. 4007ab7 adb: minor cleanup. by Josh Gao · 6 years ago
  4. 597044d adb: report connection status when we're unauthorized. by Josh Gao · 6 years ago
  5. 1ecee44 Integrate adb with fastdeploy by Idries Hamadi · 7 years ago
  6. 3657ae1 Accept DexMetadata files (.dm) for install-multiple by Calin Juravle · 7 years ago
  7. b701136 Merge "adb: win32: fix Unicode console output" by Treehugger Robot · 6 years ago
  8. 596f63b adb: fix error message for `adb {forward,reverse}` by Josh Gao · 6 years ago
  9. e55851b adb: win32: fix Unicode console output by Spencer Low · 6 years ago
  10. 076b5ba adb: split shell_service.h into client/daemon/protocol parts. by Josh Gao · 6 years ago
  11. c7b7459 adb: split file_sync_service.h into client and daemon parts. by Josh Gao · 6 years ago
  12. b4edbdf adb: Remove most C-style allocations by Luis Hector Chavez · 6 years ago
  13. 2174685 Merge changes I31e444f3,If07ff05f,If3ba190d by Jerry Zhang · 6 years ago
  14. 76d17db adb: Have device usb_handle return io size by Jerry Zhang · 7 years ago
  15. 86e6718 [adb] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  16. 37f11f5 adb: work around adbd push bug. by Josh Gao · 6 years ago
  17. 874c941 Simplify __attribute__((__printf__)) use. by Elliott Hughes · 7 years ago
  18. bf5167c adb: add `adb raw` to connect to an arbitrary service. by Josh Gao · 7 years ago
  19. 8fa3351 Fix `adb logcat` return code. by Elliott Hughes · 7 years ago
  20. d244d47 Merge "Fix exit-time-destructor warning" by Treehugger Robot · 7 years ago
  21. 2c513a1 Fix exit-time-destructor warning by Pirama Arumuga Nainar · 7 years ago
  22. 7ee327d Merge changes I465804fd,Ib5a684bb,If5e66570,I8471cc00,I8ba0a70a by Josh Gao · 7 years ago
  23. 9528df2 adb: remove fdevent_install, fdevent_remove. by Josh Gao · 7 years ago
  24. 0aeda10 adb: Add a way to reconnect TCP transports by Luis Hector Chavez · 7 years ago
  25. c838850 adb: fix uninitialized variable in AsyncServiceRef. by Josh Gao · 7 years ago
  26. e964a0e Merge "adb: add authorizing, connecting states to transport." by Josh Gao · 7 years ago
  27. 30a3c5a Documented adb install --instant by Felipe Leme · 7 years ago
  28. 7a7c5cb adb: add authorizing, connecting states to transport. by Josh Gao · 7 years ago
  29. cd2a529 adb: switch apacket payload to a type that doesn't initialize its contents. by Josh Gao · 7 years ago
  30. 83d33f8 Merge "adb: properly calculate packet size on Mac." by Treehugger Robot · 7 years ago
  31. c7f2d19 adb: properly calculate packet size on Mac. by Josh Gao · 7 years ago
  32. 145ac02 Support /odm and /product in "adb remount" and "adb sync". by Elliott Hughes · 7 years ago
  33. f2a988c adb: implement std::make_unique, start using it. by Josh Gao · 7 years ago
  34. ae5f7ff Merge changes from topic "adb_bp" by Josh Gao · 7 years ago
  35. a54dbfd Add a NOLINT for the memory leak we added by George Burgess IV · 7 years ago
  36. 361148b adb: switch over to Android.bp. by Josh Gao · 7 years ago
  37. d64d2ed adb: add a way to make the server intentionally leak. by Josh Gao · 7 years ago
  38. 50576fd adb: stop using quick_exit. by Josh Gao · 7 years ago
  39. dfe539e adb: add missing condition_variable include by Mike Frysinger · 7 years ago
  40. d8171d9 Merge "adb: get libusb compiling on Windows." by Treehugger Robot · 7 years ago
  41. 511ff8a adb: get libusb compiling on Windows. by Josh Gao · 7 years ago
  42. a82f246 adb: disable USB packet overflow checking on OS X. by Josh Gao · 7 years ago
  43. 21a991d adb: cleanup some portions of client usb interfaces by Mark Salyzyn · 7 years ago
  44. d4bf94d adb: clang-format for adb.h and client/usb_windows.cpp by Mark Salyzyn · 7 years ago
  45. ef704a1 adb: remove SendConnectOnHost. by Josh Gao · 8 years ago
  46. 4d29974 Revert "adb: fix deadlock between transport_unref and usb_close." by Josh Gao · 7 years ago
  47. cd61ae3 Give a clear error message if we can't start the server. by Elliott Hughes · 8 years ago
  48. be9c837 adb: libusb: switch from polling for accessibility to a sleep. by Josh Gao · 8 years ago
  49. 1a2eacc adb: improve race between device_connected and device_disconnected. by Josh Gao · 8 years ago
  50. 8bb766e adb: libusb: don't try to delete a usb_handle twice. by Josh Gao · 8 years ago
  51. 4b64084 adb: reunregress waiting for device on start-server. by Josh Gao · 8 years ago
  52. 09628bb adb: fix deadlock. by Josh Gao · 8 years ago
  53. 530b9f1 adb: redirect stdout/stderr before initializing usb. by Josh Gao · 8 years ago
  54. a96dc5f adb: libusb: recognize devices with multiple interfaces. by Josh Gao · 8 years ago
  55. 70dc737 adb: libusb: wait for devices to become accessible. by Josh Gao · 8 years ago
  56. 9523841 adb: libusb: switch to hotplug for device detection. by Josh Gao · 8 years ago
  57. 90b6253 adb: fix darwin build break. by Josh Gao · 8 years ago
  58. 165460f adb: move all cleanup to a function with defined ordering. by Josh Gao · 8 years ago
  59. 1ec15cd adb: libusb: replace sleep with timed CV wait. by Josh Gao · 8 years ago
  60. 9a700fd adb: properly handle libusb_clear_halt failure. by Josh Gao · 8 years ago
  61. ac16a0f Fix macOS build. by Elliott Hughes · 8 years ago
  62. 3e9e74e Improve udev failure diagnostics. by Elliott Hughes · 8 years ago
  63. 1e3bf73 adb: wait for devices to come up instead of sleeping for 3s. by Josh Gao · 8 years ago
  64. 4ebd436 adb: make darwin build with thread safety analysis. by Josh Gao · 8 years ago
  65. 3734cf0 adb: use the actual wMaxPacketSize for usb endpoints. by Josh Gao · 8 years ago
  66. 3cf1b36 adb: fix two device offline problems. by Yabin Cui · 8 years ago
  67. 0f3312a adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 8 years ago
  68. 091f3be adb: don't reset usb when connecting it. by Yabin Cui · 8 years ago
  69. 3122cdf Add mDNS device discovery for adb client by Casey Dahlin · 9 years ago
  70. 210b63f adb: add `adb host-features`, report libusb status. by Josh Gao · 8 years ago
  71. 5d0d1ad usb_dispatch.cpp: Lower severity of logging statement. by Nick Kralevich · 8 years ago
  72. 484ddbf adb: fix darwin build. by Josh Gao · 8 years ago
  73. b736692 adb: add libusb implementation for Linux/Darwin. by Josh Gao · 8 years ago
  74. 78f860e adb: move usb_* to client/usb_*. by Josh Gao · 8 years ago
  75. e80f47a adb: retry install_listener for a while. by Josh Gao · 8 years ago
  76. eeae2e5 Merge "Ignore setsid error in some cases." by Treehugger Robot · 8 years ago
  77. e7daf57 adb: kill adb_mutex_t, adb_cond_t. by Josh Gao · 8 years ago
  78. dc046e6 Ignore setsid error in some cases. by Tao Wu · 8 years ago
  79. bb4f860 adb: allow use of arbitrary socket specs for command socket. by Josh Gao · 8 years ago
  80. 042c351 DO NOT MERGE: Split bugreport() into its own file and added unit tests. by Felipe Leme · 8 years ago
  81. 801066a Clean up key handling in adb. by Elliott Hughes · 9 years ago
  82. 38e02a7 Allow multiple (sequential) adb users on Linux. by Elliott Hughes · 9 years ago
  83. 19d0c23 adb: support forwarding TCP port 0. by David Pursell · 9 years ago
  84. cf91dbe adb: setsid() for adb host server. by Yabin Cui · 9 years ago
  85. fdd946b adb: make ctrl-c when spawning a daemon not kill the daemon. by Josh Gao · 9 years ago
  86. c573d52 base: add SystemErrorCodeToString() function. by David Pursell · 9 years ago
  87. 232d25d Merge "adb: shell: add -n flag to not read from stdin." by Josh Gao · 9 years ago
  88. 1eef478 adb: shell: add -n flag to not read from stdin. by Josh Gao · 9 years ago
  89. f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  90. 4919c17 Avoid SIGPIPE in adb. by Elliott Hughes · 9 years ago
  91. 50f5bf1 adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8() by Spencer Low · 9 years ago
  92. 19bec5b Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  93. 50740f5 adb: win32: make adb_getenv() case-insensitive by Spencer Low · 9 years ago
  94. 815ad88 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
  95. 6760d01 adb: remove workaround for b/6558362. by Yabin Cui · 9 years ago
  96. 2bbb3a9 win32: adb start-server shows stdout/stderr output from actual server by Spencer Low · 9 years ago
  97. 878e36b Use glog for logging in the OSX USB layer by Siva Velusamy · 9 years ago
  98. 2521f51 Merge "adb: improve network error info" by Elliott Hughes · 9 years ago
  99. 85ee64b adb: start-server and kill-server error output by Spencer Low · 9 years ago
  100. 3b1a373 Merge "Remove confusing variable HOST." by Yabin Cui · 9 years ago