1. 5fe40a6 adb: Fix return value in error case by Greg Kaiser · 7 years ago
  2. 1e1ae45 adb: avoid sign extension of shell return code. by Josh Gao · 7 years ago
  3. d10b7c4 adb: attempt to exec newer adb servers on Linux. by Josh Gao · 7 years ago
  4. 3c99b0f adb: make root/unroot wait for the device to come back. by Josh Gao · 7 years ago
  5. e6413fc Merge "Restrict scanning port range, not emulator count" by Josh Gao · 7 years ago
  6. 25173c8 Restrict scanning port range, not emulator count by Tim Baverstock · 7 years ago
  7. 455f124 Merge "Support splitAPK in install-multi-package." by Dario Freni · 7 years ago
  8. 2020dd6 adb: wait for device to disconnect upon `adb root`. by Josh Gao · 7 years ago
  9. 1e9e471 adb: implement wait-for-disconnect. by Josh Gao · 7 years ago
  10. 79797ec adb: tell the client what transport it received. by Josh Gao · 7 years ago
  11. 6dc6157 Support splitAPK in install-multi-package. by Dario Freni · 7 years ago
  12. 7b1cb66 adb: update symlink timestamps. by Josh Gao · 7 years ago
  13. a2f3f95 Fix: Propagate cmd args to multi-package sessions. by Dario Freni · 7 years ago
  14. 287e442 adb: turn off fastdeploy. by Josh Gao · 7 years ago
  15. 74ccdf9 adb: convert more stuff to unique_fd. by Josh Gao · 7 years ago
  16. 09158b1 Merge "Fix fastdeploy failure in Windows" by Henry Daitx · 7 years ago
  17. f788f67 Fix fastdeploy failure in Windows by Henry Daitx · 7 years ago
  18. 89a6fdc Merge "adb: win32: LinePrinter Unicode support" by Josh Gao · 7 years ago
  19. 01a65ee Adding new feature to adb "abb". by Alex Buynytskyy · 7 years ago
  20. af0e220 Combine tcp_connect and socket_spec_connect. by Cody Schuffelen · 7 years ago
  21. bc54c36 Multi-package support for APEX. by Dario Freni · 7 years ago
  22. 6410fd2 Merge "adb: switch install to unique_fd." by Treehugger Robot · 7 years ago
  23. e5f61a9 Merge "Admit that there's more `adb install` help available." by Treehugger Robot · 7 years ago
  24. 61f872f adb: switch install to unique_fd. by Josh Gao · 7 years ago
  25. 0d4bf80 Admit that there's more `adb install` help available. by Elliott Hughes · 7 years ago
  26. dc58b0a Adds atomic install support to adb by Patrick Baumann · 7 years ago
  27. 22a8462 Merge "adbd: Automatically disable verity in adb remount." by David Anderson · 7 years ago
  28. 640407d Adding Android Binder Bridge (abb) utility launched from adbd. by Alex Buynytskyy · 7 years ago
  29. 5021cfc adb: switch usb_linux helper to string_view. by Josh Gao · 7 years ago
  30. 0f29cbc adb: switch unix_open to string_view. by Josh Gao · 7 years ago
  31. a5db1d7 adbd: Automatically disable verity in adb remount. by David Anderson · 7 years ago
  32. 17d4171 Merge "Change --fastdeploy behaviour" by Treehugger Robot · 7 years ago
  33. ee01c80 Change --fastdeploy behaviour by Henry Daitx · 7 years ago
  34. e89a55d adb: make `adb raw` bidirectional. by Josh Gao · 7 years ago
  35. bcc2d60 Merge "Removes ASEC-related install flags" by Treehugger Robot · 7 years ago
  36. 2443944 Removes ASEC-related install flags by Patrick Baumann · 7 years ago
  37. f21edf3 Fix adb not correctly reading return code from DeployAgent by Henry Daitx · 7 years ago
  38. fa10504 Merge "adb: stop using adbkey.pub." by Treehugger Robot · 7 years ago
  39. 2dc4cab adb: stop using adbkey.pub. by Josh Gao · 7 years ago
  40. 9f1cf25 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 7 years ago
  41. cd85556 adb: libusb: don't set interface alternate setting. by Josh Gao · 7 years ago
  42. b35ee22 adb: pin USB interface versions on darwin. 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. ea0c3cb adb: correct tcpip help message by bohu · 7 years ago
  46. fb08510 Add feature flag for b/110953234 fix. by Josh Gao · 7 years ago
  47. 29814de Accept apex packages as argument. by Dario Freni · 7 years ago
  48. d2aaede adb: don't use <error.h>. by Elliott Hughes · 7 years ago
  49. 4679a39 adb: rationalize fatal/error logging. by Elliott Hughes · 7 years ago
  50. 11cbf7d Merge "adb: add reboot-fastboot command" by Treehugger Robot · 7 years ago
  51. d8e94bd adb: add reboot-fastboot command by Mark Salyzyn · 7 years ago
  52. a2ccce8 Merge changes from topic "windows-libcxx" by Pirama Arumuga Nainar · 7 years ago
  53. 86554e9 Merge "Reverted aapt dependency to be a dependency on libandroidfw" by Idries Hamadi · 7 years ago
  54. 269a4b4 Reverted aapt dependency to be a dependency on libandroidfw by Idries Hamadi · 7 years ago
  55. 8e27656 Restore lost .dm support of adb install-multiple by Victor Hsieh · 7 years ago
  56. cabfc3d Support > 2GiB seeks in adb_lseek. by Elliott Hughes · 7 years ago
  57. 29e3dd8 Adapt to switch to libc++ for Windows by Pirama Arumuga Nainar · 7 years ago
  58. 4af6ee4 Small clean ups for issues raised in reviews of fastdeploy by Idries Hamadi · 7 years ago
  59. 7575cd9 Modified fastdeploy dependencies to ensure that fast deploy is build as part of 'sdk' target by Idries Hamadi · 7 years ago
  60. 5b6bf94 Remove fastdeploy dependency on libandroidfw by Idries Hamadi · 7 years ago
  61. 28c9539 Merge "adb: static constexpr." by Treehugger Robot · 7 years ago
  62. 91a2577 Merge "adb: really make kill-server wait for server death" by Treehugger Robot · 7 years ago
  63. 86ab9ff adb: static constexpr. by Elliott Hughes · 7 years ago
  64. 1f8147f Merge "Make sync and remount support product_services." by Anton Hansson · 7 years ago
  65. 4931a29 Merge "adb: win32: fix Ctrl-C of adb server nodaemon" by Treehugger Robot · 7 years ago
  66. cfc50ab adb: win32: LinePrinter Unicode support by Spencer Low · 7 years ago
  67. 7f3c01c Make sync and remount support product_services. by Anton Hansson · 7 years ago
  68. c8ad0ca adb: really make kill-server wait for server death by Spencer Low · 7 years ago
  69. 0a10040 adb should #include <sys/sysmacros.h> by Ivan Afonichev · 7 years ago
  70. 84fc271 adb: win32: fix Ctrl-C of adb server nodaemon by Spencer Low · 7 years ago
  71. 7f51e00 Address style and efficiency post-merge feedback from previous change (ed409eaec2cbe5bcecd163064692403a172ec397). by Idries Hamadi · 7 years ago
  72. f6d707b Merge "adb: fix spurious usb write failure on Windows." by Treehugger Robot · 7 years ago
  73. 7e7ab56 adb: don't spew push/pull progress to dumb terminals. by Josh Gao · 7 years ago
  74. 5d799cd adb: fix spurious usb write failure on Windows. by Josh Gao · 7 years ago
  75. ec54ef7 Merge "Fix MacOS SDK build error caused by deprecated stl call." by Josh Gao · 7 years ago
  76. 1d19793 Fix MacOS SDK build error caused by deprecated stl call. by Idries Hamadi · 7 years ago
  77. 15eb065 Merge "Integrate adb with fastdeploy" by Treehugger Robot · 7 years ago
  78. 043fbec adb: add environment variables to disable usb, emulators, mdns. by Josh Gao · 7 years ago
  79. e032387 adb: minor cleanup. by Josh Gao · 7 years ago
  80. 362e696 adb: report connection status when we're unauthorized. by Josh Gao · 7 years ago
  81. ed409ea Integrate adb with fastdeploy by Idries Hamadi · 8 years ago
  82. f03eebd Accept DexMetadata files (.dm) for install-multiple by Calin Juravle · 8 years ago
  83. 52126a4 Merge "adb: win32: fix Unicode console output" by Treehugger Robot · 7 years ago
  84. 258d4a9 adb: fix error message for `adb {forward,reverse}` by Josh Gao · 7 years ago
  85. 771ba0c adb: win32: fix Unicode console output by Spencer Low · 7 years ago
  86. 86acb86 adb: split shell_service.h into client/daemon/protocol parts. by Josh Gao · 7 years ago
  87. edec033 adb: split file_sync_service.h into client and daemon parts. by Josh Gao · 7 years ago
  88. 6150a37 adb: Remove most C-style allocations by Luis Hector Chavez · 7 years ago
  89. cb140c0 Merge changes I31e444f3,If07ff05f,If3ba190d by Jerry Zhang · 7 years ago
  90. 16b78db adb: Have device usb_handle return io size by Jerry Zhang · 8 years ago
  91. aed415c [adb] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  92. 0cee7cc adb: work around adbd push bug. by Josh Gao · 8 years ago
  93. d8a4c60 Simplify __attribute__((__printf__)) use. by Elliott Hughes · 8 years ago
  94. 172d0d4 adb: add `adb raw` to connect to an arbitrary service. by Josh Gao · 8 years ago
  95. 31f0f1b Fix `adb logcat` return code. by Elliott Hughes · 8 years ago
  96. ae74e42 Merge "Fix exit-time-destructor warning" by Treehugger Robot · 8 years ago
  97. 8b47d31 Fix exit-time-destructor warning by Pirama Arumuga Nainar · 8 years ago
  98. 7a22358 Merge changes I465804fd,Ib5a684bb,If5e66570,I8471cc00,I8ba0a70a by Josh Gao · 8 years ago
  99. 71f775a adb: remove fdevent_install, fdevent_remove. by Josh Gao · 8 years ago
  100. 454bc7c adb: Add a way to reconnect TCP transports by Luis Hector Chavez · 8 years ago