1. ba6d1da adb: add option to disable kill-server. by Josh Gao · 5 years ago
  2. 0871824 Move adbd's legacy USB implementation to fastboot. by Josh Gao · 5 years ago
  3. f4ffae1 "track-app" service showing debuggable/profileable apps by Shukang Zhou · 5 years ago
  4. 5cf7868 [adbwifi] Add A_STLS command. by Joshua Duong · 6 years ago
  5. 0b633d8 Remove leftover support for target-as-host by Kevin Brodsky · 6 years ago
  6. 8bde191 Enable "localfilesystem" UNIX domain socket for ADB. by Jason Jeremy Iman · 6 years ago
  7. 261569d adb: move fdevent to its own folder. am: 57e09b16ca by Josh Gao · 6 years ago
  8. 57e09b1 adb: move fdevent to its own folder. by Josh Gao · 6 years ago
  9. 7eeda6b Notify the framework when an adb key is authorized by Michael Groover · 6 years ago
  10. 25fe126 adb: Recognize rescue mode. by Tao Bao · 6 years ago
  11. 55d407e adb: Recognize rescue mode. by Tao Bao · 6 years ago
  12. aa4f31a adb: increment server version. by Josh Gao · 6 years ago
  13. 79797ec adb: tell the client what transport it received. by Josh Gao · 6 years ago
  14. 0ecc402 adb: switch host_service_to_socket to string_view. by Josh Gao · 6 years ago
  15. 769f853 adb: switch handle_host_request to string_view. by Josh Gao · 6 years ago
  16. 05626c1 Adding EXEC version of calling ABB. by Alex Buynytskyy · 6 years ago
  17. 74ccdf9 adb: convert more stuff to unique_fd. by Josh Gao · 7 years ago
  18. 640407d Adding Android Binder Bridge (abb) utility launched from adbd. by Alex Buynytskyy · 7 years ago
  19. d19b77a adb: finish switching service creation to string_view. by Josh Gao · 7 years ago
  20. e261541 adb: switch daemon_service_to_fd to string_view. by Josh Gao · 7 years ago
  21. 6eb7882 adbd: add source/sink services. by Josh Gao · 7 years ago
  22. 4f911e3 adb: switch version back to 40. by Josh Gao · 7 years ago
  23. 29814de Accept apex packages as argument. by Dario Freni · 7 years ago
  24. 4679a39 adb: rationalize fatal/error logging. by Elliott Hughes · 7 years ago
  25. 4039051 adb: clean up handle_host_request. by Josh Gao · 7 years ago
  26. 1906243 adb: move list-forward, kill-forward back into handle_forward_request. by Josh Gao · 7 years ago
  27. 997cfac adb: split daemon services out of service_to_fd. by Josh Gao · 7 years ago
  28. 56300c9 adb: fix register_socket_transport related double-closes. by Josh Gao · 7 years ago
  29. 095792c adb: Modernize the service creation by Luis Hector Chavez · 7 years ago
  30. d8a4c60 Simplify __attribute__((__printf__)) use. by Elliott Hughes · 7 years ago
  31. 704494b adb: add authorizing, connecting states to transport. by Josh Gao · 7 years ago
  32. 44899ee adb: fix `adb reverse` when adbd has multiple transports. by Josh Gao · 7 years ago
  33. 1ce9957 adb: switch apacket payload to a type that doesn't initialize its contents. by Josh Gao · 7 years ago
  34. dcc055a adb: delete vestigial SHELL_EXIT_NOTIFY_FD. by Josh Gao · 7 years ago
  35. f571fcb adb: switch apacket over to a std::string payload. by Josh Gao · 8 years ago
  36. 27cb7dc adb: switch asocket::enqueue to std::string. 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. 0a78cc1 adb: clang-format for adb.h and client/usb_windows.cpp by Mark Salyzyn · 8 years ago
  40. 4b5d4da adb: remove SendConnectOnHost. by Josh Gao · 8 years ago
  41. aaa90cf Merge "adb: Use kernel aio for functionfs." by Treehugger Robot · 8 years ago
  42. b122b17 adb: allow selection of a specific transport. by Josh Gao · 8 years ago
  43. ecee434 adb: Use kernel aio for functionfs. by Jerry Zhang · 8 years ago
  44. fd713e5 adb: wait for devices to come up instead of sleeping for 3s. by Josh Gao · 8 years ago
  45. b5e1141 adb: fix two device offline problems. by Yabin Cui · 8 years ago
  46. 5d1756c adb: add `adb host-features`, report libusb status. by Josh Gao · 8 years ago
  47. 2f8c60b adb: Set max socket sizes to larger values. by Jerry Zhang · 8 years ago
  48. 1c70e1b adb: add libusb implementation for Linux/Darwin. by Josh Gao · 9 years ago
  49. 183b73e adb: remove support for legacy f_adb interface. by Josh Gao · 9 years ago
  50. 5a1e3fd Revert "Revert "adb: extend sync protocol's stat support."" by Josh Gao · 9 years ago
  51. afa4b5d Revert "adb: extend sync protocol's stat support." by Josh Gao · 9 years ago
  52. d6d5c38 adb: extend sync protocol's stat support. by Josh Gao · 9 years ago
  53. 1197952 Fix adb flakiness on reboot by Lingfeng Yang · 9 years ago
  54. bd6c6eb Merge "Remove useless arguments from is_adb_interface." by Treehugger Robot · 9 years ago
  55. 30186df Remove useless arguments from is_adb_interface. by Josh Gao · 9 years ago
  56. 06d61d4 adb: rationalize types. by Josh Gao · 9 years ago
  57. 9c869b5 adb: allow use of arbitrary socket specs for command socket. by Josh Gao · 9 years ago
  58. 82ff315 Add android::base::GetExecutablePath, switch adb and fastboot over. by Elliott Hughes · 9 years ago
  59. 698e065 DO NOT MERGE: Split bugreport() into its own file and added unit tests. by Felipe Leme · 9 years ago
  60. b74c649 adb: retry connecting disconnected emulators instead of always looping. by Yabin Cui · 9 years ago
  61. eaae97e adb: support forwarding TCP port 0. by David Pursell · 9 years ago
  62. 057095d adb: bump the server version to 36. by Josh Gao · 9 years ago
  63. 56e9bb9 adb: tag fatal, fatal_errno with printf attribute. by Josh Gao · 10 years ago
  64. 1b708d3 Share the new adb USB diagnostic code with fastboot. by Elliott Hughes · 10 years ago
  65. 663e949 Merge "adb: add help text for USB permission errors." by David Pursell · 10 years ago
  66. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 10 years ago
  67. d2acbd1 adb: add help text for USB permission errors. by David Pursell · 10 years ago
  68. 65433da Avoid SIGPIPE in adb. by Elliott Hughes · 10 years ago
  69. 6fa848a use new cmd command by Todd Kennedy · 10 years ago
  70. 70ef7b4 adb: put legacy shell: service back in. by David Pursell · 10 years ago
  71. bbe3d21 adb: bump server version to prevent feature mismatch. by David Pursell · 10 years ago
  72. c1b1f6f Add unit tests for local socket. by Yabin Cui · 10 years ago
  73. 0955c66 adb: implement shell protocol. by David Pursell · 10 years ago
  74. 9f07f87 Merge "fatal and fatal_errno should be noreturn." by Elliott Hughes · 10 years ago
  75. 2f3342f fatal and fatal_errno should be noreturn. by Elliott Hughes · 10 years ago
  76. b329824 adb: clean up transport disconnect operations. by Yabin Cui · 10 years ago
  77. 1792c23 Add feature list to connection banner. by Dan Albert · 10 years ago
  78. 317acfb Merge "Remove confusing variable HOST." by Yabin Cui · 10 years ago
  79. 42ae260 Always include the adb version in the log. by Elliott Hughes · 10 years ago
  80. 661327e Remove confusing variable HOST. by Yabin Cui · 10 years ago
  81. 9f2d1a9 adb start-server: Use a separate fd for sending initial OK by Siva Velusamy · 10 years ago
  82. 381cfa9 Report getaddrinfo failures correctly. by Elliott Hughes · 10 years ago
  83. 3d2904c Increase size of the the adb packets sent over the wire by Tamas Berghammer · 10 years ago
  84. 947cb3e Remove subproc events when ADB_HOST. by Alex Vallée · 10 years ago
  85. 286bb6d Revert "Turn on -Wformat-nonliteral." by Dan Albert · 10 years ago
  86. 459df8f Turn on -Wformat-nonliteral. by Dan Albert · 10 years ago
  87. c7915a3 Make atransport be a real class. by Dan Albert · 10 years ago
  88. dcd78a1 Make connection states a proper type. by Dan Albert · 10 years ago
  89. c89e0cc Revert "Revert "Split adb_main.cpp into client and daemon."" by Dan Albert · 10 years ago
  90. 218dbcc Revert "Split adb_main.cpp into client and daemon." by Dan Albert · 10 years ago
  91. cf07494 Split adb_main.cpp into client and daemon. by Dan Albert · 10 years ago
  92. aee80fb Add some missing 'const's. by Elliott Hughes · 10 years ago
  93. 3bd73c1 Give enum types CamelCase names for clarity. by Elliott Hughes · 10 years ago
  94. e67f1f8 More adb buffer fixes. by Elliott Hughes · 10 years ago
  95. 6452a89 More fixed-length buffer removal. by Elliott Hughes · 10 years ago
  96. 2d4121c Remove extern "C" barriers to using C++. by Elliott Hughes · 10 years ago
  97. ec7a667 Revert "Revert "adb: support /oem partition"" by Elliott Hughes · 10 years ago
  98. bac3474 Move adb to C++. by Dan Albert · 10 years ago
  99. 7664901 Move transport declarations into transport.h. by Dan Albert · 10 years ago
  100. bd0b750 Move adb_main to its own file. by Dan Albert · 10 years ago