1. 5b5e7f2 adb: move fdevent to its own folder. am: b51193a16a by Josh Gao · 6 years ago
  2. b51193a adb: move fdevent to its own folder. by Josh Gao · 6 years ago
  3. 02b7427 Notify the framework when an adb key is authorized by Michael Groover · 6 years ago
  4. 81e9c42 adb: Recognize rescue mode. by Tao Bao · 6 years ago
  5. 9d6eca5 adb: Recognize rescue mode. by Tao Bao · 6 years ago
  6. 070e8ba adb: increment server version. by Josh Gao · 6 years ago
  7. b13f3cd adb: tell the client what transport it received. by Josh Gao · 6 years ago
  8. 0565ae0 adb: switch host_service_to_socket to string_view. by Josh Gao · 6 years ago
  9. cd30bb3 adb: switch handle_host_request to string_view. by Josh Gao · 6 years ago
  10. 4f3fa05 Adding EXEC version of calling ABB. by Alex Buynytskyy · 6 years ago
  11. c270596 adb: convert more stuff to unique_fd. by Josh Gao · 6 years ago
  12. ef34f01 Adding Android Binder Bridge (abb) utility launched from adbd. by Alex Buynytskyy · 6 years ago
  13. 6dbf579 adb: finish switching service creation to string_view. by Josh Gao · 6 years ago
  14. f0fa1e4 adb: switch daemon_service_to_fd to string_view. by Josh Gao · 6 years ago
  15. 3edf807 adbd: add source/sink services. by Josh Gao · 6 years ago
  16. 8496bf5 adb: switch version back to 40. by Josh Gao · 6 years ago
  17. dcb4c36 Accept apex packages as argument. by Dario Freni · 6 years ago
  18. e64126b adb: rationalize fatal/error logging. by Elliott Hughes · 6 years ago
  19. d306747 adb: clean up handle_host_request. by Josh Gao · 6 years ago
  20. dd655ec adb: move list-forward, kill-forward back into handle_forward_request. by Josh Gao · 6 years ago
  21. 5607e92 adb: split daemon services out of service_to_fd. by Josh Gao · 6 years ago
  22. fa3107e adb: fix register_socket_transport related double-closes. by Josh Gao · 6 years ago
  23. ce7a284 adb: Modernize the service creation by Luis Hector Chavez · 6 years ago
  24. 874c941 Simplify __attribute__((__printf__)) use. by Elliott Hughes · 7 years ago
  25. 7a7c5cb adb: add authorizing, connecting states to transport. by Josh Gao · 7 years ago
  26. ebc1c31 adb: fix `adb reverse` when adbd has multiple transports. by Josh Gao · 7 years ago
  27. cd2a529 adb: switch apacket payload to a type that doesn't initialize its contents. by Josh Gao · 7 years ago
  28. 887c850 adb: delete vestigial SHELL_EXIT_NOTIFY_FD. by Josh Gao · 7 years ago
  29. 839b932 adb: switch apacket over to a std::string payload. by Josh Gao · 7 years ago
  30. a7d9d71 adb: switch asocket::enqueue to std::string. by Josh Gao · 7 years ago
  31. 395b86a adb: extract atransport's connection interface. by Josh Gao · 7 years ago
  32. ee7b44d adb: disable checksum on new versions by Tim Murray · 7 years ago
  33. d4bf94d adb: clang-format for adb.h and client/usb_windows.cpp by Mark Salyzyn · 7 years ago
  34. ef704a1 adb: remove SendConnectOnHost. by Josh Gao · 8 years ago
  35. b4ef19c Merge "adb: Use kernel aio for functionfs." by Treehugger Robot · 7 years ago
  36. b39e415 adb: allow selection of a specific transport. by Josh Gao · 7 years ago
  37. a2cb8de adb: Use kernel aio for functionfs. by Jerry Zhang · 7 years ago
  38. 1e3bf73 adb: wait for devices to come up instead of sleeping for 3s. by Josh Gao · 8 years ago
  39. 3cf1b36 adb: fix two device offline problems. by Yabin Cui · 8 years ago
  40. 210b63f adb: add `adb host-features`, report libusb status. by Josh Gao · 8 years ago
  41. f0e239c adb: Set max socket sizes to larger values. by Jerry Zhang · 8 years ago
  42. b736692 adb: add libusb implementation for Linux/Darwin. by Josh Gao · 8 years ago
  43. 0dde9c8 adb: remove support for legacy f_adb interface. by Josh Gao · 8 years ago
  44. a2cf375 Revert "Revert "adb: extend sync protocol's stat support."" by Josh Gao · 8 years ago
  45. 31a96f7 Revert "adb: extend sync protocol's stat support." by Josh Gao · 8 years ago
  46. 25a992e adb: extend sync protocol's stat support. by Josh Gao · 8 years ago
  47. 5edb12b Fix adb flakiness on reboot by Lingfeng Yang · 8 years ago
  48. 0eb9093 Merge "Remove useless arguments from is_adb_interface." by Treehugger Robot · 8 years ago
  49. 08dda21 Remove useless arguments from is_adb_interface. by Josh Gao · 8 years ago
  50. 67ac379 adb: rationalize types. by Josh Gao · 8 years ago
  51. bb4f860 adb: allow use of arbitrary socket specs for command socket. by Josh Gao · 8 years ago
  52. 827a4a5 Add android::base::GetExecutablePath, switch adb and fastboot over. by Elliott Hughes · 8 years ago
  53. 042c351 DO NOT MERGE: Split bugreport() into its own file and added unit tests. by Felipe Leme · 8 years ago
  54. f401ead adb: retry connecting disconnected emulators instead of always looping. by Yabin Cui · 9 years ago
  55. 19d0c23 adb: support forwarding TCP port 0. by David Pursell · 9 years ago
  56. 7b78077 adb: bump the server version to 36. by Josh Gao · 9 years ago
  57. 2930cdc adb: tag fatal, fatal_errno with printf attribute. by Josh Gao · 9 years ago
  58. 7009749 Share the new adb USB diagnostic code with fastboot. by Elliott Hughes · 9 years ago
  59. aafa096 Merge "adb: add help text for USB permission errors." by David Pursell · 9 years ago
  60. f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  61. 6e5c7eb adb: add help text for USB permission errors. by David Pursell · 9 years ago
  62. 4919c17 Avoid SIGPIPE in adb. by Elliott Hughes · 9 years ago
  63. 1e2f7dc use new cmd command by Todd Kennedy · 9 years ago
  64. 22fc5e9 adb: put legacy shell: service back in. by David Pursell · 9 years ago
  65. 6d5fad3 adb: bump server version to prevent feature mismatch. by David Pursell · 9 years ago
  66. 2ce9d56 Add unit tests for local socket. by Yabin Cui · 9 years ago
  67. 8da19a4 adb: implement shell protocol. by David Pursell · 9 years ago
  68. 5fea491 Merge "fatal and fatal_errno should be noreturn." by Elliott Hughes · 9 years ago
  69. dd01a37 fatal and fatal_errno should be noreturn. by Elliott Hughes · 9 years ago
  70. 2d4c198 adb: clean up transport disconnect operations. by Yabin Cui · 9 years ago
  71. be8e54b Add feature list to connection banner. by Dan Albert · 10 years ago
  72. 3b1a373 Merge "Remove confusing variable HOST." by Yabin Cui · 9 years ago
  73. b9f0164 Always include the adb version in the log. by Elliott Hughes · 9 years ago
  74. 5fe6d0d Remove confusing variable HOST. by Yabin Cui · 9 years ago
  75. a55dbd8 adb start-server: Use a separate fd for sending initial OK by Siva Velusamy · 9 years ago
  76. 43df109 Report getaddrinfo failures correctly. by Elliott Hughes · 9 years ago
  77. a1c60c0 Increase size of the the adb packets sent over the wire by Tamas Berghammer · 10 years ago
  78. 436fa6b Remove subproc events when ADB_HOST. by Alex Vallée · 10 years ago
  79. 3d978e6 Revert "Turn on -Wformat-nonliteral." by Dan Albert · 10 years ago
  80. 7d8fc46 Turn on -Wformat-nonliteral. by Dan Albert · 10 years ago
  81. ecce503 Make atransport be a real class. by Dan Albert · 10 years ago
  82. 9a50f4c Make connection states a proper type. by Dan Albert · 10 years ago
  83. 53a3744 Revert "Revert "Split adb_main.cpp into client and daemon."" by Dan Albert · 10 years ago
  84. 151f488 Revert "Split adb_main.cpp into client and daemon." by Dan Albert · 10 years ago
  85. ad87c02 Split adb_main.cpp into client and daemon. by Dan Albert · 10 years ago
  86. 9d07fee Add some missing 'const's. by Elliott Hughes · 10 years ago
  87. 3aec2ba Give enum types CamelCase names for clarity. by Elliott Hughes · 10 years ago
  88. 88b4c85 More adb buffer fixes. by Elliott Hughes · 10 years ago
  89. da94581 More fixed-length buffer removal. by Elliott Hughes · 10 years ago
  90. fe7ff81 Remove extern "C" barriers to using C++. by Elliott Hughes · 10 years ago
  91. dedf767 Revert "Revert "adb: support /oem partition"" by Elliott Hughes · 10 years ago
  92. f30d73c Move adb to C++. by Dan Albert · 10 years ago
  93. b302d12 Move transport declarations into transport.h. by Dan Albert · 10 years ago
  94. 432ffe2 Move adb_main to its own file. by Dan Albert · 10 years ago
  95. 056ad0e Move the adb auth code into its own file. by Dan Albert · 10 years ago
  96. 07c7881 Add extern "C" to all the adb headers. by Dan Albert · 10 years ago
  97. bbbbea6 Begin moving code from adb to libadb. by Dan Albert · 10 years ago
  98. 5638a1a Fix disable-verity when the underlying block device is RO by Sami Tolvanen · 10 years ago
  99. 8ba2b02 Add adb enable-verity by Paul Lawrence · 10 years ago
  100. 5f35648 Revert "Revert "Enable verity on userdebug, and add disable-verity to adb"" by Paul Lawrence · 10 years ago