1. 90b6253 adb: fix darwin build break. by Josh Gao · 7 years ago
  2. 3734cf0 adb: use the actual wMaxPacketSize for usb endpoints. by Josh Gao · 7 years ago
  3. 3cf1b36 adb: fix two device offline problems. by Yabin Cui · 7 years ago
  4. 0f3312a adb: kill adb_thread_{create, join, detach, exit}. by Josh Gao · 7 years ago
  5. b736692 adb: add libusb implementation for Linux/Darwin. by Josh Gao · 8 years ago
  6. 78f860e adb: move usb_* to client/usb_*. by Josh Gao · 7 years ago[Renamed from usb_linux.cpp]
  7. 7392598 Switch adb over to <chrono>. by Elliott Hughes · 8 years ago
  8. 08dda21 Remove useless arguments from is_adb_interface. by Josh Gao · 8 years ago
  9. 7d40525 adb: make adb_thread_func_t return void, add adb_thread_exit. by Josh Gao · 8 years ago
  10. 7009749 Share the new adb USB diagnostic code with fastboot. by Elliott Hughes · 9 years ago
  11. aafa096 Merge "adb: add help text for USB permission errors." by David Pursell · 9 years ago
  12. f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  13. 6e5c7eb adb: add help text for USB permission errors. by David Pursell · 9 years ago
  14. e3a87d0 adb: remove exit-time destructors. by Josh Gao · 9 years ago
  15. 19bec5b Adb: use VLOG() to replace D() for verbose logging. by Yabin Cui · 9 years ago
  16. 815ad88 adb: clean up debug tracing a little. by Yabin Cui · 9 years ago
  17. 4e22229 adb: improve names for transport threads. by Yabin Cui · 9 years ago
  18. 2669cf9 adb: set thread names (linux & mac) by Siva Velusamy · 9 years ago
  19. 24f9b08 Fix const-ness of strrchr callers. by Elliott Hughes · 9 years ago
  20. 3af421c Clean up the locking in usb_linux.cpp. by Elliott Hughes · 9 years ago
  21. a1c60c0 Increase size of the the adb packets sent over the wire by Tamas Berghammer · 9 years ago
  22. 3a2421b adb: fix adb_close() vs. unix_close() usage by Spencer Low · 9 years ago
  23. 53a3744 Revert "Revert "Split adb_main.cpp into client and daemon."" by Dan Albert · 9 years ago
  24. 151f488 Revert "Split adb_main.cpp into client and daemon." by Dan Albert · 9 years ago
  25. ad87c02 Split adb_main.cpp into client and daemon. by Dan Albert · 9 years ago
  26. a8c3414 Be tolerant of devices that don't report serials. by Dan Albert · 9 years ago
  27. f251714 Simplify adb_thread_create. by Elliott Hughes · 9 years ago
  28. 949f262 Support the full length of USB serial numbers. by Elliott Hughes · 9 years ago
  29. 5d50437 Improve logging of USBDEVFS_CLAIMINTERFACE failures. by Elliott Hughes · 9 years ago
  30. d0269c9 Add missing null checks after allocations. by Elliott Hughes · 9 years ago
  31. db6fe64 File header cleanup. by Dan Albert · 9 years ago
  32. f30d73c Move adb to C++. by Dan Albert · 9 years ago[Renamed (98%) from usb_linux.c]
  33. b5f43a1 Merge "Fix a writex transcription error." by Dan Albert · 9 years ago