1. 6410fd2 Merge "adb: switch install to unique_fd." by Treehugger Robot · 6 years ago
  2. e5f61a9 Merge "Admit that there's more `adb install` help available." by Treehugger Robot · 6 years ago
  3. 61f872f adb: switch install to unique_fd. by Josh Gao · 6 years ago
  4. 0d4bf80 Admit that there's more `adb install` help available. by Elliott Hughes · 6 years ago
  5. dc58b0a Adds atomic install support to adb by Patrick Baumann · 6 years ago
  6. afd3dfe Merge "Only set mdns_registered on success" by Josh Gao · 6 years ago
  7. 22a8462 Merge "adbd: Automatically disable verity in adb remount." by David Anderson · 6 years ago
  8. 965286c Only set mdns_registered on success by Gustav Svensson · 6 years ago
  9. 640407d Adding Android Binder Bridge (abb) utility launched from adbd. by Alex Buynytskyy · 6 years ago
  10. 6bd16b1 adbd: strip nulls from all service strings. by Josh Gao · 6 years ago
  11. d0fa13e adb: switch connect_to_remote to string_view. by Josh Gao · 6 years ago
  12. bd76720 adb: switch skip_host_serial to string_view. by Josh Gao · 6 years ago
  13. 3add0c4 adb: add stroll equivalent for string_view. by Josh Gao · 6 years ago
  14. d19b77a adb: finish switching service creation to string_view. by Josh Gao · 6 years ago
  15. 9dd1f5c adb: switch socket spec to string_view. by Josh Gao · 6 years ago
  16. e261541 adb: switch daemon_service_to_fd to string_view. by Josh Gao · 6 years ago
  17. 5021cfc adb: switch usb_linux helper to string_view. by Josh Gao · 6 years ago
  18. 0f29cbc adb: switch unix_open to string_view. by Josh Gao · 6 years ago
  19. a9e7948 Minor refactor to support strings with embedded zeros. by Alex Buynytskyy · 6 years ago
  20. a5db1d7 adbd: Automatically disable verity in adb remount. by David Anderson · 6 years ago
  21. 17d4171 Merge "Change --fastdeploy behaviour" by Treehugger Robot · 6 years ago
  22. ee01c80 Change --fastdeploy behaviour by Henry Daitx · 6 years ago
  23. 78f94a3 Merge changes I042f25f8,I973f42c5,Icb4acea5 by Josh Gao · 6 years ago
  24. 6eb7882 adbd: add source/sink services. by Josh Gao · 6 years ago
  25. e89a55d adb: make `adb raw` bidirectional. by Josh Gao · 6 years ago
  26. ce5ce87 adb: remove incorrect use of RTTI. by Josh Gao · 6 years ago
  27. fe3becb Merge "Fix performance-for-range-copy warnings" by Treehugger Robot · 6 years ago
  28. 23319eb Start using new C++ Fstab class widely by Tom Cherry · 6 years ago
  29. 1b7b797 Fix performance-for-range-copy warnings by Chih-Hung Hsieh · 6 years ago
  30. bcc2d60 Merge "Removes ASEC-related install flags" by Treehugger Robot · 6 years ago
  31. 2443944 Removes ASEC-related install flags by Patrick Baumann · 6 years ago
  32. f21edf3 Fix adb not correctly reading return code from DeployAgent by Henry Daitx · 6 years ago
  33. 46d19d3 Merge "adb: fix authentication when reconnecting." by Treehugger Robot · 6 years ago
  34. 239245f Merge "Enable the APEX support on the device side." by Treehugger Robot · 6 years ago
  35. 4414e4c adb: fix authentication when reconnecting. by Josh Gao · 6 years ago
  36. a7f54b1 Merge "C++17 is the default now." by Treehugger Robot · 6 years ago
  37. 7174ec8 Merge "Revert "Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE."""" by Jaewoong Jung · 6 years ago
  38. 3c59cb8 C++17 is the default now. by Elliott Hughes · 6 years ago
  39. 919b70c Enable the APEX support on the device side. by Josh Gao · 6 years ago
  40. fafd211 Merge "Fix fastdeploy issues when testing Boat Attack Unity3D demo" by Idries Hamadi · 6 years ago
  41. 0e55778 Revert "Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE.""" by Jaewoong Jung · 6 years ago
  42. 49cdcfd Fix fastdeploy issues when testing Boat Attack Unity3D demo by Idries Hamadi · 6 years ago
  43. 484f88b Add OWNERS file to fastdeploy so idries@ can approve changes by Idries Hamadi · 6 years ago
  44. fa10504 Merge "adb: stop using adbkey.pub." by Treehugger Robot · 6 years ago
  45. 3f439a7 Switch from dist-for-goals to dist in Android.bp by Dan Willemsen · 6 years ago
  46. 0e0f818 logical -> dynamic partitions. by Yifan Hong · 6 years ago
  47. 2dc4cab adb: stop using adbkey.pub. by Josh Gao · 6 years ago
  48. 9f1cf25 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 6 years ago
  49. 1289e1e Revert "adb: make benchmarks build on the host." by Josh Gao · 6 years ago
  50. bc4dbfa adb: fix NonblockingFdConnection's behavior with large writes. by Josh Gao · 6 years ago
  51. 10d079a adb: fix zero-initialization in Block. by Josh Gao · 6 years ago
  52. 80dd70d adb: make benchmarks build on the host. by Josh Gao · 6 years ago
  53. 68b5d0c adb: flush stderr after logging on Windows. by Josh Gao · 6 years ago
  54. cd85556 adb: libusb: don't set interface alternate setting. by Josh Gao · 6 years ago
  55. 6a08b2c Merge "adb: pin USB interface versions on darwin." by Josh Gao · 6 years ago
  56. b35ee22 adb: pin USB interface versions on darwin. by Josh Gao · 6 years ago
  57. 9c27dde Merge "adb: switch version back to 40." by Josh Gao · 6 years ago
  58. beb4cb8 adb: overlayfs failed to remount /system by Mark Salyzyn · 6 years ago
  59. 15e1b3b Merge "adbd: Fix adb remount when switching roots during first-stage init." by David Anderson · 6 years ago
  60. c728550 Merge "Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE.""" by Jaewoong Jung · 6 years ago
  61. 1272e7a Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE."" by Jaewoong Jung · 6 years ago
  62. d465c7e Merge "Revert "adb: append the libwinpthread COPYING to adb's NOTICE."" by Jaewoong Jung · 6 years ago
  63. 6374076 Revert "adb: append the libwinpthread COPYING to adb's NOTICE." by Jaewoong Jung · 6 years ago
  64. 4f911e3 adb: switch version back to 40. by Josh Gao · 6 years ago
  65. 09faa66 adb: print emulator console output by bohu · 6 years ago
  66. 02ef4bb adb install-multiple to also accept .fsv_sig by Victor Hsieh · 6 years ago
  67. bb1efbd adbd: Fix adb remount when switching roots during first-stage init. by David Anderson · 6 years ago
  68. 9b6da16 Merge "adb: Use a default _SC_GETPW_R_SIZE_MAX size" by Treehugger Robot · 6 years ago
  69. 88c997d adb: Use a default _SC_GETPW_R_SIZE_MAX size by Robert Yang · 6 years ago
  70. ea0c3cb adb: correct tcpip help message by bohu · 6 years ago
  71. fb08510 Add feature flag for b/110953234 fix. by Josh Gao · 6 years ago
  72. 29814de Accept apex packages as argument. by Dario Freni · 6 years ago
  73. 33eb652 Merge "adb: don't use <error.h>." by Treehugger Robot · 6 years ago
  74. d2aaede adb: don't use <error.h>. by Elliott Hughes · 6 years ago
  75. f5518d0 Merge "adb: set main thread in transport tests." by Josh Gao · 6 years ago
  76. 95a3916 Merge changes I9b77c105,I0b369d16,I59602c20,Iae4f3d55 by Josh Gao · 6 years ago
  77. c51726c adbd: implement a nonblocking USB Connection. by Josh Gao · 6 years ago
  78. 7badb33 adb: set main thread in transport tests. by Josh Gao · 6 years ago
  79. 4679a39 adb: rationalize fatal/error logging. by Elliott Hughes · 6 years ago
  80. 61e9e39 adbd: rename daemon/usb.cpp to daemon/usb_legacy.cpp. by Josh Gao · 6 years ago
  81. d506dac adbd: open functionfs ep0 as O_RDWR. by Josh Gao · 6 years ago
  82. 613cbb4 adbd: extract functionfs fd creation. by Josh Gao · 6 years ago
  83. 321a60f Merge changes Ic8d22016,I3e15296e,Ie275e22c by Treehugger Robot · 6 years ago
  84. f2eaefe Merge "test_adb.py: silence ResourceWarning." by Josh Gao · 6 years ago
  85. 42c8672 test_adb.py: silence ResourceWarning. by Josh Gao · 6 years ago
  86. 6c060cf adb: improve benchmark script a bit. by Josh Gao · 6 years ago
  87. 99d3d70 adb: extract helper for dumping a packet header. by Josh Gao · 6 years ago
  88. 560a547 adbd: turn on -Wthread-safety. by Josh Gao · 6 years ago
  89. 618f0e1 Add adb_integration_test_device to general-tests by Julien Desprez · 6 years ago
  90. 58d5906 Merge "Revert "adb: don't close sockets before hitting EOF."" by Josh Gao · 6 years ago
  91. faf1328 Revert "adb: don't close sockets before hitting EOF." by Josh Gao · 6 years ago
  92. 11cbf7d Merge "adb: add reboot-fastboot command" by Treehugger Robot · 6 years ago
  93. d8e94bd adb: add reboot-fastboot command by Mark Salyzyn · 6 years ago
  94. a2ccce8 Merge changes from topic "windows-libcxx" by Pirama Arumuga Nainar · 6 years ago
  95. 86554e9 Merge "Reverted aapt dependency to be a dependency on libandroidfw" by Idries Hamadi · 6 years ago
  96. 2185d8c Merge "adb: don't close sockets before hitting EOF." by Josh Gao · 6 years ago
  97. 3614b39 Merge "adb: identical symlink, do not update" by Treehugger Robot · 6 years ago
  98. f3186de Merge changes Ia4244757,Ibcdf69d9 by Josh Gao · 6 years ago
  99. 376e3cb adb: identical symlink, do not update by Mark Salyzyn · 6 years ago
  100. 15dcc62 adbd: clean up jdwp service a bit. by Josh Gao · 6 years ago