1. 78f94a3 Merge changes I042f25f8,I973f42c5,Icb4acea5 by Josh Gao · 7 years ago
  2. 6eb7882 adbd: add source/sink services. by Josh Gao · 7 years ago
  3. e89a55d adb: make `adb raw` bidirectional. by Josh Gao · 7 years ago
  4. ce5ce87 adb: remove incorrect use of RTTI. by Josh Gao · 7 years ago
  5. fe3becb Merge "Fix performance-for-range-copy warnings" by Treehugger Robot · 7 years ago
  6. 23319eb Start using new C++ Fstab class widely by Tom Cherry · 7 years ago
  7. 1b7b797 Fix performance-for-range-copy warnings by Chih-Hung Hsieh · 7 years ago
  8. bcc2d60 Merge "Removes ASEC-related install flags" by Treehugger Robot · 7 years ago
  9. 2443944 Removes ASEC-related install flags by Patrick Baumann · 7 years ago
  10. f21edf3 Fix adb not correctly reading return code from DeployAgent by Henry Daitx · 7 years ago
  11. 46d19d3 Merge "adb: fix authentication when reconnecting." by Treehugger Robot · 7 years ago
  12. 239245f Merge "Enable the APEX support on the device side." by Treehugger Robot · 7 years ago
  13. 4414e4c adb: fix authentication when reconnecting. by Josh Gao · 7 years ago
  14. a7f54b1 Merge "C++17 is the default now." by Treehugger Robot · 7 years ago
  15. 7174ec8 Merge "Revert "Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE."""" by Jaewoong Jung · 7 years ago
  16. 3c59cb8 C++17 is the default now. by Elliott Hughes · 7 years ago
  17. 919b70c Enable the APEX support on the device side. by Josh Gao · 7 years ago
  18. fafd211 Merge "Fix fastdeploy issues when testing Boat Attack Unity3D demo" by Idries Hamadi · 7 years ago
  19. 0e55778 Revert "Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE.""" by Jaewoong Jung · 7 years ago
  20. 49cdcfd Fix fastdeploy issues when testing Boat Attack Unity3D demo by Idries Hamadi · 7 years ago
  21. 484f88b Add OWNERS file to fastdeploy so idries@ can approve changes by Idries Hamadi · 7 years ago
  22. fa10504 Merge "adb: stop using adbkey.pub." by Treehugger Robot · 7 years ago
  23. 3f439a7 Switch from dist-for-goals to dist in Android.bp by Dan Willemsen · 7 years ago
  24. 0e0f818 logical -> dynamic partitions. by Yifan Hong · 7 years ago
  25. 2dc4cab adb: stop using adbkey.pub. by Josh Gao · 7 years ago
  26. 9f1cf25 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 7 years ago
  27. 1289e1e Revert "adb: make benchmarks build on the host." by Josh Gao · 7 years ago
  28. bc4dbfa adb: fix NonblockingFdConnection's behavior with large writes. by Josh Gao · 7 years ago
  29. 10d079a adb: fix zero-initialization in Block. by Josh Gao · 7 years ago
  30. 80dd70d adb: make benchmarks build on the host. by Josh Gao · 7 years ago
  31. 68b5d0c adb: flush stderr after logging on Windows. by Josh Gao · 7 years ago
  32. cd85556 adb: libusb: don't set interface alternate setting. by Josh Gao · 7 years ago
  33. 6a08b2c Merge "adb: pin USB interface versions on darwin." by Josh Gao · 7 years ago
  34. b35ee22 adb: pin USB interface versions on darwin. by Josh Gao · 7 years ago
  35. 9c27dde Merge "adb: switch version back to 40." by Josh Gao · 7 years ago
  36. beb4cb8 adb: overlayfs failed to remount /system by Mark Salyzyn · 7 years ago
  37. 15e1b3b Merge "adbd: Fix adb remount when switching roots during first-stage init." by David Anderson · 7 years ago
  38. c728550 Merge "Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE.""" by Jaewoong Jung · 7 years ago
  39. 1272e7a Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE."" by Jaewoong Jung · 7 years ago
  40. d465c7e Merge "Revert "adb: append the libwinpthread COPYING to adb's NOTICE."" by Jaewoong Jung · 7 years ago
  41. 6374076 Revert "adb: append the libwinpthread COPYING to adb's NOTICE." by Jaewoong Jung · 7 years ago
  42. 4f911e3 adb: switch version back to 40. by Josh Gao · 7 years ago
  43. 09faa66 adb: print emulator console output by bohu · 7 years ago
  44. 02ef4bb adb install-multiple to also accept .fsv_sig by Victor Hsieh · 7 years ago
  45. bb1efbd adbd: Fix adb remount when switching roots during first-stage init. by David Anderson · 7 years ago
  46. 9b6da16 Merge "adb: Use a default _SC_GETPW_R_SIZE_MAX size" by Treehugger Robot · 7 years ago
  47. 88c997d adb: Use a default _SC_GETPW_R_SIZE_MAX size by Robert Yang · 7 years ago
  48. ea0c3cb adb: correct tcpip help message by bohu · 7 years ago
  49. fb08510 Add feature flag for b/110953234 fix. by Josh Gao · 7 years ago
  50. 29814de Accept apex packages as argument. by Dario Freni · 7 years ago
  51. 33eb652 Merge "adb: don't use <error.h>." by Treehugger Robot · 7 years ago
  52. d2aaede adb: don't use <error.h>. by Elliott Hughes · 7 years ago
  53. f5518d0 Merge "adb: set main thread in transport tests." by Josh Gao · 7 years ago
  54. 95a3916 Merge changes I9b77c105,I0b369d16,I59602c20,Iae4f3d55 by Josh Gao · 7 years ago
  55. c51726c adbd: implement a nonblocking USB Connection. by Josh Gao · 7 years ago
  56. 7badb33 adb: set main thread in transport tests. by Josh Gao · 7 years ago
  57. 4679a39 adb: rationalize fatal/error logging. by Elliott Hughes · 7 years ago
  58. 61e9e39 adbd: rename daemon/usb.cpp to daemon/usb_legacy.cpp. by Josh Gao · 7 years ago
  59. d506dac adbd: open functionfs ep0 as O_RDWR. by Josh Gao · 7 years ago
  60. 613cbb4 adbd: extract functionfs fd creation. by Josh Gao · 7 years ago
  61. 321a60f Merge changes Ic8d22016,I3e15296e,Ie275e22c by Treehugger Robot · 7 years ago
  62. f2eaefe Merge "test_adb.py: silence ResourceWarning." by Josh Gao · 7 years ago
  63. 42c8672 test_adb.py: silence ResourceWarning. by Josh Gao · 7 years ago
  64. 6c060cf adb: improve benchmark script a bit. by Josh Gao · 7 years ago
  65. 99d3d70 adb: extract helper for dumping a packet header. by Josh Gao · 7 years ago
  66. 560a547 adbd: turn on -Wthread-safety. by Josh Gao · 7 years ago
  67. 618f0e1 Add adb_integration_test_device to general-tests by Julien Desprez · 7 years ago
  68. 58d5906 Merge "Revert "adb: don't close sockets before hitting EOF."" by Josh Gao · 7 years ago
  69. faf1328 Revert "adb: don't close sockets before hitting EOF." by Josh Gao · 7 years ago
  70. 11cbf7d Merge "adb: add reboot-fastboot command" by Treehugger Robot · 7 years ago
  71. d8e94bd adb: add reboot-fastboot command by Mark Salyzyn · 7 years ago
  72. a2ccce8 Merge changes from topic "windows-libcxx" by Pirama Arumuga Nainar · 7 years ago
  73. 86554e9 Merge "Reverted aapt dependency to be a dependency on libandroidfw" by Idries Hamadi · 7 years ago
  74. 2185d8c Merge "adb: don't close sockets before hitting EOF." by Josh Gao · 7 years ago
  75. 3614b39 Merge "adb: identical symlink, do not update" by Treehugger Robot · 7 years ago
  76. f3186de Merge changes Ia4244757,Ibcdf69d9 by Josh Gao · 7 years ago
  77. 376e3cb adb: identical symlink, do not update by Mark Salyzyn · 7 years ago
  78. 15dcc62 adbd: clean up jdwp service a bit. by Josh Gao · 7 years ago
  79. 39c1f4b Revert "Revert "adb: detect some spin loops and abort."" by Josh Gao · 7 years ago
  80. 269a4b4 Reverted aapt dependency to be a dependency on libandroidfw by Idries Hamadi · 7 years ago
  81. 747eb14 Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 7 years ago
  82. ffc11d3 adb: don't close sockets before hitting EOF. by Josh Gao · 7 years ago
  83. 8e27656 Restore lost .dm support of adb install-multiple by Victor Hsieh · 7 years ago
  84. 546b539 Merge "Support > 2GiB seeks in adb_lseek." by Tao Bao · 7 years ago
  85. 4eb864b Merge "allow adb to remount symlink mount points" by Treehugger Robot · 7 years ago
  86. 41649b8 allow adb to remount symlink mount points by Bowgo Tsai · 7 years ago
  87. cabfc3d Support > 2GiB seeks in adb_lseek. by Elliott Hughes · 7 years ago
  88. 2f6c2fa adb: add fdevent_release. by Josh Gao · 7 years ago
  89. ed17650 adb: fix test_device.FileOperationsTest.test_push_empty. by Josh Gao · 7 years ago
  90. db8b2af Merge "adb: make test_device.py executable." by Josh Gao · 7 years ago
  91. c105f4b Merge "adb: remount for /system as root" by Treehugger Robot · 7 years ago
  92. 37d8bbd Merge "fs_mgr: init: adb: add fstab argument to fs_mgr_overlayfs_mount_all" by Treehugger Robot · 7 years ago
  93. 6544056 Merge "Support 'adb reboot fastboot' command conditionally." by Treehugger Robot · 7 years ago
  94. 04aa426 adb: remount for /system as root by Mark Salyzyn · 8 years ago
  95. f35db9b fs_mgr: init: adb: add fstab argument to fs_mgr_overlayfs_mount_all by Mark Salyzyn · 7 years ago
  96. 5425826 Support 'adb reboot fastboot' command conditionally. by Hridya Valsaraju · 7 years ago
  97. 29e3dd8 Adapt to switch to libc++ for Windows by Pirama Arumuga Nainar · 7 years ago
  98. caab47f adb: make test_device.py executable. by Josh Gao · 7 years ago
  99. c2501fd Merge "adbd: fix remount on non-system-as-root devices." by Treehugger Robot · 7 years ago
  100. 96d445d adbd: fix remount on non-system-as-root devices. by Josh Gao · 7 years ago