1. 2e05dfa adb: properly calculate packet size on Mac. by Josh Gao · 6 years ago
  2. 657db00 Add a NOLINT for the memory leak we added by George Burgess IV · 6 years ago
  3. e217611 adb: add a way to make the server intentionally leak. by Josh Gao · 6 years ago
  4. d51c6df adb: stop using quick_exit. by Josh Gao · 6 years ago
  5. 50ecaca adb: add missing condition_variable include by Mike Frysinger · 6 years ago
  6. 6f29887 Merge "adb: get libusb compiling on Windows." by Treehugger Robot · 6 years ago
  7. 9425996 adb: get libusb compiling on Windows. by Josh Gao · 6 years ago
  8. 801048c adb: disable USB packet overflow checking on OS X. by Josh Gao · 6 years ago
  9. 8f3b887 adb: cleanup some portions of client usb interfaces by Mark Salyzyn · 7 years ago
  10. 0a78cc1 adb: clang-format for adb.h and client/usb_windows.cpp by Mark Salyzyn · 7 years ago
  11. 4b5d4da adb: remove SendConnectOnHost. by Josh Gao · 7 years ago
  12. e48ecce Revert "adb: fix deadlock between transport_unref and usb_close." by Josh Gao · 7 years ago
  13. 6eadee8 Give a clear error message if we can't start the server. by Elliott Hughes · 7 years ago
  14. 5b8b10e adb: libusb: switch from polling for accessibility to a sleep. by Josh Gao · 7 years ago
  15. 7dd382d adb: improve race between device_connected and device_disconnected. by Josh Gao · 7 years ago
  16. 60b8c26 adb: libusb: don't try to delete a usb_handle twice. by Josh Gao · 7 years ago
  17. 0b13c89 adb: reunregress waiting for device on start-server. by Josh Gao · 7 years ago
  18. d1a3e8f adb: fix deadlock. by Josh Gao · 7 years ago
  19. 16c5a13 adb: redirect stdout/stderr before initializing usb. by Josh Gao · 7 years ago
  20. 425aefd adb: libusb: recognize devices with multiple interfaces. by Josh Gao · 7 years ago
  21. 3f60a96 adb: libusb: wait for devices to become accessible. by Josh Gao · 7 years ago
  22. 6da1cd4 adb: libusb: switch to hotplug for device detection. by Josh Gao · 7 years ago
  23. 362b404 adb: fix darwin build break. by Josh Gao · 7 years ago
  24. 01b7bc4 adb: move all cleanup to a function with defined ordering. by Josh Gao · 7 years ago
  25. 707a6e4 adb: libusb: replace sleep with timed CV wait. by Josh Gao · 7 years ago
  26. 8bf37d7 adb: properly handle libusb_clear_halt failure. by Josh Gao · 7 years ago
  27. 4acb360 Fix macOS build. by Elliott Hughes · 7 years ago
  28. cd35664 Improve udev failure diagnostics. by Elliott Hughes · 7 years ago
  29. fd713e5 adb: wait for devices to come up instead of sleeping for 3s. by Josh Gao · 7 years ago
  30. 04a8218 adb: make darwin build with thread safety analysis. by Josh Gao · 7 years ago
  31. ef3d343 adb: use the actual wMaxPacketSize for usb endpoints. by Josh Gao · 7 years ago
  32. b5e1141 adb: fix two device offline problems. by Yabin Cui · 7 years ago
  33. e1dacfc adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 7 years ago
  34. 5d002b8 adb: don't reset usb when connecting it. by Yabin Cui · 7 years ago
  35. 13a269e Add mDNS device discovery for adb client by Casey Dahlin · 8 years ago
  36. 5d1756c adb: add `adb host-features`, report libusb status. by Josh Gao · 7 years ago
  37. aced420 usb_dispatch.cpp: Lower severity of logging statement. by Nick Kralevich · 7 years ago
  38. 06766a8 adb: fix darwin build. by Josh Gao · 7 years ago
  39. 1c70e1b adb: add libusb implementation for Linux/Darwin. by Josh Gao · 8 years ago
  40. 456e1ad adb: move usb_* to client/usb_*. by Josh Gao · 7 years ago
  41. f0f854b adb: retry install_listener for a while. by Josh Gao · 7 years ago
  42. 3562fd0 Merge "Ignore setsid error in some cases." by Treehugger Robot · 8 years ago
  43. 0cd3ae1 adb: kill adb_mutex_t, adb_cond_t. by Josh Gao · 8 years ago
  44. c8fab89 Ignore setsid error in some cases. by Tao Wu · 8 years ago
  45. 9c869b5 adb: allow use of arbitrary socket specs for command socket. by Josh Gao · 8 years ago
  46. 698e065 DO NOT MERGE: Split bugreport() into its own file and added unit tests. by Felipe Leme · 8 years ago
  47. 0aeb505 Clean up key handling in adb. by Elliott Hughes · 8 years ago
  48. d89a6c2 Allow multiple (sequential) adb users on Linux. by Elliott Hughes · 8 years ago
  49. eaae97e adb: support forwarding TCP port 0. by David Pursell · 8 years ago
  50. 6bf323b adb: setsid() for adb host server. by Yabin Cui · 8 years ago
  51. b72b3f8 adb: make ctrl-c when spawning a daemon not kill the daemon. by Josh Gao · 8 years ago
  52. 5f787ed base: add SystemErrorCodeToString() function. by David Pursell · 8 years ago
  53. aae38d9 Merge "adb: shell: add -n flag to not read from stdin." by Josh Gao · 8 years ago
  54. 7d58607 adb: shell: add -n flag to not read from stdin. by Josh Gao · 9 years ago
  55. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 8 years ago
  56. 65433da Avoid SIGPIPE in adb. by Elliott Hughes · 9 years ago
  57. d21dc82 adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8() by Spencer Low · 9 years ago
  58. aed3c61 Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  59. e6ae573 adb: win32: make adb_getenv() case-insensitive by Spencer Low · 9 years ago
  60. 7a3f8d6 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
  61. c642458 adb: remove workaround for b/6558362. by Yabin Cui · 9 years ago
  62. 2122c7a win32: adb start-server shows stdout/stderr output from actual server by Spencer Low · 9 years ago
  63. 743883b Use glog for logging in the OSX USB layer by Siva Velusamy · 9 years ago
  64. 57532b2 Merge "adb: improve network error info" by Elliott Hughes · 9 years ago
  65. f18fc08 adb: start-server and kill-server error output by Spencer Low · 9 years ago
  66. 317acfb Merge "Remove confusing variable HOST." by Yabin Cui · 9 years ago
  67. 155159c adb: make stdin/stdout/stderr redirection errors fatal by Spencer Low · 9 years ago
  68. bf7c605 adb: improve network error info by Spencer Low · 9 years ago
  69. 661327e Remove confusing variable HOST. by Yabin Cui · 9 years ago
  70. 5c398d2 adb: win32: write ACK to separate pipe instead of stdout by Spencer Low · 9 years ago
  71. 9f2d1a9 adb start-server: Use a separate fd for sending initial OK by Siva Velusamy · 9 years ago
  72. cf4ff64 adb: win32: Unicode path names, env vars, some console support by Spencer Low · 9 years ago
  73. 5200c66 adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 9 years ago
  74. d0f66c3 adb: win32: fix logging to adb.log by Spencer Low · 9 years ago
  75. 9313c0d Improve logging. by Dan Albert · 9 years ago
  76. d396dc9 adb: win32: fix daemon acknowledgement by Spencer Low · 9 years ago
  77. c89e0cc Revert "Revert "Split adb_main.cpp into client and daemon."" by Dan Albert · 9 years ago