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