1. 1cdcc5f Merge "adb: fix use after free of atransport." by Treehugger Robot · 6 years ago
  2. 90e9217 Merge "Enable "localfilesystem" UNIX domain socket for ADB." by Treehugger Robot · 6 years ago
  3. 607fd54 adb: fix use after free of atransport. by Josh Gao · 6 years ago
  4. f4ddee0 Merge changes I6ff85723,Ia7d743d5 by Josh Gao · 6 years ago
  5. 9a8366b adb: remove atransport ref counting. by Josh Gao · 6 years ago
  6. 8bde191 Enable "localfilesystem" UNIX domain socket for ADB. by Jason Jeremy Iman · 6 years ago
  7. 2752326 adbd: use libadbd_auth for authentication. by Josh Gao · 6 years ago
  8. 7ea92d8 Using the correct feature name for abb_exec. by Alex Buynytskyy · 6 years ago
  9. 86ba5c9 Merge "adb: use shell for remount to forward return codes." am: edf8040152 by Josh Gao · 6 years ago
  10. 8c2198c adb: use shell for remount to forward return codes. by Josh Gao · 6 years ago
  11. 34a478f adb: add ls_v2. by Josh Gao · 6 years ago
  12. 7eeda6b Notify the framework when an adb key is authorized by Michael Groover · 6 years ago
  13. 3705b34 adb: make `adb reconnect` perform a USB reset. by Josh Gao · 6 years ago
  14. 7b1cb66 adb: update symlink timestamps. by Josh Gao · 7 years ago
  15. eb0875d adbd: fix TCP bind address. by Josh Gao · 7 years ago
  16. a05b64d Add native vsock support to ADB. by Cody Schuffelen · 7 years ago
  17. 776c2ec adbd: compile for host. by Josh Gao · 7 years ago
  18. 01a65ee Adding new feature to adb "abb". by Alex Buynytskyy · 7 years ago
  19. ce5ce87 adb: remove incorrect use of RTTI. by Josh Gao · 7 years ago
  20. 4414e4c adb: fix authentication when reconnecting. by Josh Gao · 7 years ago
  21. fb08510 Add feature flag for b/110953234 fix. by Josh Gao · 7 years ago
  22. 29814de Accept apex packages as argument. by Dario Freni · 7 years ago
  23. c51726c adbd: implement a nonblocking USB Connection. by Josh Gao · 7 years ago
  24. fc2e56f adb: don't try to reconnect emulators. by Josh Gao · 7 years ago
  25. 362e696 adb: report connection status when we're unauthorized. by Josh Gao · 7 years ago
  26. 3b4de3c adb: delete hellish hodgepodge. by Josh Gao · 7 years ago
  27. 56300c9 adb: fix register_socket_transport related double-closes. by Josh Gao · 7 years ago
  28. 6150a37 adb: Remove most C-style allocations by Luis Hector Chavez · 7 years ago
  29. 6082e7d adb: add nonblocking fd Connection. by Josh Gao · 7 years ago
  30. 454bc7c adb: Add a way to reconnect TCP transports by Luis Hector Chavez · 7 years ago
  31. 704494b adb: add authorizing, connecting states to transport. by Josh Gao · 7 years ago
  32. 9a388d5 adb: Make the Connection object a std::shared_ptr by Luis Hector Chavez · 7 years ago
  33. 56fe753 adb: Add a way to distinguish between connection failures and successes by Luis Hector Chavez · 7 years ago
  34. c251ec5 adb: don't abort when connecting to the same address twice. by Josh Gao · 7 years ago
  35. ffbd336 adb: remove meaningless const. by Josh Gao · 8 years ago
  36. 0bbf69c adb: convert Connection to a nonblocking interface. by Josh Gao · 8 years ago
  37. b800d88 adb: extract atransport's connection interface. by Josh Gao · 8 years ago
  38. de47194 adb: disable checksum on new versions by Tim Murray · 8 years ago
  39. 4b5d4da adb: remove SendConnectOnHost. by Josh Gao · 8 years ago
  40. 33d14b8 adb: partially revert b5e11415. by Josh Gao · 8 years ago
  41. e48ecce Revert "adb: fix deadlock between transport_unref and usb_close." by Josh Gao · 8 years ago
  42. b0c1802 adb: add track-devices-l service. by Josh Gao · 8 years ago
  43. b122b17 adb: allow selection of a specific transport. by Josh Gao · 8 years ago
  44. 7e197ef adb: fix deadlock between transport_unref and usb_close. by Josh Gao · 8 years ago
  45. 5176df8 Add host feature for `push --sync` support. by Dan Albert · 8 years ago
  46. 36dadca adb: boolify check_header and check_data. by Josh Gao · 8 years ago
  47. 01b7bc4 adb: move all cleanup to a function with defined ordering. by Josh Gao · 8 years ago
  48. fd713e5 adb: wait for devices to come up instead of sleeping for 3s. by Josh Gao · 8 years ago
  49. b5e1141 adb: fix two device offline problems. by Yabin Cui · 8 years ago
  50. 13a269e Add mDNS device discovery for adb client by Casey Dahlin · 9 years ago
  51. 5d1756c adb: add `adb host-features`, report libusb status. by Josh Gao · 9 years ago
  52. 5a1e3fd Revert "Revert "adb: extend sync protocol's stat support."" by Josh Gao · 9 years ago
  53. afa4b5d Revert "adb: extend sync protocol's stat support." by Josh Gao · 9 years ago
  54. d6d5c38 adb: extend sync protocol's stat support. by Josh Gao · 9 years ago
  55. 22d2b3e adb: add `adb reconnect offline` to reconnect offline devices. by Josh Gao · 9 years ago
  56. 06d61d4 adb: rationalize types. by Josh Gao · 9 years ago
  57. 3bd2879 adb: split up adb_auth.cpp. by Josh Gao · 9 years ago
  58. 2e67120 adb: add support for vendor key directories. by Josh Gao · 9 years ago
  59. 0aeb505 Clean up key handling in adb. by Elliott Hughes · 9 years ago
  60. b74c649 adb: retry connecting disconnected emulators instead of always looping. by Yabin Cui · 9 years ago
  61. 7f27490 Fix kick_transport test. by Yabin Cui · 9 years ago
  62. 3f902aa adb: relax serial matching rules. by David Pursell · 10 years ago
  63. 9f48611 adb: fix leak of framework_fd. by Josh Gao · 10 years ago
  64. d2acbd1 adb: add help text for USB permission errors. by David Pursell · 10 years ago
  65. 6fa848a use new cmd command by Todd Kennedy · 10 years ago
  66. 8d28e19 Fix adb -d/-e error reporting. by Elliott Hughes · 10 years ago
  67. 70ef7b4 adb: put legacy shell: service back in. by David Pursell · 10 years ago
  68. 4e2fd36 adb: add -Tt options to `adb shell`. by David Pursell · 10 years ago
  69. 0955c66 adb: implement shell protocol. by David Pursell · 10 years ago
  70. b329824 adb: clean up transport disconnect operations. by Yabin Cui · 10 years ago
  71. f4b9928 adb: disconnect: fix write-after-free memory corruption and crash. by Yabin Cui · 10 years ago
  72. 1792c23 Add feature list to connection banner. by Dan Albert · 10 years ago
  73. 3d2904c Increase size of the the adb packets sent over the wire by Tamas Berghammer · 10 years ago
  74. dcd78a1 Make connection states a proper type. by Dan Albert · 10 years ago
  75. 3bd73c1 Give enum types CamelCase names for clarity. by Elliott Hughes · 10 years ago
  76. e67f1f8 More adb buffer fixes. by Elliott Hughes · 10 years ago
  77. 7be29c8 Show $ADB_VENDOR_KEYS if authentication fails. by Elliott Hughes · 10 years ago
  78. bac3474 Move adb to C++. by Dan Albert · 11 years ago
  79. cc731cc Test readx/writex (now renamed). by Dan Albert · 11 years ago
  80. 7664901 Move transport declarations into transport.h. by Dan Albert · 11 years ago
  81. e9fca14 Move the listener code into its own file. by Dan Albert · 11 years ago
  82. 630b9af Begin moving code from adb to libadb. by Dan Albert · 11 years ago
  83. 408fa57 adb: fix subprocess exit handling, oom adjust fixes, extra debugging. by JP Abgrall · 14 years ago