1. 06d4e74 adb: implement fdevent_set_timeout. by Josh Gao · 7 years ago
  2. 9f3f97f Merge changes If8747ba1,Id1943ebd by Josh Gao · 7 years ago
  3. 464b3aa Merge "Add android::fs_mgr namespace for new Fstab code" by Tom Cherry · 7 years ago
  4. 538bbbf Merge changes Ief3dbf8e,Ib06e6f65 by Josh Gao · 7 years ago
  5. 6b10eed Merge changes from topic "move_bionic_to_apex3" by Treehugger Robot · 7 years ago
  6. b14cc9c Add android::fs_mgr namespace for new Fstab code by Tom Cherry · 7 years ago
  7. 87a2db6 adb: add fdevent callback that passes the fdevent. by Josh Gao · 7 years ago
  8. 63adfa7 adb: improve network_connect error messages. by Josh Gao · 7 years ago
  9. 80e8192 adbd: fix TCP bind address. by Josh Gao · 7 years ago
  10. 2042fd2 Fix: Propagate cmd args to multi-package sessions. by Dario Freni · 7 years ago
  11. 5301009 Handle adb sync with Bionic under /bionic by Jiyong Park · 7 years ago
  12. d379283 Merge "adb: turn off fastdeploy." by Josh Gao · 7 years ago
  13. 6b1e29e adb: turn off fastdeploy. by Josh Gao · 7 years ago
  14. feb025f Merge "Remove the rest of users of the old style fstab" by Treehugger Robot · 7 years ago
  15. 289e519 Remove the rest of users of the old style fstab by Tom Cherry · 7 years ago
  16. 74b8498 adb: Fix incorrect logging statement by Greg Kaiser · 7 years ago
  17. b543130 Merge "Add native vsock support to ADB." by Treehugger Robot · 7 years ago
  18. 637aaf5 Add native vsock support to ADB. by Cody Schuffelen · 7 years ago
  19. c270596 adb: convert more stuff to unique_fd. by Josh Gao · 7 years ago
  20. 0560feb adbd: compile for host. by Josh Gao · 7 years ago
  21. 1490668 Merge "Fix fastdeploy failure in Windows" by Henry Daitx · 7 years ago
  22. 7cdf489 Fix fastdeploy failure in Windows by Henry Daitx · 7 years ago
  23. d3fb198 Merge "adb: win32: improve console output on Windows 10" by Josh Gao · 7 years ago
  24. 3d8242e Merge "adb: win32: LinePrinter Unicode support" by Josh Gao · 7 years ago
  25. e1fa814 Adding new feature to adb "abb". by Alex Buynytskyy · 7 years ago
  26. d29df20 Merge "Combine tcp_connect and socket_spec_connect." by Cody Schuffelen · 7 years ago
  27. 331a908 Combine tcp_connect and socket_spec_connect. by Cody Schuffelen · 7 years ago
  28. 6aec073 Merge "Disable dexpreopt for deployagent" by Treehugger Robot · 7 years ago
  29. 35538b0 Disable dexpreopt for deployagent by Henry Daitx · 7 years ago
  30. 907ef68 Multi-package support for APEX. by Dario Freni · 7 years ago
  31. 9427239 Merge "adb: switch install to unique_fd." by Treehugger Robot · 7 years ago
  32. 504b87f Merge "Admit that there's more `adb install` help available." by Treehugger Robot · 7 years ago
  33. 318fd3a Merge "Adds atomic install support to adb" by Treehugger Robot · 7 years ago
  34. b915597 adb: switch install to unique_fd. by Josh Gao · 7 years ago
  35. f8a4104 Admit that there's more `adb install` help available. by Elliott Hughes · 7 years ago
  36. 810ee9b Adds atomic install support to adb by Patrick Baumann · 7 years ago
  37. e0f55ad Merge "Only set mdns_registered on success" by Josh Gao · 7 years ago
  38. 307c3e4 Merge "adbd: Automatically disable verity in adb remount." by David Anderson · 7 years ago
  39. 482cc8c Only set mdns_registered on success by Gustav Svensson · 7 years ago
  40. ef34f01 Adding Android Binder Bridge (abb) utility launched from adbd. by Alex Buynytskyy · 7 years ago
  41. 6dd5f77 adbd: strip nulls from all service strings. by Josh Gao · 7 years ago
  42. 4a037e2 adb: switch connect_to_remote to string_view. by Josh Gao · 7 years ago
  43. 8d49e12 adb: switch skip_host_serial to string_view. by Josh Gao · 7 years ago
  44. 4219a7b adb: add stroll equivalent for string_view. by Josh Gao · 7 years ago
  45. 6dbf579 adb: finish switching service creation to string_view. by Josh Gao · 7 years ago
  46. ab9958e adb: switch socket spec to string_view. by Josh Gao · 7 years ago
  47. f0fa1e4 adb: switch daemon_service_to_fd to string_view. by Josh Gao · 7 years ago
  48. 2d62747 adb: switch usb_linux helper to string_view. by Josh Gao · 7 years ago
  49. f0c4403 adb: switch unix_open to string_view. by Josh Gao · 7 years ago
  50. 505b9d9 Minor refactor to support strings with embedded zeros. by Alex Buynytskyy · 7 years ago
  51. 63b8a45 adbd: Automatically disable verity in adb remount. by David Anderson · 7 years ago
  52. 2109427 Merge "Change --fastdeploy behaviour" by Treehugger Robot · 7 years ago
  53. e4cc4d9 Change --fastdeploy behaviour by Henry Daitx · 7 years ago
  54. 4210cac Merge changes I042f25f8,I973f42c5,Icb4acea5 by Josh Gao · 7 years ago
  55. 3edf807 adbd: add source/sink services. by Josh Gao · 7 years ago
  56. 7b438fa adb: make `adb raw` bidirectional. by Josh Gao · 7 years ago
  57. 68f2c38 adb: remove incorrect use of RTTI. by Josh Gao · 7 years ago
  58. 18f5af6 Merge "Fix performance-for-range-copy warnings" by Treehugger Robot · 7 years ago
  59. 62d072c Start using new C++ Fstab class widely by Tom Cherry · 7 years ago
  60. 93eb389 Fix performance-for-range-copy warnings by Chih-Hung Hsieh · 7 years ago
  61. c51b15b Merge "Removes ASEC-related install flags" by Treehugger Robot · 7 years ago
  62. e75ef0a Removes ASEC-related install flags by Patrick Baumann · 7 years ago
  63. 61bf748 Fix adb not correctly reading return code from DeployAgent by Henry Daitx · 7 years ago
  64. ca6d69d Merge "adb: fix authentication when reconnecting." by Treehugger Robot · 7 years ago
  65. f39de88 Merge "Enable the APEX support on the device side." by Treehugger Robot · 7 years ago
  66. eb65652 adb: fix authentication when reconnecting. by Josh Gao · 7 years ago
  67. ba10057 Merge "C++17 is the default now." by Treehugger Robot · 7 years ago
  68. de24ae1 Merge "Revert "Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE."""" by Jaewoong Jung · 7 years ago
  69. c229a72 C++17 is the default now. by Elliott Hughes · 7 years ago
  70. 62add5b Enable the APEX support on the device side. by Josh Gao · 7 years ago
  71. b9d6b72 Merge "Fix fastdeploy issues when testing Boat Attack Unity3D demo" by Idries Hamadi · 7 years ago
  72. d41263f Revert "Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE.""" by Jaewoong Jung · 7 years ago
  73. c408d05 Fix fastdeploy issues when testing Boat Attack Unity3D demo by Idries Hamadi · 7 years ago
  74. ee446c0 Add OWNERS file to fastdeploy so idries@ can approve changes by Idries Hamadi · 7 years ago
  75. a735508 Merge "adb: stop using adbkey.pub." by Treehugger Robot · 7 years ago
  76. 7024da4 Switch from dist-for-goals to dist in Android.bp by Dan Willemsen · 7 years ago
  77. 8dc5958 logical -> dynamic partitions. by Yifan Hong · 7 years ago
  78. 13102c3 adb: stop using adbkey.pub. by Josh Gao · 7 years ago
  79. b291b86 Merge "switch to using android-base/file.h instead of android-base/test_utils.h" by Treehugger Robot · 7 years ago
  80. 739991d switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 7 years ago
  81. a958fb6 Merge "Revert "adb: make benchmarks build on the host."" by Josh Gao · 7 years ago
  82. 7898e85 Revert "adb: make benchmarks build on the host." by Josh Gao · 7 years ago
  83. 3898f7d adb: fix NonblockingFdConnection's behavior with large writes. by Josh Gao · 7 years ago
  84. 5b47082 adb: fix zero-initialization in Block. by Josh Gao · 7 years ago
  85. d04b452 adb: make benchmarks build on the host. by Josh Gao · 7 years ago
  86. e402600 adb: flush stderr after logging on Windows. by Josh Gao · 7 years ago
  87. 638d3b2 adb: libusb: don't set interface alternate setting. by Josh Gao · 7 years ago
  88. 709daa6 Merge "adb: pin USB interface versions on darwin." by Josh Gao · 7 years ago
  89. c21d43c adb: pin USB interface versions on darwin. by Josh Gao · 7 years ago
  90. 2c9ac82 Merge "adb: switch version back to 40." by Josh Gao · 7 years ago
  91. a090368 adb: win32: improve console output on Windows 10 by Spencer Low · 7 years ago
  92. 458493f adb: overlayfs failed to remount /system by Mark Salyzyn · 7 years ago
  93. 8548d05 Merge "adbd: Fix adb remount when switching roots during first-stage init." by David Anderson · 7 years ago
  94. b765a2e Merge "Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE.""" by Jaewoong Jung · 7 years ago
  95. 31ff07a Revert "Revert "adb: append the libwinpthread COPYING to adb's NOTICE."" by Jaewoong Jung · 7 years ago
  96. 9d2ef53 Merge "Revert "adb: append the libwinpthread COPYING to adb's NOTICE."" by Jaewoong Jung · 7 years ago
  97. 6ee5d92 Revert "adb: append the libwinpthread COPYING to adb's NOTICE." by Jaewoong Jung · 7 years ago
  98. 8496bf5 adb: switch version back to 40. by Josh Gao · 7 years ago
  99. 84c22d4 Merge "adb: print emulator console output" by Bo Hu · 7 years ago
  100. ddcfe21 adb: print emulator console output by bohu · 7 years ago