1. d306747 adb: clean up handle_host_request. by Josh Gao · 6 years ago
  2. dd655ec adb: move list-forward, kill-forward back into handle_forward_request. by Josh Gao · 6 years ago
  3. 5607e92 adb: split daemon services out of service_to_fd. by Josh Gao · 6 years ago
  4. fa3107e adb: fix register_socket_transport related double-closes. by Josh Gao · 6 years ago
  5. ce7a284 adb: Modernize the service creation by Luis Hector Chavez · 6 years ago
  6. 874c941 Simplify __attribute__((__printf__)) use. by Elliott Hughes · 6 years ago
  7. 7a7c5cb adb: add authorizing, connecting states to transport. by Josh Gao · 6 years ago
  8. ebc1c31 adb: fix `adb reverse` when adbd has multiple transports. by Josh Gao · 6 years ago
  9. cd2a529 adb: switch apacket payload to a type that doesn't initialize its contents. by Josh Gao · 7 years ago
  10. 887c850 adb: delete vestigial SHELL_EXIT_NOTIFY_FD. by Josh Gao · 7 years ago
  11. 839b932 adb: switch apacket over to a std::string payload. by Josh Gao · 7 years ago
  12. a7d9d71 adb: switch asocket::enqueue to std::string. by Josh Gao · 7 years ago
  13. 395b86a adb: extract atransport's connection interface. by Josh Gao · 7 years ago
  14. ee7b44d adb: disable checksum on new versions by Tim Murray · 7 years ago
  15. d4bf94d adb: clang-format for adb.h and client/usb_windows.cpp by Mark Salyzyn · 7 years ago
  16. ef704a1 adb: remove SendConnectOnHost. by Josh Gao · 7 years ago
  17. b4ef19c Merge "adb: Use kernel aio for functionfs." by Treehugger Robot · 7 years ago
  18. b39e415 adb: allow selection of a specific transport. by Josh Gao · 7 years ago
  19. a2cb8de adb: Use kernel aio for functionfs. by Jerry Zhang · 7 years ago
  20. 1e3bf73 adb: wait for devices to come up instead of sleeping for 3s. by Josh Gao · 7 years ago
  21. 3cf1b36 adb: fix two device offline problems. by Yabin Cui · 8 years ago
  22. 210b63f adb: add `adb host-features`, report libusb status. by Josh Gao · 8 years ago
  23. f0e239c adb: Set max socket sizes to larger values. by Jerry Zhang · 8 years ago
  24. b736692 adb: add libusb implementation for Linux/Darwin. by Josh Gao · 8 years ago
  25. 0dde9c8 adb: remove support for legacy f_adb interface. by Josh Gao · 8 years ago
  26. a2cf375 Revert "Revert "adb: extend sync protocol's stat support."" by Josh Gao · 8 years ago
  27. 31a96f7 Revert "adb: extend sync protocol's stat support." by Josh Gao · 8 years ago
  28. 25a992e adb: extend sync protocol's stat support. by Josh Gao · 8 years ago
  29. 5edb12b Fix adb flakiness on reboot by Lingfeng Yang · 8 years ago
  30. 0eb9093 Merge "Remove useless arguments from is_adb_interface." by Treehugger Robot · 8 years ago
  31. 08dda21 Remove useless arguments from is_adb_interface. by Josh Gao · 8 years ago
  32. 67ac379 adb: rationalize types. by Josh Gao · 8 years ago
  33. bb4f860 adb: allow use of arbitrary socket specs for command socket. by Josh Gao · 8 years ago
  34. 827a4a5 Add android::base::GetExecutablePath, switch adb and fastboot over. by Elliott Hughes · 8 years ago
  35. 042c351 DO NOT MERGE: Split bugreport() into its own file and added unit tests. by Felipe Leme · 8 years ago
  36. f401ead adb: retry connecting disconnected emulators instead of always looping. by Yabin Cui · 8 years ago
  37. 19d0c23 adb: support forwarding TCP port 0. by David Pursell · 8 years ago
  38. 7b78077 adb: bump the server version to 36. by Josh Gao · 8 years ago
  39. 2930cdc adb: tag fatal, fatal_errno with printf attribute. by Josh Gao · 9 years ago
  40. 7009749 Share the new adb USB diagnostic code with fastboot. by Elliott Hughes · 9 years ago
  41. aafa096 Merge "adb: add help text for USB permission errors." by David Pursell · 9 years ago
  42. f55ead9 Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  43. 6e5c7eb adb: add help text for USB permission errors. by David Pursell · 9 years ago
  44. 4919c17 Avoid SIGPIPE in adb. by Elliott Hughes · 9 years ago
  45. 1e2f7dc use new cmd command by Todd Kennedy · 9 years ago
  46. 22fc5e9 adb: put legacy shell: service back in. by David Pursell · 9 years ago
  47. 6d5fad3 adb: bump server version to prevent feature mismatch. by David Pursell · 9 years ago
  48. 2ce9d56 Add unit tests for local socket. by Yabin Cui · 9 years ago
  49. 8da19a4 adb: implement shell protocol. by David Pursell · 9 years ago
  50. 5fea491 Merge "fatal and fatal_errno should be noreturn." by Elliott Hughes · 9 years ago
  51. dd01a37 fatal and fatal_errno should be noreturn. by Elliott Hughes · 9 years ago
  52. 2d4c198 adb: clean up transport disconnect operations. by Yabin Cui · 9 years ago
  53. be8e54b Add feature list to connection banner. by Dan Albert · 9 years ago
  54. 3b1a373 Merge "Remove confusing variable HOST." by Yabin Cui · 9 years ago
  55. b9f0164 Always include the adb version in the log. by Elliott Hughes · 9 years ago
  56. 5fe6d0d Remove confusing variable HOST. by Yabin Cui · 9 years ago
  57. a55dbd8 adb start-server: Use a separate fd for sending initial OK by Siva Velusamy · 9 years ago
  58. 43df109 Report getaddrinfo failures correctly. by Elliott Hughes · 9 years ago
  59. a1c60c0 Increase size of the the adb packets sent over the wire by Tamas Berghammer · 9 years ago
  60. 436fa6b Remove subproc events when ADB_HOST. by Alex Vallée · 9 years ago
  61. 3d978e6 Revert "Turn on -Wformat-nonliteral." by Dan Albert · 9 years ago
  62. 7d8fc46 Turn on -Wformat-nonliteral. by Dan Albert · 9 years ago
  63. ecce503 Make atransport be a real class. by Dan Albert · 9 years ago
  64. 9a50f4c Make connection states a proper type. by Dan Albert · 9 years ago
  65. 53a3744 Revert "Revert "Split adb_main.cpp into client and daemon."" by Dan Albert · 9 years ago
  66. 151f488 Revert "Split adb_main.cpp into client and daemon." by Dan Albert · 9 years ago
  67. ad87c02 Split adb_main.cpp into client and daemon. by Dan Albert · 9 years ago
  68. 9d07fee Add some missing 'const's. by Elliott Hughes · 9 years ago
  69. 3aec2ba Give enum types CamelCase names for clarity. by Elliott Hughes · 9 years ago
  70. 88b4c85 More adb buffer fixes. by Elliott Hughes · 9 years ago
  71. da94581 More fixed-length buffer removal. by Elliott Hughes · 9 years ago
  72. fe7ff81 Remove extern "C" barriers to using C++. by Elliott Hughes · 9 years ago
  73. dedf767 Revert "Revert "adb: support /oem partition"" by Elliott Hughes · 10 years ago
  74. f30d73c Move adb to C++. by Dan Albert · 10 years ago
  75. b302d12 Move transport declarations into transport.h. by Dan Albert · 10 years ago
  76. 432ffe2 Move adb_main to its own file. by Dan Albert · 10 years ago
  77. 056ad0e Move the adb auth code into its own file. by Dan Albert · 10 years ago
  78. 07c7881 Add extern "C" to all the adb headers. by Dan Albert · 10 years ago
  79. bbbbea6 Begin moving code from adb to libadb. by Dan Albert · 10 years ago
  80. 5638a1a Fix disable-verity when the underlying block device is RO by Sami Tolvanen · 10 years ago
  81. 8ba2b02 Add adb enable-verity by Paul Lawrence · 10 years ago
  82. 5f35648 Revert "Revert "Enable verity on userdebug, and add disable-verity to adb"" by Paul Lawrence · 10 years ago
  83. 1be5462 Add more debug information. by leozwang · 10 years ago
  84. 74ca428 Kill HAVE_BIG_ENDIAN, HAVE_ENDIAN_H, and HAVE_LITTLE_ENDIAN. by Elliott Hughes · 10 years ago
  85. f25a6a4 Consolidate adb trace macro defines into its own header file. by leozwang · 10 years ago
  86. 434ee70 Redirect debug output to logcat. by leozwang · 10 years ago
  87. bcad29f add sideload-host mode to adb by Doug Zongker · 10 years ago
  88. a561272 Merge "Add "exec" service: shell commands with no pty." by Jeff Sharkey · 10 years ago
  89. c52ec1a Add "exec" service: shell commands with no pty. by Jeff Sharkey · 10 years ago
  90. 963a449 adb: implement "adb reverse <local> <remote>" by David 'Digit' Turner · 12 years ago
  91. ea06716 adb: deprecate legacy log service interface by Mark Salyzyn · 11 years ago
  92. edc991d am d036e661: am a0ce4e28: am 2c3e8e0c: am 67cb61ee: Merge "adb: Check sender\'s socket id when receiving packets." by Nick Kralevich · 11 years ago
  93. e92344d adb: Check sender's socket id when receiving packets. by David 'Digit' Turner · 11 years ago
  94. 0eb6a12 adb: deprecate legacy log service interface by Mark Salyzyn · 11 years ago
  95. 3f9f9ce adb: Handle adb connect in a thread by Benoit Goby · 12 years ago
  96. 12dc369 adb: Cleanup dead code by Benoit Goby · 12 years ago
  97. cb37c50 adb: Create private key with 0600 mode by Benoit Goby · 12 years ago
  98. 2cc19e4 adb: Add public key authentification by Benoit Goby · 12 years ago
  99. a644e93 Revert "adb: Add public key authentification" by Benoit Goby · 12 years ago
  100. 9efeeae adb: Add public key authentification by Benoit Goby · 12 years ago