1. c7a1fb8 [adbwifi] Add pairing_connection library. by Joshua Duong · 6 years ago
  2. 340a5e8 [adbwifi] Add pairing_auth library. by Joshua Duong · 6 years ago
  3. 51378f4 adbd_auth function signature changes. by Joshua Duong · 6 years ago
  4. b182a35 Merge "Initialize |sentBlocksCount|" by Yurii Zubrytskyi · 6 years ago
  5. 5694a95 Merge "Remove ld.config.txt from adbd APEX" by Kiyoung Kim · 6 years ago
  6. 12051a0 Initialize |sentBlocksCount| by Yurii Zubrytskyi · 6 years ago
  7. b659506 Fix the MacOS build of incremental* by Yurii Zubrytskyi · 6 years ago
  8. f611e41 Remove ld.config.txt from adbd APEX by Kiyoung Kim · 6 years ago
  9. 516c441 [adb] Add a version field to v4 signature format by Yurii Zubrytskyi · 6 years ago
  10. 96ff54b Incremental installations in adb, client/host side. by Alex Buynytskyy · 6 years ago
  11. 663b3c9 Some minor fixes to libadb_tls_connection. by Joshua Duong · 6 years ago
  12. 39e54b8 add a version TXT record to adb secure mdns services by Lingfeng Yang · 6 years ago
  13. 615036f adbd: only register dnsservices via explicit API by Lingfeng Yang · 7 years ago
  14. cef4ade adb client interface for secure services by Lingfeng Yang · 7 years ago
  15. 4b62bcd get the ip address info for all DNS services by Lingfeng Yang · 7 years ago
  16. c712f2d make the client browse for appropriate mdns services by Lingfeng Yang · 7 years ago
  17. be49d8a Add mDNS services for pairing and connect by Lingfeng Yang · 7 years ago
  18. 4293e32 [adbwifi] Add tls_connection library. by Joshua Duong · 6 years ago
  19. ef28ca4 Move adb RSA utilities into its own library. by Joshua Duong · 6 years ago
  20. 9e96e71 [adbwifi] Add adb protos. by Joshua Duong · 6 years ago
  21. 68f2e9c Merge changes Ia8f83a53,Ia1f6a659 by Josh Gao · 6 years ago
  22. e4d66fc adbd: add a perfunctory abb test. by Josh Gao · 6 years ago
  23. 93dee96 adb: switch tests to python3. by Josh Gao · 6 years ago
  24. 17730e7 use apex_test for test apexes by Jiyong Park · 6 years ago
  25. c71a1e7 Merge "adb: report error in copy_to_file." by Josh Gao · 6 years ago
  26. 3828ebc adb: report error in copy_to_file. by Josh Gao · 6 years ago
  27. 955601b Merge "Add libadbd_auth to adbd's required list." by Josh Gao · 6 years ago
  28. 9952258 Add libadbd_auth to adbd's required list. by Josh Gao · 6 years ago
  29. d0854b3 Merge "Add adbd_test to mts." by Josh Gao · 6 years ago
  30. d5bad7c Merge "adbd: actually dynamically link against libadbd_auth." by Josh Gao · 6 years ago
  31. a536b42 The darwin linker does not support version scripts by Dan Willemsen · 6 years ago
  32. 24b01d2 libadbconnection_client: apply version script to library. by Josh Gao · 6 years ago
  33. 7f72945 adbd: actually dynamically link against libadbd_auth. by Josh Gao · 6 years ago
  34. 7e01587 Add adbd_test to mts. by Josh Gao · 6 years ago
  35. b2066fd Merge "adb: make the push summary fit in 80 columns." by Elliott Hughes · 6 years ago
  36. 00ff8d7 adb: make the push summary fit in 80 columns. by Elliott Hughes · 6 years ago
  37. bb7fc92 Move jdwp connection abstraction from ART apex to adbd apex. by Josh Gao · 6 years ago
  38. 4270060 Merge "Build test_com.android.adbd.apex." by Josh Gao · 6 years ago
  39. 7da5d8a Build test_com.android.adbd.apex. by Josh Gao · 6 years ago
  40. 1ffccf5 adb: windows: fix adb execute root cmd with no tips by Junyong Sun · 6 years ago
  41. f633b62 Merge "Require liblog for libbase in all configurations" by Tom Cherry · 6 years ago
  42. 0b633d8 Remove leftover support for target-as-host by Kevin Brodsky · 6 years ago
  43. a6379cd Merge "Add /system/lib to the permitted paths for ns of APEXes" by Treehugger Robot · 6 years ago
  44. 9921630 Require liblog for libbase in all configurations by Tom Cherry · 6 years ago
  45. f5a329f Merge "adb: fix `adb connect` help typo." by Treehugger Robot · 6 years ago
  46. 9718660 Merge "adb: avoid consuming input in `adb remount`." by Treehugger Robot · 6 years ago
  47. 9e75634 adb: avoid consuming input in `adb remount`. by Josh Gao · 6 years ago
  48. 65474fd adb: fix `adb connect` help typo. by Elliott Hughes · 6 years ago
  49. 016059d Add /system/lib to the permitted paths for ns of APEXes by Jiyong Park · 6 years ago
  50. 0513f0e Update ld.config.txt for adbd apex by Kiyoung Kim · 6 years ago
  51. 27fa358 Merge "adb: use poll instead of select in shell_service." by Josh Gao · 6 years ago
  52. 1cdcc5f Merge "adb: fix use after free of atransport." by Treehugger Robot · 6 years ago
  53. 63da8e6 adb: use poll instead of select in shell_service. by Josh Gao · 6 years ago
  54. 264a37d Merge "Fix SEGV in libziparchive with malformed zip file." by Elliott Hughes · 6 years ago
  55. 90e9217 Merge "Enable "localfilesystem" UNIX domain socket for ADB." by Treehugger Robot · 6 years ago
  56. fba2a1a Fix SEGV in libziparchive with malformed zip file. by Elliott Hughes · 6 years ago
  57. dfe6c84 adb: improve help for -t/-tt. by Elliott Hughes · 6 years ago
  58. 607fd54 adb: fix use after free of atransport. by Josh Gao · 6 years ago
  59. b310da6 adbd: Update DeviceInterfaceGUID for WinUSB by Jack Pham · 6 years ago
  60. f4ddee0 Merge changes I6ff85723,Ia7d743d5 by Josh Gao · 6 years ago
  61. d692530 Merge "adb: remove atransport ref counting." by Treehugger Robot · 6 years ago
  62. 9a8366b adb: remove atransport ref counting. by Josh Gao · 6 years ago
  63. 3ec7be7 Revert "Revert "Support socket activation of adb server"" by Daniel Colascione · 6 years ago
  64. 8bde191 Enable "localfilesystem" UNIX domain socket for ADB. by Jason Jeremy Iman · 6 years ago
  65. 5dda7f6 [adb] Optimize adbd's usb reading by Yurii Zubrytskyi · 6 years ago
  66. 80a734f Merge "Allow the adb server to bind on ::1" by Josh Gao · 6 years ago
  67. b6d7ea1 Handle the reboot in the recovery user mode by Tianjie Xu · 6 years ago
  68. ef6d913 Merge "fastdeploy: fix tests." by Elliott Hughes · 6 years ago
  69. 74f0fc6 fastdeploy: fix tests. by Elliott Hughes · 6 years ago
  70. 8539cb3 Allow the adb server to bind on ::1 by Callum Ryan · 6 years ago
  71. 2aabeed Merge "Properly finish daemon init when initial USB scan complete" by Daniel Colascione · 6 years ago
  72. e24a4b3 Merge changes from topic "adbd_apex" by Josh Gao · 6 years ago
  73. a933b43 Grant adb auth under recovery for unlocked & userdebug devices by Tianjie Xu · 6 years ago
  74. 594f70f Move adbd to an apex. by Josh Gao · 6 years ago
  75. 2752326 adbd: use libadbd_auth for authentication. by Josh Gao · 6 years ago
  76. 3aef5c8 Properly finish daemon init when initial USB scan complete by Daniel Colascione · 6 years ago
  77. 18bbb2d Merge changes from topics "adbd_reboot", "adbd_verity" by Josh Gao · 6 years ago
  78. 2c356bb adb: replace reboot service with exec of /system/bin/reboot. by Josh Gao · 6 years ago
  79. f61f414 Move enable-verity/disable-verity out of adb to a helper binary. by Josh Gao · 6 years ago
  80. 7b7ee19 Use adbd_system_binaries to track adbd's dependencies. by Josh Gao · 6 years ago
  81. c9e09e6 deployagent: set sdk version. by Josh Gao · 6 years ago
  82. baea773 Merge changes from topic "apex_remount" by Josh Gao · 6 years ago
  83. 8d1d87e adbd: replace remount_service with an exec of /system/bin/remount. by Josh Gao · 6 years ago
  84. 2fd9d73 Merge "adbd: allow port configuration on host." by Treehugger Robot · 6 years ago
  85. 6ce4404 Move remount to PRODUCT_PACKAGES_DEBUG. by Josh Gao · 6 years ago
  86. 7fb1407 adb: log more detail on failure to read keys. by Elliott Hughes · 6 years ago
  87. 665f3ff FastDeploy refactor: 2+GB APK support, optimizations, tests. by Alex Buynytskyy · 6 years ago
  88. ea3f43c adb: disable failing test. by Josh Gao · 6 years ago
  89. 2a62d42 Merge "Use libcrypto_static instead of libcrypto" by Colin Cross · 6 years ago
  90. 3a22e8c Merge "adb: fragment host linux USB writes when needed." by Josh Gao · 6 years ago
  91. 070c030 Merge "adb: fix infinite loop when attempting to push to //foo." by Treehugger Robot · 6 years ago
  92. 06e7cb5 adbd: allow port configuration on host. by Josh Gao · 6 years ago
  93. 76b64ba adb: fix infinite loop when attempting to push to //foo. by Josh Gao · 6 years ago
  94. 03ba5b9 Merge "Add require_root to adbd_test and libpackagelistparser_test" by Dan Shi · 6 years ago
  95. d1360f4 Add require_root to adbd_test and libpackagelistparser_test by Dan Shi · 6 years ago
  96. f117f34 Use libcrypto_static instead of libcrypto by Colin Cross · 6 years ago
  97. 6f908ce adb: fix adb remount -R by Mark Salyzyn · 6 years ago
  98. 1025b22 adb: fragment host linux USB writes when needed. by Josh Gao · 6 years ago
  99. 7ea92d8 Using the correct feature name for abb_exec. by Alex Buynytskyy · 6 years ago
  100. fd01025 Merge "adb: fix old host transport selection." by Treehugger Robot · 6 years ago