1. 82c8ca5 adb: don't close sockets before hitting EOF. by Josh Gao · 6 years ago
  2. fb54fbe adb: implement fdevent_set_timeout. by Josh Gao · 6 years ago
  3. b3d7a2f Merge changes If8747ba1,Id1943ebd by Josh Gao · 6 years ago
  4. b00537b Merge "Add android::fs_mgr namespace for new Fstab code" by Tom Cherry · 6 years ago
  5. 75f396c Merge changes Ief3dbf8e,Ib06e6f65 by Josh Gao · 6 years ago
  6. a2b6cb1 Merge changes from topic "move_bionic_to_apex3" by Treehugger Robot · 6 years ago
  7. d767253 Add android::fs_mgr namespace for new Fstab code by Tom Cherry · 6 years ago
  8. 6dd14a1 adb: add fdevent callback that passes the fdevent. by Josh Gao · 6 years ago
  9. 633923c adb: improve network_connect error messages. by Josh Gao · 6 years ago
  10. 3d19fff adbd: fix TCP bind address. by Josh Gao · 6 years ago
  11. ba9a7b3 Fix: Propagate cmd args to multi-package sessions. by Dario Freni · 6 years ago
  12. f38511b Handle adb sync with Bionic under /bionic by Jiyong Park · 6 years ago
  13. b07493c Merge "adb: turn off fastdeploy." by Josh Gao · 6 years ago
  14. daaf1fa adb: turn off fastdeploy. by Josh Gao · 6 years ago
  15. 104f2a7 Merge "Remove the rest of users of the old style fstab" by Treehugger Robot · 6 years ago
  16. 7ba5bcf Remove the rest of users of the old style fstab by Tom Cherry · 6 years ago
  17. 797f516 adb: Fix incorrect logging statement by Greg Kaiser · 6 years ago
  18. 303e035 Merge "Add native vsock support to ADB." by Treehugger Robot · 6 years ago
  19. 765b69c Add native vsock support to ADB. by Cody Schuffelen · 6 years ago
  20. ae1ea9c adb: convert more stuff to unique_fd. by Josh Gao · 6 years ago
  21. 48d2127 adbd: compile for host. by Josh Gao · 6 years ago
  22. 740f48f Merge "Fix fastdeploy failure in Windows" by Henry Daitx · 6 years ago
  23. 125e13b Fix fastdeploy failure in Windows by Henry Daitx · 6 years ago
  24. f6f189e Merge "adb: win32: improve console output on Windows 10" by Josh Gao · 6 years ago
  25. efec418 Merge "adb: win32: LinePrinter Unicode support" by Josh Gao · 6 years ago
  26. bf3e067 Adding new feature to adb "abb". by Alex Buynytskyy · 6 years ago
  27. 8a38742 Merge "Combine tcp_connect and socket_spec_connect." by Cody Schuffelen · 6 years ago
  28. 3fba1fd Combine tcp_connect and socket_spec_connect. by Cody Schuffelen · 6 years ago
  29. a5c940d Merge "Disable dexpreopt for deployagent" by Treehugger Robot · 6 years ago
  30. 4c66d0c Disable dexpreopt for deployagent by Henry Daitx · 6 years ago
  31. 6e00ff9 Multi-package support for APEX. by Dario Freni · 6 years ago
  32. 0fc76fc Merge "adb: switch install to unique_fd." by Treehugger Robot · 6 years ago
  33. 360da94 Merge "Admit that there's more `adb install` help available." by Treehugger Robot · 6 years ago
  34. 28ed62e adb: switch install to unique_fd. by Josh Gao · 6 years ago
  35. af1f480 Admit that there's more `adb install` help available. by Elliott Hughes · 6 years ago
  36. e8bad51 Adds atomic install support to adb by Patrick Baumann · 6 years ago
  37. cb312fb Merge "Only set mdns_registered on success" by Josh Gao · 6 years ago
  38. 45fecac Merge "adbd: Automatically disable verity in adb remount." by David Anderson · 6 years ago
  39. de46038 Only set mdns_registered on success by Gustav Svensson · 6 years ago
  40. a27184b Adding Android Binder Bridge (abb) utility launched from adbd. by Alex Buynytskyy · 6 years ago
  41. 66f2cc6 adbd: strip nulls from all service strings. by Josh Gao · 6 years ago
  42. cdaa412 adb: switch connect_to_remote to string_view. by Josh Gao · 6 years ago
  43. 22afdbd adb: switch skip_host_serial to string_view. by Josh Gao · 6 years ago
  44. 8d65bee adb: add stroll equivalent for string_view. by Josh Gao · 6 years ago
  45. f4b8868 adb: finish switching service creation to string_view. by Josh Gao · 6 years ago
  46. 897be63 adb: switch socket spec to string_view. by Josh Gao · 6 years ago
  47. 2d7db0c adb: switch daemon_service_to_fd to string_view. by Josh Gao · 6 years ago
  48. e3f3846 adb: switch usb_linux helper to string_view. by Josh Gao · 6 years ago
  49. d157b2a adb: switch unix_open to string_view. by Josh Gao · 6 years ago
  50. bf7fd4a Minor refactor to support strings with embedded zeros. by Alex Buynytskyy · 6 years ago
  51. e41302d adbd: Automatically disable verity in adb remount. by David Anderson · 6 years ago
  52. bb2351d8 Merge "Change --fastdeploy behaviour" by Treehugger Robot · 6 years ago
  53. 9bcb60d Change --fastdeploy behaviour by Henry Daitx · 6 years ago
  54. 82e3c18 Merge changes I042f25f8,I973f42c5,Icb4acea5 by Josh Gao · 6 years ago
  55. 69631bf adbd: add source/sink services. by Josh Gao · 6 years ago
  56. 0e5617d adb: make `adb raw` bidirectional. by Josh Gao · 6 years ago
  57. 8db64b7 adb: remove incorrect use of RTTI. by Josh Gao · 6 years ago
  58. 1c0bfc2 Merge "Fix performance-for-range-copy warnings" by Treehugger Robot · 6 years ago
  59. 0d0b7f6 Start using new C++ Fstab class widely by Tom Cherry · 6 years ago
  60. d888bb3 Fix performance-for-range-copy warnings by Chih-Hung Hsieh · 6 years ago
  61. 33a03db Merge "Removes ASEC-related install flags" by Treehugger Robot · 6 years ago
  62. 2235a27 Removes ASEC-related install flags by Patrick Baumann · 6 years ago
  63. c784584 Fix adb not correctly reading return code from DeployAgent by Henry Daitx · 6 years ago
  64. d7b22d7 Merge "adb: fix authentication when reconnecting." by Treehugger Robot · 6 years ago
  65. ac3acb7 Merge "Enable the APEX support on the device side." by Treehugger Robot · 6 years ago
  66. 7a1aad5 adb: fix authentication when reconnecting. by Josh Gao · 6 years ago
  67. e67c643 Merge "C++17 is the default now." by Treehugger Robot · 6 years ago
  68. 69749a6 Merge "Revert "Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE."""" by Jaewoong Jung · 6 years ago
  69. 49f5599 C++17 is the default now. by Elliott Hughes · 6 years ago
  70. 8c32326 Enable the APEX support on the device side. by Josh Gao · 6 years ago
  71. 21a1567 Merge "Fix fastdeploy issues when testing Boat Attack Unity3D demo" by Idries Hamadi · 6 years ago
  72. da5a092 Revert "Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE.""" by Jaewoong Jung · 6 years ago
  73. ade28a8 Fix fastdeploy issues when testing Boat Attack Unity3D demo by Idries Hamadi · 6 years ago
  74. 529d2e9 Add OWNERS file to fastdeploy so idries@ can approve changes by Idries Hamadi · 6 years ago
  75. 730fe9b Merge "adb: stop using adbkey.pub." by Treehugger Robot · 6 years ago
  76. 6bc1601 Switch from dist-for-goals to dist in Android.bp by Dan Willemsen · 6 years ago
  77. 414ec60 logical -> dynamic partitions. by Yifan Hong · 6 years ago
  78. dccd25e adb: stop using adbkey.pub. by Josh Gao · 6 years ago
  79. d090128 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 6 years ago
  80. e34f5fb Revert "adb: make benchmarks build on the host." by Josh Gao · 6 years ago
  81. 4c2193b adb: fix NonblockingFdConnection's behavior with large writes. by Josh Gao · 6 years ago
  82. 222be41 adb: fix zero-initialization in Block. by Josh Gao · 6 years ago
  83. e711d7b adb: make benchmarks build on the host. by Josh Gao · 6 years ago
  84. e87abc0 adb: flush stderr after logging on Windows. by Josh Gao · 6 years ago
  85. 1123d5d adb: libusb: don't set interface alternate setting. by Josh Gao · 6 years ago
  86. 6dbfca0 Merge "adb: pin USB interface versions on darwin." by Josh Gao · 6 years ago
  87. bf1cc54 adb: pin USB interface versions on darwin. by Josh Gao · 6 years ago
  88. 7700c61 Merge "adb: switch version back to 40." by Josh Gao · 6 years ago
  89. 7a1b246 adb: win32: improve console output on Windows 10 by Spencer Low · 7 years ago
  90. 7489b4b adb: overlayfs failed to remount /system by Mark Salyzyn · 6 years ago
  91. 714d745 Merge "adbd: Fix adb remount when switching roots during first-stage init." by David Anderson · 6 years ago
  92. 7c9a1ed Merge "Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE.""" by Jaewoong Jung · 6 years ago
  93. 5eb30bb Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE."" by Jaewoong Jung · 6 years ago
  94. 8059cf1 Merge "Revert "adb: append the libwinpthread COPYING to adb's NOTICE."" by Jaewoong Jung · 6 years ago
  95. 93f948f Revert "adb: append the libwinpthread COPYING to adb's NOTICE." by Jaewoong Jung · 6 years ago
  96. 05b7bc9 adb: switch version back to 40. by Josh Gao · 6 years ago
  97. 81a1a55 adb: print emulator console output by bohu · 6 years ago
  98. 98a8850 adb install-multiple to also accept .fsv_sig by Victor Hsieh · 6 years ago
  99. 3abd3ed adbd: Fix adb remount when switching roots during first-stage init. by David Anderson · 6 years ago
  100. b195cd1 Merge "adb: Use a default _SC_GETPW_R_SIZE_MAX size" by Treehugger Robot · 6 years ago