1. 74b7ec7 adb: don't close sockets before hitting EOF. by Josh Gao · 7 years ago
  2. 1a90118 adb: implement fdevent_set_timeout. by Josh Gao · 7 years ago
  3. 69ba517 Merge changes If8747ba1,Id1943ebd by Josh Gao · 7 years ago
  4. 54ea49b Merge "Add android::fs_mgr namespace for new Fstab code" by Tom Cherry · 7 years ago
  5. ee0e63f Merge changes Ief3dbf8e,Ib06e6f65 by Josh Gao · 7 years ago
  6. a15f385 Merge changes from topic "move_bionic_to_apex3" by Treehugger Robot · 7 years ago
  7. a3530e6 Add android::fs_mgr namespace for new Fstab code by Tom Cherry · 7 years ago
  8. c162c71 adb: add fdevent callback that passes the fdevent. by Josh Gao · 7 years ago
  9. 64e597a adb: improve network_connect error messages. by Josh Gao · 7 years ago
  10. eb0875d adbd: fix TCP bind address. by Josh Gao · 7 years ago
  11. a2f3f95 Fix: Propagate cmd args to multi-package sessions. by Dario Freni · 7 years ago
  12. 7c7189c Handle adb sync with Bionic under /bionic by Jiyong Park · 7 years ago
  13. 82f0e7d Merge "adb: turn off fastdeploy." by Josh Gao · 7 years ago
  14. 287e442 adb: turn off fastdeploy. by Josh Gao · 7 years ago
  15. 286684f Merge "Remove the rest of users of the old style fstab" by Treehugger Robot · 7 years ago
  16. b688d91 Remove the rest of users of the old style fstab by Tom Cherry · 7 years ago
  17. fdb9800 adb: Fix incorrect logging statement by Greg Kaiser · 7 years ago
  18. d290bb7 Merge "Add native vsock support to ADB." by Treehugger Robot · 7 years ago
  19. a05b64d Add native vsock support to ADB. by Cody Schuffelen · 7 years ago
  20. 74ccdf9 adb: convert more stuff to unique_fd. by Josh Gao · 7 years ago
  21. 776c2ec adbd: compile for host. by Josh Gao · 7 years ago
  22. 09158b1 Merge "Fix fastdeploy failure in Windows" by Henry Daitx · 7 years ago
  23. f788f67 Fix fastdeploy failure in Windows by Henry Daitx · 7 years ago
  24. 54d1e31 Merge "adb: win32: improve console output on Windows 10" by Josh Gao · 7 years ago
  25. 89a6fdc Merge "adb: win32: LinePrinter Unicode support" by Josh Gao · 7 years ago
  26. 01a65ee Adding new feature to adb "abb". by Alex Buynytskyy · 7 years ago
  27. 539c4d4 Merge "Combine tcp_connect and socket_spec_connect." by Cody Schuffelen · 7 years ago
  28. af0e220 Combine tcp_connect and socket_spec_connect. by Cody Schuffelen · 7 years ago
  29. b42719b Merge "Disable dexpreopt for deployagent" by Treehugger Robot · 7 years ago
  30. 05af6ae Disable dexpreopt for deployagent by Henry Daitx · 7 years ago
  31. bc54c36 Multi-package support for APEX. by Dario Freni · 7 years ago
  32. 6410fd2 Merge "adb: switch install to unique_fd." by Treehugger Robot · 7 years ago
  33. e5f61a9 Merge "Admit that there's more `adb install` help available." by Treehugger Robot · 7 years ago
  34. 61f872f adb: switch install to unique_fd. by Josh Gao · 7 years ago
  35. 0d4bf80 Admit that there's more `adb install` help available. by Elliott Hughes · 7 years ago
  36. dc58b0a Adds atomic install support to adb by Patrick Baumann · 7 years ago
  37. afd3dfe Merge "Only set mdns_registered on success" by Josh Gao · 7 years ago
  38. 22a8462 Merge "adbd: Automatically disable verity in adb remount." by David Anderson · 7 years ago
  39. 965286c Only set mdns_registered on success by Gustav Svensson · 7 years ago
  40. 640407d Adding Android Binder Bridge (abb) utility launched from adbd. by Alex Buynytskyy · 7 years ago
  41. 6bd16b1 adbd: strip nulls from all service strings. by Josh Gao · 7 years ago
  42. d0fa13e adb: switch connect_to_remote to string_view. by Josh Gao · 7 years ago
  43. bd76720 adb: switch skip_host_serial to string_view. by Josh Gao · 7 years ago
  44. 3add0c4 adb: add stroll equivalent for string_view. by Josh Gao · 7 years ago
  45. d19b77a adb: finish switching service creation to string_view. by Josh Gao · 7 years ago
  46. 9dd1f5c adb: switch socket spec to string_view. by Josh Gao · 7 years ago
  47. e261541 adb: switch daemon_service_to_fd to string_view. by Josh Gao · 7 years ago
  48. 5021cfc adb: switch usb_linux helper to string_view. by Josh Gao · 7 years ago
  49. 0f29cbc adb: switch unix_open to string_view. by Josh Gao · 7 years ago
  50. a9e7948 Minor refactor to support strings with embedded zeros. by Alex Buynytskyy · 7 years ago
  51. a5db1d7 adbd: Automatically disable verity in adb remount. by David Anderson · 7 years ago
  52. 17d4171 Merge "Change --fastdeploy behaviour" by Treehugger Robot · 7 years ago
  53. ee01c80 Change --fastdeploy behaviour by Henry Daitx · 7 years ago
  54. 78f94a3 Merge changes I042f25f8,I973f42c5,Icb4acea5 by Josh Gao · 7 years ago
  55. 6eb7882 adbd: add source/sink services. by Josh Gao · 7 years ago
  56. e89a55d adb: make `adb raw` bidirectional. by Josh Gao · 7 years ago
  57. ce5ce87 adb: remove incorrect use of RTTI. by Josh Gao · 7 years ago
  58. fe3becb Merge "Fix performance-for-range-copy warnings" by Treehugger Robot · 7 years ago
  59. 23319eb Start using new C++ Fstab class widely by Tom Cherry · 7 years ago
  60. 1b7b797 Fix performance-for-range-copy warnings by Chih-Hung Hsieh · 7 years ago
  61. bcc2d60 Merge "Removes ASEC-related install flags" by Treehugger Robot · 7 years ago
  62. 2443944 Removes ASEC-related install flags by Patrick Baumann · 7 years ago
  63. f21edf3 Fix adb not correctly reading return code from DeployAgent by Henry Daitx · 7 years ago
  64. 46d19d3 Merge "adb: fix authentication when reconnecting." by Treehugger Robot · 7 years ago
  65. 239245f Merge "Enable the APEX support on the device side." by Treehugger Robot · 7 years ago
  66. 4414e4c adb: fix authentication when reconnecting. by Josh Gao · 7 years ago
  67. a7f54b1 Merge "C++17 is the default now." by Treehugger Robot · 7 years ago
  68. 7174ec8 Merge "Revert "Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE."""" by Jaewoong Jung · 7 years ago
  69. 3c59cb8 C++17 is the default now. by Elliott Hughes · 7 years ago
  70. 919b70c Enable the APEX support on the device side. by Josh Gao · 7 years ago
  71. fafd211 Merge "Fix fastdeploy issues when testing Boat Attack Unity3D demo" by Idries Hamadi · 7 years ago
  72. 0e55778 Revert "Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE.""" by Jaewoong Jung · 7 years ago
  73. 49cdcfd Fix fastdeploy issues when testing Boat Attack Unity3D demo by Idries Hamadi · 7 years ago
  74. 484f88b Add OWNERS file to fastdeploy so idries@ can approve changes by Idries Hamadi · 7 years ago
  75. fa10504 Merge "adb: stop using adbkey.pub." by Treehugger Robot · 7 years ago
  76. 3f439a7 Switch from dist-for-goals to dist in Android.bp by Dan Willemsen · 7 years ago
  77. 0e0f818 logical -> dynamic partitions. by Yifan Hong · 7 years ago
  78. 2dc4cab adb: stop using adbkey.pub. by Josh Gao · 7 years ago
  79. 9f1cf25 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 7 years ago
  80. 1289e1e Revert "adb: make benchmarks build on the host." by Josh Gao · 7 years ago
  81. bc4dbfa adb: fix NonblockingFdConnection's behavior with large writes. by Josh Gao · 7 years ago
  82. 10d079a adb: fix zero-initialization in Block. by Josh Gao · 7 years ago
  83. 80dd70d adb: make benchmarks build on the host. by Josh Gao · 7 years ago
  84. 68b5d0c adb: flush stderr after logging on Windows. by Josh Gao · 7 years ago
  85. cd85556 adb: libusb: don't set interface alternate setting. by Josh Gao · 7 years ago
  86. 6a08b2c Merge "adb: pin USB interface versions on darwin." by Josh Gao · 7 years ago
  87. b35ee22 adb: pin USB interface versions on darwin. by Josh Gao · 7 years ago
  88. 9c27dde Merge "adb: switch version back to 40." by Josh Gao · 7 years ago
  89. 14022c2 adb: win32: improve console output on Windows 10 by Spencer Low · 7 years ago
  90. beb4cb8 adb: overlayfs failed to remount /system by Mark Salyzyn · 7 years ago
  91. 15e1b3b Merge "adbd: Fix adb remount when switching roots during first-stage init." by David Anderson · 7 years ago
  92. c728550 Merge "Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE.""" by Jaewoong Jung · 7 years ago
  93. 1272e7a Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE."" by Jaewoong Jung · 7 years ago
  94. d465c7e Merge "Revert "adb: append the libwinpthread COPYING to adb's NOTICE."" by Jaewoong Jung · 7 years ago
  95. 6374076 Revert "adb: append the libwinpthread COPYING to adb's NOTICE." by Jaewoong Jung · 7 years ago
  96. 4f911e3 adb: switch version back to 40. by Josh Gao · 7 years ago
  97. 09faa66 adb: print emulator console output by bohu · 7 years ago
  98. 02ef4bb adb install-multiple to also accept .fsv_sig by Victor Hsieh · 7 years ago
  99. bb1efbd adbd: Fix adb remount when switching roots during first-stage init. by David Anderson · 7 years ago
  100. 9b6da16 Merge "adb: Use a default _SC_GETPW_R_SIZE_MAX size" by Treehugger Robot · 7 years ago