1. 61bf748 Fix adb not correctly reading return code from DeployAgent by Henry Daitx · 7 years ago
  2. ca6d69d Merge "adb: fix authentication when reconnecting." by Treehugger Robot · 7 years ago
  3. f39de88 Merge "Enable the APEX support on the device side." by Treehugger Robot · 7 years ago
  4. eb65652 adb: fix authentication when reconnecting. by Josh Gao · 7 years ago
  5. ba10057 Merge "C++17 is the default now." by Treehugger Robot · 7 years ago
  6. de24ae1 Merge "Revert "Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE."""" by Jaewoong Jung · 7 years ago
  7. c229a72 C++17 is the default now. by Elliott Hughes · 7 years ago
  8. 62add5b Enable the APEX support on the device side. by Josh Gao · 7 years ago
  9. b9d6b72 Merge "Fix fastdeploy issues when testing Boat Attack Unity3D demo" by Idries Hamadi · 7 years ago
  10. d41263f Revert "Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE.""" by Jaewoong Jung · 7 years ago
  11. c408d05 Fix fastdeploy issues when testing Boat Attack Unity3D demo by Idries Hamadi · 7 years ago
  12. ee446c0 Add OWNERS file to fastdeploy so idries@ can approve changes by Idries Hamadi · 7 years ago
  13. a735508 Merge "adb: stop using adbkey.pub." by Treehugger Robot · 7 years ago
  14. 7024da4 Switch from dist-for-goals to dist in Android.bp by Dan Willemsen · 7 years ago
  15. 8dc5958 logical -> dynamic partitions. by Yifan Hong · 7 years ago
  16. 13102c3 adb: stop using adbkey.pub. by Josh Gao · 7 years ago
  17. b291b86 Merge "switch to using android-base/file.h instead of android-base/test_utils.h" by Treehugger Robot · 7 years ago
  18. 739991d switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 7 years ago
  19. a958fb6 Merge "Revert "adb: make benchmarks build on the host."" by Josh Gao · 7 years ago
  20. 7898e85 Revert "adb: make benchmarks build on the host." by Josh Gao · 7 years ago
  21. 3898f7d adb: fix NonblockingFdConnection's behavior with large writes. by Josh Gao · 7 years ago
  22. 5b47082 adb: fix zero-initialization in Block. by Josh Gao · 7 years ago
  23. d04b452 adb: make benchmarks build on the host. by Josh Gao · 7 years ago
  24. e402600 adb: flush stderr after logging on Windows. by Josh Gao · 7 years ago
  25. 638d3b2 adb: libusb: don't set interface alternate setting. by Josh Gao · 7 years ago
  26. 709daa6 Merge "adb: pin USB interface versions on darwin." by Josh Gao · 7 years ago
  27. c21d43c adb: pin USB interface versions on darwin. by Josh Gao · 7 years ago
  28. 2c9ac82 Merge "adb: switch version back to 40." by Josh Gao · 7 years ago
  29. 458493f adb: overlayfs failed to remount /system by Mark Salyzyn · 7 years ago
  30. 8548d05 Merge "adbd: Fix adb remount when switching roots during first-stage init." by David Anderson · 7 years ago
  31. b765a2e Merge "Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE.""" by Jaewoong Jung · 7 years ago
  32. 31ff07a Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE."" by Jaewoong Jung · 7 years ago
  33. 9d2ef53 Merge "Revert "adb: append the libwinpthread COPYING to adb's NOTICE."" by Jaewoong Jung · 7 years ago
  34. 6ee5d92 Revert "adb: append the libwinpthread COPYING to adb's NOTICE." by Jaewoong Jung · 7 years ago
  35. 8496bf5 adb: switch version back to 40. by Josh Gao · 7 years ago
  36. 84c22d4 Merge "adb: print emulator console output" by Bo Hu · 7 years ago
  37. ddcfe21 adb: print emulator console output by bohu · 7 years ago
  38. 5517487 adb install-multiple to also accept .fsv_sig by Victor Hsieh · 7 years ago
  39. a354dd4 adbd: Fix adb remount when switching roots during first-stage init. by David Anderson · 7 years ago
  40. 2c60571 Merge "adb: Use a default _SC_GETPW_R_SIZE_MAX size" by Treehugger Robot · 7 years ago
  41. 16a039e Merge pie-platform-release to aosp-master - DO NOT MERGE by Bill Yi · 7 years ago
  42. 114cf99 adb: Use a default _SC_GETPW_R_SIZE_MAX size by Robert Yang · 7 years ago
  43. a49faa8 adb: correct tcpip help message by bohu · 7 years ago
  44. 281aab7 Add feature flag for b/110953234 fix. by Josh Gao · 7 years ago
  45. dcb4c36 Accept apex packages as argument. by Dario Freni · 7 years ago
  46. f1d4b42 Merge "adb: don't use <error.h>." by Treehugger Robot · 7 years ago
  47. 0119a91 adb: don't use <error.h>. by Elliott Hughes · 7 years ago
  48. dea9ad0 Merge "adb: set main thread in transport tests." by Josh Gao · 7 years ago
  49. 10bd8c9 Merge changes I9b77c105,I0b369d16,I59602c20,Iae4f3d55 by Josh Gao · 7 years ago
  50. 3a34bc5 adbd: implement a nonblocking USB Connection. by Josh Gao · 7 years ago
  51. a9655ad adb: set main thread in transport tests. by Josh Gao · 7 years ago
  52. e64126b adb: rationalize fatal/error logging. by Elliott Hughes · 7 years ago
  53. f0cb546 adbd: rename daemon/usb.cpp to daemon/usb_legacy.cpp. by Josh Gao · 7 years ago
  54. e345b08 adbd: open functionfs ep0 as O_RDWR. by Josh Gao · 7 years ago
  55. e485ce8 adbd: extract functionfs fd creation. by Josh Gao · 7 years ago
  56. 2b8b505 Merge changes Ic8d22016,I3e15296e,Ie275e22c by Treehugger Robot · 7 years ago
  57. 89ba030 Merge "test_adb.py: silence ResourceWarning." by Josh Gao · 7 years ago
  58. be29491 test_adb.py: silence ResourceWarning. by Josh Gao · 7 years ago
  59. b407701 adb: improve benchmark script a bit. by Josh Gao · 7 years ago
  60. 7d13c59 adb: extract helper for dumping a packet header. by Josh Gao · 7 years ago
  61. a67a11d adbd: turn on -Wthread-safety. by Josh Gao · 7 years ago
  62. cd11d0d Add adb_integration_test_device to general-tests by Julien Desprez · 7 years ago
  63. 1623fe1 Merge "Revert "adb: don't close sockets before hitting EOF."" by Josh Gao · 7 years ago
  64. 9425027 Revert "adb: don't close sockets before hitting EOF." by Josh Gao · 7 years ago
  65. 31ac803 Merge "adb: add reboot-fastboot command" by Treehugger Robot · 7 years ago
  66. d642043 adb: add reboot-fastboot command by Mark Salyzyn · 7 years ago
  67. 2fafa69 Merge changes from topic "windows-libcxx" by Pirama Arumuga Nainar · 7 years ago
  68. e788d00 Merge "Reverted aapt dependency to be a dependency on libandroidfw" by Idries Hamadi · 7 years ago
  69. 6ca887b Merge "adb: don't close sockets before hitting EOF." by Josh Gao · 7 years ago
  70. 5482bf9 Merge "adb: identical symlink, do not update" by Treehugger Robot · 7 years ago
  71. bdf4712 Merge changes Ia4244757,Ibcdf69d9 by Josh Gao · 7 years ago
  72. a37bf2d adb: identical symlink, do not update by Mark Salyzyn · 7 years ago
  73. cc1dcc8 adbd: clean up jdwp service a bit. by Josh Gao · 7 years ago
  74. d727d31 Revert "Revert "adb: detect some spin loops and abort."" by Josh Gao · 7 years ago
  75. 12be1e5 Merge "Add noexcept to move constructors and assignment operators." by Chih-hung Hsieh · 7 years ago
  76. 78330f0 Reverted aapt dependency to be a dependency on libandroidfw by Idries Hamadi · 7 years ago
  77. 3c99c39 Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 7 years ago
  78. de4b85e adb: don't close sockets before hitting EOF. by Josh Gao · 7 years ago
  79. 88f14b8 Restore lost .dm support of adb install-multiple by Victor Hsieh · 7 years ago
  80. e3c4266 Merge "Support > 2GiB seeks in adb_lseek." by Tao Bao · 7 years ago
  81. 33d30aa Merge "allow adb to remount symlink mount points" by Treehugger Robot · 7 years ago
  82. 437bab3 allow adb to remount symlink mount points by Bowgo Tsai · 7 years ago
  83. 69932a4 Merge changes I6a14ac96,I996b9885 by Treehugger Robot · 7 years ago
  84. 9dcbc21 Support > 2GiB seeks in adb_lseek. by Elliott Hughes · 7 years ago
  85. ed15cac adb: add fdevent_release. by Josh Gao · 7 years ago
  86. 290ccaf adb: fix test_device.FileOperationsTest.test_push_empty. by Josh Gao · 7 years ago
  87. 270428d Merge "adb: make test_device.py executable." by Josh Gao · 7 years ago
  88. 9ea0959 Merge "adb: remount for /system as root" by Treehugger Robot · 7 years ago
  89. a61f11d Merge "fs_mgr: init: adb: add fstab argument to fs_mgr_overlayfs_mount_all" by Treehugger Robot · 7 years ago
  90. 0149e33 Merge "Support 'adb reboot fastboot' command conditionally." by Treehugger Robot · 7 years ago
  91. db34a0c adb: remount for /system as root by Mark Salyzyn · 7 years ago
  92. 3d5b360 fs_mgr: init: adb: add fstab argument to fs_mgr_overlayfs_mount_all by Mark Salyzyn · 7 years ago
  93. 2cd40ac Support 'adb reboot fastboot' command conditionally. by Hridya Valsaraju · 7 years ago
  94. 5231aff Adapt to switch to libc++ for Windows by Pirama Arumuga Nainar · 7 years ago
  95. 9f7e9f2 adb: make test_device.py executable. by Josh Gao · 7 years ago
  96. 075a6b6 Merge "adbd: fix remount on non-system-as-root devices." by Treehugger Robot · 7 years ago
  97. 57df02e adbd: fix remount on non-system-as-root devices. by Josh Gao · 7 years ago
  98. 2accb6e libadbd_services: Link libselinux dynamically instead of statically. by Peter Collingbourne · 7 years ago
  99. 0760249 Merge "Small clean ups for issues raised in reviews of fastdeploy" by Idries Hamadi · 7 years ago
  100. e997b08 Merge "adb: win32: test for Unicode console output" by Treehugger Robot · 7 years ago