1. 331a908 Combine tcp_connect and socket_spec_connect. by Cody Schuffelen · 7 years ago
  2. 907ef68 Multi-package support for APEX. by Dario Freni · 7 years ago
  3. 9427239 Merge "adb: switch install to unique_fd." by Treehugger Robot · 7 years ago
  4. 504b87f Merge "Admit that there's more `adb install` help available." by Treehugger Robot · 7 years ago
  5. 318fd3a Merge "Adds atomic install support to adb" by Treehugger Robot · 7 years ago
  6. b915597 adb: switch install to unique_fd. by Josh Gao · 7 years ago
  7. f8a4104 Admit that there's more `adb install` help available. by Elliott Hughes · 7 years ago
  8. 810ee9b Adds atomic install support to adb by Patrick Baumann · 7 years ago
  9. e0f55ad Merge "Only set mdns_registered on success" by Josh Gao · 7 years ago
  10. 307c3e4 Merge "adbd: Automatically disable verity in adb remount." by David Anderson · 7 years ago
  11. 482cc8c Only set mdns_registered on success by Gustav Svensson · 7 years ago
  12. ef34f01 Adding Android Binder Bridge (abb) utility launched from adbd. by Alex Buynytskyy · 7 years ago
  13. 6dd5f77 adbd: strip nulls from all service strings. by Josh Gao · 7 years ago
  14. 4a037e2 adb: switch connect_to_remote to string_view. by Josh Gao · 7 years ago
  15. 8d49e12 adb: switch skip_host_serial to string_view. by Josh Gao · 7 years ago
  16. 4219a7b adb: add stroll equivalent for string_view. by Josh Gao · 7 years ago
  17. 6dbf579 adb: finish switching service creation to string_view. by Josh Gao · 7 years ago
  18. ab9958e adb: switch socket spec to string_view. by Josh Gao · 7 years ago
  19. f0fa1e4 adb: switch daemon_service_to_fd to string_view. by Josh Gao · 7 years ago
  20. 2d62747 adb: switch usb_linux helper to string_view. by Josh Gao · 7 years ago
  21. f0c4403 adb: switch unix_open to string_view. by Josh Gao · 7 years ago
  22. 505b9d9 Minor refactor to support strings with embedded zeros. by Alex Buynytskyy · 7 years ago
  23. 63b8a45 adbd: Automatically disable verity in adb remount. by David Anderson · 7 years ago
  24. 2109427 Merge "Change --fastdeploy behaviour" by Treehugger Robot · 7 years ago
  25. e4cc4d9 Change --fastdeploy behaviour by Henry Daitx · 7 years ago
  26. 4210cac Merge changes I042f25f8,I973f42c5,Icb4acea5 by Josh Gao · 7 years ago
  27. 3edf807 adbd: add source/sink services. by Josh Gao · 7 years ago
  28. 7b438fa adb: make `adb raw` bidirectional. by Josh Gao · 7 years ago
  29. 68f2c38 adb: remove incorrect use of RTTI. by Josh Gao · 7 years ago
  30. 18f5af6 Merge "Fix performance-for-range-copy warnings" by Treehugger Robot · 7 years ago
  31. 62d072c Start using new C++ Fstab class widely by Tom Cherry · 7 years ago
  32. 93eb389 Fix performance-for-range-copy warnings by Chih-Hung Hsieh · 7 years ago
  33. c51b15b Merge "Removes ASEC-related install flags" by Treehugger Robot · 7 years ago
  34. e75ef0a Removes ASEC-related install flags by Patrick Baumann · 7 years ago
  35. 61bf748 Fix adb not correctly reading return code from DeployAgent by Henry Daitx · 7 years ago
  36. ca6d69d Merge "adb: fix authentication when reconnecting." by Treehugger Robot · 7 years ago
  37. f39de88 Merge "Enable the APEX support on the device side." by Treehugger Robot · 7 years ago
  38. eb65652 adb: fix authentication when reconnecting. by Josh Gao · 7 years ago
  39. ba10057 Merge "C++17 is the default now." by Treehugger Robot · 7 years ago
  40. de24ae1 Merge "Revert "Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE."""" by Jaewoong Jung · 7 years ago
  41. c229a72 C++17 is the default now. by Elliott Hughes · 7 years ago
  42. 62add5b Enable the APEX support on the device side. by Josh Gao · 7 years ago
  43. b9d6b72 Merge "Fix fastdeploy issues when testing Boat Attack Unity3D demo" by Idries Hamadi · 7 years ago
  44. d41263f Revert "Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE.""" by Jaewoong Jung · 7 years ago
  45. c408d05 Fix fastdeploy issues when testing Boat Attack Unity3D demo by Idries Hamadi · 7 years ago
  46. ee446c0 Add OWNERS file to fastdeploy so idries@ can approve changes by Idries Hamadi · 7 years ago
  47. a735508 Merge "adb: stop using adbkey.pub." by Treehugger Robot · 7 years ago
  48. 7024da4 Switch from dist-for-goals to dist in Android.bp by Dan Willemsen · 7 years ago
  49. 8dc5958 logical -> dynamic partitions. by Yifan Hong · 7 years ago
  50. 13102c3 adb: stop using adbkey.pub. by Josh Gao · 7 years ago
  51. b291b86 Merge "switch to using android-base/file.h instead of android-base/test_utils.h" by Treehugger Robot · 7 years ago
  52. 739991d switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 7 years ago
  53. a958fb6 Merge "Revert "adb: make benchmarks build on the host."" by Josh Gao · 7 years ago
  54. 7898e85 Revert "adb: make benchmarks build on the host." by Josh Gao · 7 years ago
  55. 3898f7d adb: fix NonblockingFdConnection's behavior with large writes. by Josh Gao · 7 years ago
  56. 5b47082 adb: fix zero-initialization in Block. by Josh Gao · 7 years ago
  57. d04b452 adb: make benchmarks build on the host. by Josh Gao · 7 years ago
  58. e402600 adb: flush stderr after logging on Windows. by Josh Gao · 7 years ago
  59. 638d3b2 adb: libusb: don't set interface alternate setting. by Josh Gao · 7 years ago
  60. 709daa6 Merge "adb: pin USB interface versions on darwin." by Josh Gao · 7 years ago
  61. c21d43c adb: pin USB interface versions on darwin. by Josh Gao · 7 years ago
  62. 2c9ac82 Merge "adb: switch version back to 40." by Josh Gao · 7 years ago
  63. 458493f adb: overlayfs failed to remount /system by Mark Salyzyn · 7 years ago
  64. 8548d05 Merge "adbd: Fix adb remount when switching roots during first-stage init." by David Anderson · 7 years ago
  65. b765a2e Merge "Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE.""" by Jaewoong Jung · 7 years ago
  66. 31ff07a Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE."" by Jaewoong Jung · 7 years ago
  67. 9d2ef53 Merge "Revert "adb: append the libwinpthread COPYING to adb's NOTICE."" by Jaewoong Jung · 7 years ago
  68. 6ee5d92 Revert "adb: append the libwinpthread COPYING to adb's NOTICE." by Jaewoong Jung · 7 years ago
  69. 8496bf5 adb: switch version back to 40. by Josh Gao · 7 years ago
  70. 84c22d4 Merge "adb: print emulator console output" by Bo Hu · 7 years ago
  71. ddcfe21 adb: print emulator console output by bohu · 7 years ago
  72. 5517487 adb install-multiple to also accept .fsv_sig by Victor Hsieh · 7 years ago
  73. a354dd4 adbd: Fix adb remount when switching roots during first-stage init. by David Anderson · 7 years ago
  74. 2c60571 Merge "adb: Use a default _SC_GETPW_R_SIZE_MAX size" by Treehugger Robot · 7 years ago
  75. 16a039e Merge pie-platform-release to aosp-master - DO NOT MERGE by Bill Yi · 7 years ago
  76. 114cf99 adb: Use a default _SC_GETPW_R_SIZE_MAX size by Robert Yang · 7 years ago
  77. a49faa8 adb: correct tcpip help message by bohu · 7 years ago
  78. 281aab7 Add feature flag for b/110953234 fix. by Josh Gao · 7 years ago
  79. dcb4c36 Accept apex packages as argument. by Dario Freni · 7 years ago
  80. f1d4b42 Merge "adb: don't use <error.h>." by Treehugger Robot · 7 years ago
  81. 0119a91 adb: don't use <error.h>. by Elliott Hughes · 7 years ago
  82. dea9ad0 Merge "adb: set main thread in transport tests." by Josh Gao · 7 years ago
  83. 10bd8c9 Merge changes I9b77c105,I0b369d16,I59602c20,Iae4f3d55 by Josh Gao · 7 years ago
  84. 3a34bc5 adbd: implement a nonblocking USB Connection. by Josh Gao · 7 years ago
  85. a9655ad adb: set main thread in transport tests. by Josh Gao · 7 years ago
  86. e64126b adb: rationalize fatal/error logging. by Elliott Hughes · 7 years ago
  87. f0cb546 adbd: rename daemon/usb.cpp to daemon/usb_legacy.cpp. by Josh Gao · 7 years ago
  88. e345b08 adbd: open functionfs ep0 as O_RDWR. by Josh Gao · 7 years ago
  89. e485ce8 adbd: extract functionfs fd creation. by Josh Gao · 7 years ago
  90. 2b8b505 Merge changes Ic8d22016,I3e15296e,Ie275e22c by Treehugger Robot · 7 years ago
  91. 89ba030 Merge "test_adb.py: silence ResourceWarning." by Josh Gao · 7 years ago
  92. be29491 test_adb.py: silence ResourceWarning. by Josh Gao · 7 years ago
  93. b407701 adb: improve benchmark script a bit. by Josh Gao · 7 years ago
  94. 7d13c59 adb: extract helper for dumping a packet header. by Josh Gao · 7 years ago
  95. a67a11d adbd: turn on -Wthread-safety. by Josh Gao · 7 years ago
  96. cd11d0d Add adb_integration_test_device to general-tests by Julien Desprez · 7 years ago
  97. 1623fe1 Merge "Revert "adb: don't close sockets before hitting EOF."" by Josh Gao · 7 years ago
  98. 9425027 Revert "adb: don't close sockets before hitting EOF." by Josh Gao · 7 years ago
  99. 31ac803 Merge "adb: add reboot-fastboot command" by Treehugger Robot · 7 years ago
  100. d642043 adb: add reboot-fastboot command by Mark Salyzyn · 7 years ago