1. b800d88 adb: extract atransport's connection interface. by Josh Gao · 6 years ago
  2. de47194 adb: disable checksum on new versions by Tim Murray · 6 years ago
  3. 4b5d4da adb: remove SendConnectOnHost. by Josh Gao · 7 years ago
  4. 33d14b8 adb: partially revert b5e11415. by Josh Gao · 7 years ago
  5. e48ecce Revert "adb: fix deadlock between transport_unref and usb_close." by Josh Gao · 7 years ago
  6. b0c1802 adb: add track-devices-l service. by Josh Gao · 7 years ago
  7. b122b17 adb: allow selection of a specific transport. by Josh Gao · 7 years ago
  8. 7e197ef adb: fix deadlock between transport_unref and usb_close. by Josh Gao · 7 years ago
  9. 5176df8 Add host feature for `push --sync` support. by Dan Albert · 7 years ago
  10. 36dadca adb: boolify check_header and check_data. by Josh Gao · 7 years ago
  11. 01b7bc4 adb: move all cleanup to a function with defined ordering. by Josh Gao · 7 years ago
  12. fd713e5 adb: wait for devices to come up instead of sleeping for 3s. by Josh Gao · 7 years ago
  13. b5e1141 adb: fix two device offline problems. by Yabin Cui · 7 years ago
  14. 13a269e Add mDNS device discovery for adb client by Casey Dahlin · 8 years ago
  15. 5d1756c adb: add `adb host-features`, report libusb status. by Josh Gao · 7 years ago
  16. 5a1e3fd Revert "Revert "adb: extend sync protocol's stat support."" by Josh Gao · 8 years ago
  17. afa4b5d Revert "adb: extend sync protocol's stat support." by Josh Gao · 8 years ago
  18. d6d5c38 adb: extend sync protocol's stat support. by Josh Gao · 8 years ago
  19. 22d2b3e adb: add `adb reconnect offline` to reconnect offline devices. by Josh Gao · 8 years ago
  20. 06d61d4 adb: rationalize types. by Josh Gao · 8 years ago
  21. 3bd2879 adb: split up adb_auth.cpp. by Josh Gao · 8 years ago
  22. 2e67120 adb: add support for vendor key directories. by Josh Gao · 8 years ago
  23. 0aeb505 Clean up key handling in adb. by Elliott Hughes · 8 years ago
  24. b74c649 adb: retry connecting disconnected emulators instead of always looping. by Yabin Cui · 8 years ago
  25. 7f27490 Fix kick_transport test. by Yabin Cui · 8 years ago
  26. 3f902aa adb: relax serial matching rules. by David Pursell · 8 years ago
  27. 9f48611 adb: fix leak of framework_fd. by Josh Gao · 8 years ago
  28. d2acbd1 adb: add help text for USB permission errors. by David Pursell · 9 years ago
  29. 6fa848a use new cmd command by Todd Kennedy · 9 years ago
  30. 8d28e19 Fix adb -d/-e error reporting. by Elliott Hughes · 9 years ago
  31. 70ef7b4 adb: put legacy shell: service back in. by David Pursell · 9 years ago
  32. 4e2fd36 adb: add -Tt options to `adb shell`. by David Pursell · 9 years ago
  33. 0955c66 adb: implement shell protocol. by David Pursell · 9 years ago
  34. b329824 adb: clean up transport disconnect operations. by Yabin Cui · 9 years ago
  35. f4b9928 adb: disconnect: fix write-after-free memory corruption and crash. by Yabin Cui · 9 years ago
  36. 1792c23 Add feature list to connection banner. by Dan Albert · 9 years ago
  37. 3d2904c Increase size of the the adb packets sent over the wire by Tamas Berghammer · 9 years ago
  38. dcd78a1 Make connection states a proper type. by Dan Albert · 9 years ago
  39. 3bd73c1 Give enum types CamelCase names for clarity. by Elliott Hughes · 9 years ago
  40. e67f1f8 More adb buffer fixes. by Elliott Hughes · 9 years ago
  41. 7be29c8 Show $ADB_VENDOR_KEYS if authentication fails. by Elliott Hughes · 9 years ago
  42. bac3474 Move adb to C++. by Dan Albert · 9 years ago
  43. cc731cc Test readx/writex (now renamed). by Dan Albert · 9 years ago
  44. 7664901 Move transport declarations into transport.h. by Dan Albert · 9 years ago
  45. e9fca14 Move the listener code into its own file. by Dan Albert · 9 years ago
  46. 630b9af Begin moving code from adb to libadb. by Dan Albert · 10 years ago
  47. 408fa57 adb: fix subprocess exit handling, oom adjust fixes, extra debugging. by JP Abgrall · 13 years ago