1. 4af6e4f Make daemon resilient to unbound bulk transfer by Fabien Sanglard · 1 year, 6 months ago
  2. ce2026f Fix reuse-after-free upon claim interface (libusb) by Fabien Sanglard · 1 year, 6 months ago
  3. e1caf9e Refactor/Split local_init into emu/server_socket by Fabien Sanglard · 1 year, 6 months ago
  4. 01cbbf5 Refactor local -> emulator by Fabien Sanglard · 1 year, 6 months ago
  5. 1bacec0 Simplify default port handling by Fabien Sanglard · 1 year, 6 months ago
  6. d461061 Code cleanup by Fabien Sanglard · 1 year, 7 months ago
  7. a8ab5ce Pedantry: even modern C doesn't need (void) any more. by Elliott Hughes · 1 year, 9 months ago
  8. d0db47d adb: Add interface to support adb over DbC by Nataraj Deshpande · 3 years, 1 month ago
  9. d0ce71b Add missing <functional> include for std::function by Ryan Prichard · 2 years, 9 months ago
  10. cf7f5f9 Re-launch adb server with one-device option. by Meghna Chaudhary · 2 years, 11 months ago
  11. 3331d89 ADB: Simplify jdwp connection management by Fabien Sanglard · 3 years, 4 months ago
  12. 5ec6fda ADB: Document ConnectionState by Fabien Sanglard · 3 years, 8 months ago
  13. bd1f300 adb: add receive windowing. by Josh Gao · 4 years, 3 months ago
  14. 5703eb3 adb --one-device feature. by Vince Harron · 4 years, 5 months ago
  15. 6256d99 Add test for ConnectionState to_string. by Josh Gao · 4 years, 11 months ago
  16. 8e7c972 Add attach/detach support to libusb backend. by Josh Gao · 4 years, 10 months ago
  17. bea8f3c adb: add option to disable kill-server. by Josh Gao · 6 years ago
  18. 6b55e75 Move adbd's legacy USB implementation to fastboot. by Josh Gao · 6 years ago
  19. 420ad55 "track-app" service showing debuggable/profileable apps by Shukang Zhou · 6 years ago
  20. 64fab75 [adbwifi] Add A_STLS command. by Joshua Duong · 6 years ago
  21. ba73ecb Remove leftover support for target-as-host by Kevin Brodsky · 6 years ago
  22. 8461387 Enable "localfilesystem" UNIX domain socket for ADB. by Jason Jeremy Iman · 7 years ago
  23. 5b5e7f2 adb: move fdevent to its own folder. am: b51193a16a by Josh Gao · 7 years ago
  24. b51193a adb: move fdevent to its own folder. by Josh Gao · 7 years ago
  25. 02b7427 Notify the framework when an adb key is authorized by Michael Groover · 7 years ago
  26. 81e9c42 adb: Recognize rescue mode. by Tao Bao · 7 years ago
  27. 9d6eca5 adb: Recognize rescue mode. by Tao Bao · 7 years ago
  28. 070e8ba adb: increment server version. by Josh Gao · 7 years ago
  29. b13f3cd adb: tell the client what transport it received. by Josh Gao · 7 years ago
  30. 0565ae0 adb: switch host_service_to_socket to string_view. by Josh Gao · 7 years ago
  31. cd30bb3 adb: switch handle_host_request to string_view. by Josh Gao · 7 years ago
  32. 4f3fa05 Adding EXEC version of calling ABB. by Alex Buynytskyy · 7 years ago
  33. c270596 adb: convert more stuff to unique_fd. by Josh Gao · 7 years ago
  34. ef34f01 Adding Android Binder Bridge (abb) utility launched from adbd. by Alex Buynytskyy · 7 years ago
  35. 6dbf579 adb: finish switching service creation to string_view. by Josh Gao · 7 years ago
  36. f0fa1e4 adb: switch daemon_service_to_fd to string_view. by Josh Gao · 7 years ago
  37. 3edf807 adbd: add source/sink services. by Josh Gao · 7 years ago
  38. 8496bf5 adb: switch version back to 40. by Josh Gao · 7 years ago
  39. dcb4c36 Accept apex packages as argument. by Dario Freni · 8 years ago
  40. e64126b adb: rationalize fatal/error logging. by Elliott Hughes · 7 years ago
  41. d306747 adb: clean up handle_host_request. by Josh Gao · 8 years ago
  42. dd655ec adb: move list-forward, kill-forward back into handle_forward_request. by Josh Gao · 8 years ago
  43. 5607e92 adb: split daemon services out of service_to_fd. by Josh Gao · 8 years ago
  44. fa3107e adb: fix register_socket_transport related double-closes. by Josh Gao · 8 years ago
  45. ce7a284 adb: Modernize the service creation by Luis Hector Chavez · 8 years ago
  46. 874c941 Simplify __attribute__((__printf__)) use. by Elliott Hughes · 8 years ago
  47. 7a7c5cb adb: add authorizing, connecting states to transport. by Josh Gao · 8 years ago
  48. ebc1c31 adb: fix `adb reverse` when adbd has multiple transports. by Josh Gao · 8 years ago
  49. cd2a529 adb: switch apacket payload to a type that doesn't initialize its contents. by Josh Gao · 8 years ago
  50. 887c850 adb: delete vestigial SHELL_EXIT_NOTIFY_FD. by Josh Gao · 8 years ago
  51. 839b932 adb: switch apacket over to a std::string payload. by Josh Gao · 8 years ago
  52. a7d9d71 adb: switch asocket::enqueue to std::string. by Josh Gao · 8 years ago
  53. 395b86a adb: extract atransport's connection interface. by Josh Gao · 8 years ago
  54. ee7b44d adb: disable checksum on new versions by Tim Murray · 8 years ago
  55. d4bf94d adb: clang-format for adb.h and client/usb_windows.cpp by Mark Salyzyn · 9 years ago
  56. ef704a1 adb: remove SendConnectOnHost. by Josh Gao · 9 years ago
  57. b4ef19c Merge "adb: Use kernel aio for functionfs." by Treehugger Robot · 9 years ago
  58. b39e415 adb: allow selection of a specific transport. by Josh Gao · 9 years ago
  59. a2cb8de adb: Use kernel aio for functionfs. by Jerry Zhang · 9 years ago
  60. 1e3bf73 adb: wait for devices to come up instead of sleeping for 3s. by Josh Gao · 9 years ago
  61. 3cf1b36 adb: fix two device offline problems. by Yabin Cui · 9 years ago
  62. 210b63f adb: add `adb host-features`, report libusb status. by Josh Gao · 9 years ago
  63. f0e239c adb: Set max socket sizes to larger values. by Jerry Zhang · 9 years ago
  64. b736692 adb: add libusb implementation for Linux/Darwin. by Josh Gao · 10 years ago
  65. 0dde9c8 adb: remove support for legacy f_adb interface. by Josh Gao · 9 years ago
  66. a2cf375 Revert "Revert "adb: extend sync protocol's stat support."" by Josh Gao · 9 years ago
  67. 31a96f7 Revert "adb: extend sync protocol's stat support." by Josh Gao · 9 years ago
  68. 25a992e adb: extend sync protocol's stat support. by Josh Gao · 9 years ago
  69. 5edb12b Fix adb flakiness on reboot by Lingfeng Yang · 9 years ago
  70. 0eb9093 Merge "Remove useless arguments from is_adb_interface." by Treehugger Robot · 9 years ago
  71. 08dda21 Remove useless arguments from is_adb_interface. by Josh Gao · 10 years ago
  72. 67ac379 adb: rationalize types. by Josh Gao · 9 years ago
  73. bb4f860 adb: allow use of arbitrary socket specs for command socket. by Josh Gao · 10 years ago
  74. 827a4a5 Add android::base::GetExecutablePath, switch adb and fastboot over. by Elliott Hughes · 10 years ago
  75. 042c351 DO NOT MERGE: Split bugreport() into its own file and added unit tests. by Felipe Leme · 10 years ago
  76. f401ead adb: retry connecting disconnected emulators instead of always looping. by Yabin Cui · 10 years ago
  77. 19d0c23 adb: support forwarding TCP port 0. by David Pursell · 10 years ago
  78. 7b78077 adb: bump the server version to 36. by Josh Gao · 10 years ago
  79. 2930cdc adb: tag fatal, fatal_errno with printf attribute. by Josh Gao · 10 years ago
  80. 7009749 Share the new adb USB diagnostic code with fastboot. by Elliott Hughes · 10 years ago
  81. aafa096 Merge "adb: add help text for USB permission errors." by David Pursell · 10 years ago
  82. f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 10 years ago
  83. 6e5c7eb adb: add help text for USB permission errors. by David Pursell · 10 years ago
  84. 4919c17 Avoid SIGPIPE in adb. by Elliott Hughes · 10 years ago
  85. 1e2f7dc use new cmd command by Todd Kennedy · 10 years ago
  86. 22fc5e9 adb: put legacy shell: service back in. by David Pursell · 11 years ago
  87. 6d5fad3 adb: bump server version to prevent feature mismatch. by David Pursell · 11 years ago
  88. 2ce9d56 Add unit tests for local socket. by Yabin Cui · 11 years ago
  89. 8da19a4 adb: implement shell protocol. by David Pursell · 11 years ago
  90. 5fea491 Merge "fatal and fatal_errno should be noreturn." by Elliott Hughes · 11 years ago
  91. dd01a37 fatal and fatal_errno should be noreturn. by Elliott Hughes · 11 years ago
  92. 2d4c198 adb: clean up transport disconnect operations. by Yabin Cui · 11 years ago
  93. be8e54b Add feature list to connection banner. by Dan Albert · 11 years ago
  94. 3b1a373 Merge "Remove confusing variable HOST." by Yabin Cui · 11 years ago
  95. b9f0164 Always include the adb version in the log. by Elliott Hughes · 11 years ago
  96. 5fe6d0d Remove confusing variable HOST. by Yabin Cui · 11 years ago
  97. a55dbd8 adb start-server: Use a separate fd for sending initial OK by Siva Velusamy · 11 years ago
  98. 43df109 Report getaddrinfo failures correctly. by Elliott Hughes · 11 years ago
  99. a1c60c0 Increase size of the the adb packets sent over the wire by Tamas Berghammer · 11 years ago
  100. 436fa6b Remove subproc events when ADB_HOST. by Alex Vallée · 11 years ago