1. 4532ea8 [adb] Use incremental installation by default by Yurii Zubrytskyi · 6 years ago
  2. 030f1ef adb: Avoid extra string construction by Greg Kaiser · 6 years ago
  3. a1f41fc Merge "[adb] generic "cast_handle_to_int" function" by Yurii Zubrytskyi · 6 years ago
  4. e3e64b8 [adb] generic "cast_handle_to_int" function by Yurii Zubrytskyi · 6 years ago
  5. 82f715b adb: fix bugreport status line. by Josh Gao · 6 years ago
  6. 4dc73c0 Merge "adb: implement compression for file sync." by Josh Gao · 6 years ago
  7. 939fc19 adb: implement compression for file sync. by Josh Gao · 6 years ago
  8. 1b273ed Pass the os handle to the tls connection. by Joshua Duong · 6 years ago
  9. 47a58ec [adb] file sync performance on Windows by Yurii Zubrytskyi · 6 years ago
  10. 8539004 Adding block kind to protocol for future streaming of a tree. by Alex Buynytskyy · 6 years ago
  11. b0fa864 [adb] Print fewer progress messages for push/pull by Yurii Zubrytskyi · 6 years ago
  12. 2488c21 [adb] Fix incremental installation on Windows by Yurii Zubrytskyi · 6 years ago
  13. c3eb301 [adb incremental] send priority blocks first by Songchun Fan · 6 years ago
  14. 23bd552 [adb data server] wait for installation results before terminates by Songchun Fan · 6 years ago
  15. eebf9f7 Implement the new v4 signing scheme in adb by Alex Buynytskyy · 6 years ago
  16. 672cdfe adb: fix sync. by Josh Gao · 6 years ago
  17. 4fe694a Merge "adb: support wait-for- with multiple states." by Elliott Hughes · 6 years ago
  18. edfec96 adb: Avoid a couple std::string constructions by Greg Kaiser · 6 years ago
  19. a52b458 adb: support wait-for- with multiple states. by Elliott Hughes · 6 years ago
  20. 2263bcb Merge "adb: defer acknowledgement of pushed files until the end." by Josh Gao · 6 years ago
  21. c6e64b3 Merge ""track-app" service showing debuggable/profileable apps" by Treehugger Robot · 6 years ago
  22. 401c787 adb: improve logging of key loading slightly. by Elliott Hughes · 6 years ago
  23. f4ffae1 "track-app" service showing debuggable/profileable apps by Shukang Zhou · 6 years ago
  24. 64ff82b adb: defer acknowledgement of pushed files until the end. by Josh Gao · 6 years ago
  25. 79a452a Properly remove adb DNS services. by Joshua Duong · 6 years ago
  26. 0ea130e Merge "incremental_server: fix a use of uninitalized memory" by Treehugger Robot · 6 years ago
  27. 744ba42 Merge "adbd: remove static dependency on libcutils." by Josh Gao · 6 years ago
  28. 19b500b incremental_server: fix a use of uninitalized memory by George Burgess IV · 6 years ago
  29. 5cf7868 [adbwifi] Add A_STLS command. by Joshua Duong · 6 years ago
  30. d85f5c0 [adbwifi] Add adbwifi_libs, TLS connection, and MDNS implementation. by Joshua Duong · 6 years ago
  31. 12051a0 Initialize |sentBlocksCount| by Yurii Zubrytskyi · 6 years ago
  32. b659506 Fix the MacOS build of incremental* by Yurii Zubrytskyi · 6 years ago
  33. a9b62d5 adbd: remove static dependency on libcutils. by Josh Gao · 6 years ago
  34. 516c441 [adb] Add a version field to v4 signature format by Yurii Zubrytskyi · 6 years ago
  35. 96ff54b Incremental installations in adb, client/host side. by Alex Buynytskyy · 6 years ago
  36. 39e54b8 add a version TXT record to adb secure mdns services by Lingfeng Yang · 7 years ago
  37. cef4ade adb client interface for secure services by Lingfeng Yang · 7 years ago
  38. 4b62bcd get the ip address info for all DNS services by Lingfeng Yang · 7 years ago
  39. c712f2d make the client browse for appropriate mdns services by Lingfeng Yang · 7 years ago
  40. ef28ca4 Move adb RSA utilities into its own library. by Joshua Duong · 6 years ago
  41. 3828ebc adb: report error in copy_to_file. by Josh Gao · 6 years ago
  42. 00ff8d7 adb: make the push summary fit in 80 columns. by Elliott Hughes · 6 years ago
  43. 1ffccf5 adb: windows: fix adb execute root cmd with no tips by Junyong Sun · 6 years ago
  44. f5a329f Merge "adb: fix `adb connect` help typo." by Treehugger Robot · 6 years ago
  45. 9e75634 adb: avoid consuming input in `adb remount`. by Josh Gao · 6 years ago
  46. 65474fd adb: fix `adb connect` help typo. by Elliott Hughes · 6 years ago
  47. 90e9217 Merge "Enable "localfilesystem" UNIX domain socket for ADB." by Treehugger Robot · 6 years ago
  48. dfe6c84 adb: improve help for -t/-tt. by Elliott Hughes · 6 years ago
  49. f4ddee0 Merge changes I6ff85723,Ia7d743d5 by Josh Gao · 6 years ago
  50. 3ec7be7 Revert "Revert "Support socket activation of adb server"" by Daniel Colascione · 6 years ago
  51. 8bde191 Enable "localfilesystem" UNIX domain socket for ADB. by Jason Jeremy Iman · 7 years ago
  52. 5fff387 Merge "Revert "Delay initial accept() until server initialized"" by Raman Tenneti · 6 years ago
  53. b71b5af Revert "Delay initial accept() until server initialized" by Raman Tenneti · 6 years ago
  54. 6657c5d Merge "Revert "Support socket activation of adb server"" by Raman Tenneti · 6 years ago
  55. c77904e Revert "Support socket activation of adb server" by Raman Tenneti · 6 years ago
  56. d938165 Merge "Delay initial accept() until server initialized" by Treehugger Robot · 6 years ago
  57. d705282 Merge "Support socket activation of adb server" by Daniel Colascione · 6 years ago
  58. ef6d913 Merge "fastdeploy: fix tests." by Elliott Hughes · 6 years ago
  59. 74f0fc6 fastdeploy: fix tests. by Elliott Hughes · 6 years ago
  60. 4ad4a11 Delay initial accept() until server initialized by Daniel Colascione · 6 years ago
  61. 4456b5f Support socket activation of adb server by Daniel Colascione · 6 years ago
  62. 3aef5c8 Properly finish daemon init when initial USB scan complete by Daniel Colascione · 6 years ago
  63. 7fb1407 adb: log more detail on failure to read keys. by Elliott Hughes · 7 years ago
  64. 665f3ff FastDeploy refactor: 2+GB APK support, optimizations, tests. by Alex Buynytskyy · 7 years ago
  65. 3a22e8c Merge "adb: fragment host linux USB writes when needed." by Josh Gao · 7 years ago
  66. 070c030 Merge "adb: fix infinite loop when attempting to push to //foo." by Treehugger Robot · 7 years ago
  67. 76b64ba adb: fix infinite loop when attempting to push to //foo. by Josh Gao · 7 years ago
  68. 6f908ce adb: fix adb remount -R by Mark Salyzyn · 7 years ago
  69. 1025b22 adb: fragment host linux USB writes when needed. by Josh Gao · 7 years ago
  70. 7ea92d8 Using the correct feature name for abb_exec. by Alex Buynytskyy · 7 years ago
  71. 8c2198c adb: use shell for remount to forward return codes. by Josh Gao · 7 years ago
  72. 34a478f adb: add ls_v2. by Josh Gao · 7 years ago
  73. 51fcf32 adb: rename syncmsg::*::time to mtime. by Josh Gao · 7 years ago
  74. 6e86174 Merge "[adb] Cache features set inside the client process" by Songchun Fan · 7 years ago
  75. 82834f1 Merge "[adb] Speed up the streaming install" by Songchun Fan · 7 years ago
  76. 6c4cfd6 Merge changes I4d6bda45,I72576e1f by Josh Gao · 7 years ago
  77. 6eca0e6 [adb] Speed up the streaming install by Yurii Zubrytskyi · 7 years ago
  78. da9c767 adb: don't manually construct device selection prefix in forward. by Josh Gao · 7 years ago
  79. 91a5318 Merge "adb: fail better in install-multiple." by Elliott Hughes · 7 years ago
  80. dad291f Merge "adb: add `--abi` to the `adb install` help." by Elliott Hughes · 7 years ago
  81. 8c4db55 Merge "Fix `adb install` on very old Android releases." by Elliott Hughes · 7 years ago
  82. 541d740 adb: fail better in install-multiple. by Elliott Hughes · 7 years ago
  83. c0ebd59 adb: add `--abi` to the `adb install` help. by Elliott Hughes · 7 years ago
  84. 9435073 Fix `adb install` on very old Android releases. by Elliott Hughes · 7 years ago
  85. e800af5 [adb] Cache features set inside the client process by Yurii Zubrytskyi · 7 years ago
  86. fc2f5f6 adb: fix track-devices-l. by Elliott Hughes · 7 years ago
  87. 690c8c8 Merge "Restore default port for `adb connect`." by Elliott Hughes · 7 years ago
  88. 5140682 Merge "Clarify `adb sync -l` help text." by Treehugger Robot · 7 years ago
  89. 573e67c Restore default port for `adb connect`. by Elliott Hughes · 7 years ago
  90. 4c8ea89 Clarify `adb sync -l` help text. by Elliott Hughes · 7 years ago
  91. af3ce08 Fastdeploy converted to c++ and bin2c on the jar. by Joshua Gilpatrick · 7 years ago
  92. 63e8d98 adb: switch from system_clock to steady_clock. by Josh Gao · 7 years ago
  93. 88d2313 Merge changes from topic "fdevent_refactor" by Josh Gao · 7 years ago
  94. 5d0ac62 Rename product_services to system_ext by Justin Yun · 7 years ago
  95. 57e09b1 adb: move fdevent to its own folder. by Josh Gao · 7 years ago
  96. cc2f124 Refactorings to match adb_abb to adb_shell code. by Alex Buynytskyy · 7 years ago
  97. 8eea2ca Merge "adb: Allow `adb rescue getprop`." by Tao Bao · 7 years ago
  98. 599eee1 adb: Allow `adb rescue getprop`. by Tao Bao · 7 years ago
  99. b581ce9 Allow adb to handle single paramter with install-multi-package flag by Mohammad Samiul Islam · 7 years ago
  100. 09070af Merge "Add deprecation warning to adb backup/restore" by Al Sutton · 7 years ago