1. 9a700fd adb: properly handle libusb_clear_halt failure. by Josh Gao · 7 years ago
  2. ac16a0f Fix macOS build. by Elliott Hughes · 7 years ago
  3. 3e9e74e Improve udev failure diagnostics. by Elliott Hughes · 7 years ago
  4. 1e3bf73 adb: wait for devices to come up instead of sleeping for 3s. by Josh Gao · 7 years ago
  5. 4ebd436 adb: make darwin build with thread safety analysis. by Josh Gao · 7 years ago
  6. 3734cf0 adb: use the actual wMaxPacketSize for usb endpoints. by Josh Gao · 7 years ago
  7. 3cf1b36 adb: fix two device offline problems. by Yabin Cui · 7 years ago
  8. 0f3312a adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 7 years ago
  9. 091f3be adb: don't reset usb when connecting it. by Yabin Cui · 7 years ago
  10. 3122cdf Add mDNS device discovery for adb client by Casey Dahlin · 8 years ago
  11. 210b63f adb: add `adb host-features`, report libusb status. by Josh Gao · 7 years ago
  12. 5d0d1ad usb_dispatch.cpp: Lower severity of logging statement. by Nick Kralevich · 7 years ago
  13. 484ddbf adb: fix darwin build. by Josh Gao · 8 years ago
  14. b736692 adb: add libusb implementation for Linux/Darwin. by Josh Gao · 8 years ago
  15. 78f860e adb: move usb_* to client/usb_*. by Josh Gao · 8 years ago
  16. e80f47a adb: retry install_listener for a while. by Josh Gao · 8 years ago
  17. eeae2e5 Merge "Ignore setsid error in some cases." by Treehugger Robot · 8 years ago
  18. e7daf57 adb: kill adb_mutex_t, adb_cond_t. by Josh Gao · 8 years ago
  19. dc046e6 Ignore setsid error in some cases. by Tao Wu · 8 years ago
  20. bb4f860 adb: allow use of arbitrary socket specs for command socket. by Josh Gao · 8 years ago
  21. 042c351 DO NOT MERGE: Split bugreport() into its own file and added unit tests. by Felipe Leme · 8 years ago
  22. 801066a Clean up key handling in adb. by Elliott Hughes · 8 years ago
  23. 38e02a7 Allow multiple (sequential) adb users on Linux. by Elliott Hughes · 8 years ago
  24. 19d0c23 adb: support forwarding TCP port 0. by David Pursell · 8 years ago
  25. cf91dbe adb: setsid() for adb host server. by Yabin Cui · 8 years ago
  26. fdd946b adb: make ctrl-c when spawning a daemon not kill the daemon. by Josh Gao · 8 years ago
  27. c573d52 base: add SystemErrorCodeToString() function. by David Pursell · 9 years ago
  28. 232d25d Merge "adb: shell: add -n flag to not read from stdin." by Josh Gao · 9 years ago
  29. 1eef478 adb: shell: add -n flag to not read from stdin. by Josh Gao · 9 years ago
  30. f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  31. 4919c17 Avoid SIGPIPE in adb. by Elliott Hughes · 9 years ago
  32. 50f5bf1 adb: win32: remove widen()/narrow() in favor of UTF8ToWide()/WideToUTF8() by Spencer Low · 9 years ago
  33. 19bec5b Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  34. 50740f5 adb: win32: make adb_getenv() case-insensitive by Spencer Low · 9 years ago
  35. 815ad88 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
  36. 6760d01 adb: remove workaround for b/6558362. by Yabin Cui · 9 years ago
  37. 2bbb3a9 win32: adb start-server shows stdout/stderr output from actual server by Spencer Low · 9 years ago
  38. 878e36b Use glog for logging in the OSX USB layer by Siva Velusamy · 9 years ago
  39. 2521f51 Merge "adb: improve network error info" by Elliott Hughes · 9 years ago
  40. 85ee64b adb: start-server and kill-server error output by Spencer Low · 9 years ago
  41. 3b1a373 Merge "Remove confusing variable HOST." by Yabin Cui · 9 years ago
  42. fe6ab81 adb: make stdin/stdout/stderr redirection errors fatal by Spencer Low · 9 years ago
  43. 3262585 adb: improve network error info by Spencer Low · 9 years ago
  44. 5fe6d0d Remove confusing variable HOST. by Yabin Cui · 9 years ago
  45. b28812f adb: win32: write ACK to separate pipe instead of stdout by Spencer Low · 9 years ago
  46. a55dbd8 adb start-server: Use a separate fd for sending initial OK by Siva Velusamy · 9 years ago
  47. 6815c07 adb: win32: Unicode path names, env vars, some console support by Spencer Low · 9 years ago
  48. 753d485 adb: win32: initial IPv6 support and improved Winsock error reporting by Spencer Low · 9 years ago
  49. 4911f4b adb: win32: fix logging to adb.log by Spencer Low · 9 years ago
  50. 08d552b Improve logging. by Dan Albert · 9 years ago
  51. 91ae28e adb: win32: fix daemon acknowledgement by Spencer Low · 9 years ago
  52. 53a3744 Revert "Revert "Split adb_main.cpp into client and daemon."" by Dan Albert · 9 years ago