1. d417177 Explicitly show the destination filename for a bugreport. by Elliott Hughes · 5 years ago
  2. 282385f [adb] Check for null in mdns connect info. by Joshua Duong · 5 years ago
  3. 30b0bbd adb: avoid crash when authenticating without vendor keys. by Josh Gao · 5 years ago
  4. 536f220 Merge "adbd: remove ifdefs guarding root/secure." by Josh Gao · 5 years ago
  5. d076857 adbd: remove ifdefs guarding root/secure. by Josh Gao · 5 years ago
  6. b99f194 Merge "Move libadbd_auth, libadbd_fs to adbd_system_binaries." by Josh Gao · 5 years ago
  7. 924915b adb: treat non-successful inc-server runs as failures by Yurii Zubrytskyi · 5 years ago
  8. 450e83e Merge "adb: implement zstd compression for file sync." by Josh Gao · 5 years ago
  9. f7fed04 Merge "check_ms_os_desc: fix buffer overflow." by Treehugger Robot · 5 years ago
  10. 7405a92 Signature checks. by Alex Buynytskyy · 5 years ago
  11. a2929d5 check_ms_os_desc: fix buffer overflow. by Josh Gao · 5 years ago
  12. 3f2f3ba adb: don't use parameterized in test_adb.py. by Josh Gao · 5 years ago
  13. e572f2f Move libadbd_auth, libadbd_fs to adbd_system_binaries. by Josh Gao · 5 years ago
  14. 317d3e1 adb: implement zstd compression for file sync. by Josh Gao · 5 years ago
  15. 4ea509e Merge "adb: only submit USB writes on the worker thread." by Treehugger Robot · 5 years ago
  16. 9625510 adb: only submit USB writes on the worker thread. by Josh Gao · 5 years ago
  17. b273655 Merge "adb: fix flakiness in PTY shell protocol." by Josh Gao · 5 years ago
  18. be41ae5 adb: fix flakiness in PTY shell protocol. by Josh Gao · 5 years ago
  19. 8f83498 adb: fix abb test. by Josh Gao · 5 years ago
  20. a64d4f8 Optimizing install-multi-package to use ABB. by Alex Buynytskyy · 5 years ago
  21. c06d01e Incremental install mode for install-multi. by Alex Buynytskyy · 5 years ago
  22. 7ce4a26 Merge changes from topic "adb-mdns" by Joshua Duong · 5 years ago
  23. dcba5c9 adb pair: allow passing password as command-line argument. by Joshua Duong · 5 years ago
  24. 04d207d Change adb auto-connect to use mdns instance name. by Joshua Duong · 6 years ago
  25. beac509 'adb pair' by mdns instance name. by Joshua Duong · 6 years ago
  26. 7ebc595 'adb connect' by mDNS service name. by Joshua Duong · 6 years ago
  27. ec5aa59 adb: don't cache failure to get features. by Josh Gao · 5 years ago
  28. 04aa5be Passing additional flags to incremental installation. by Alex Buynytskyy · 5 years ago
  29. b6a6023 Merge "Make some fdevent member functions pure virtual." by Treehugger Robot · 5 years ago
  30. e65e002 Add a few more trivial socket_spec.h tests. by Elliott Hughes · 5 years ago
  31. 631fe1e Make some fdevent member functions pure virtual. by Elliott Hughes · 5 years ago
  32. a227c19 Merge changes Id8d9fa6c,I47d3ad50,I7cebbf75,Id10e320a by Josh Gao · 5 years ago
  33. 8987016 Merge changes I24e70952,I652560ad by Treehugger Robot · 5 years ago
  34. 1d77251 Merge "Remove unneeded optimize_for lite" by Treehugger Robot · 5 years ago
  35. 7be8519 Add mDNS service instance name parser. by Joshua Duong · 6 years ago
  36. 2814928 Merge "[adb client] Fix mdns discovery service registry." by Joshua Duong · 5 years ago
  37. a11d27f adb: use transport-id to make coverage script faster. by Josh Gao · 6 years ago
  38. 3441f23 adb: add `adb transport-id` command. by Josh Gao · 6 years ago
  39. 077ac11 [adb client] Fix mdns discovery service registry. by Joshua Duong · 6 years ago
  40. 9a3d868 Remove unneeded optimize_for lite by Luca Stefani · 6 years ago
  41. 9f3064f adbd: avoid compiling more code in the daemon. by Josh Gao · 6 years ago
  42. a786f0a adb: don't run all of the tests again over TCP in coverage. by Josh Gao · 6 years ago
  43. ad18395 adbd: respect ADB_TRACE on host adbd. by Josh Gao · 6 years ago
  44. 34cd60f adb: mark kMaxProcessNameLength as constexpr. by Josh Gao · 6 years ago
  45. 6098595 Merge "Add min_sdk_version:R to updatable apexes" by Jooyung Han · 6 years ago
  46. 3eea624 Merge "[adb] Disable _adb._tcp. service auto-connect by default." by Joshua Duong · 6 years ago
  47. abc40c7 Merge "Using ABB for install-multi." by Treehugger Robot · 6 years ago
  48. 2eedc23 [adb] Disable _adb._tcp. service auto-connect by default. by Joshua Duong · 6 years ago
  49. a59e9b4 Using ABB for install-multi. by Alex Buynytskyy · 6 years ago
  50. 0e778dc adb: allow filtering by file in coverage/show.sh. by Josh Gao · 6 years ago
  51. d5d5ba1 adbd: don't use libc++_static. by Josh Gao · 6 years ago
  52. 8a9277a adb: split transport_local.cpp into client/daemon. by Josh Gao · 6 years ago
  53. 13c639e [adb client] Add "mdns services" command. by Joshua Duong · 6 years ago
  54. 504d393 [adb client] Add "adb mdns check" command. by Joshua Duong · 6 years ago
  55. 073c8d2 adbd: improve coverage by compiling less code. by Josh Gao · 6 years ago
  56. f099105 adb: refactor and relocate coverage script. by Josh Gao · 6 years ago
  57. 79d4f14 adbd: test TCP in coverage. by Josh Gao · 6 years ago
  58. e3c62cc adb: allow wait-for-disconnect to match offline for TCP devices. by Josh Gao · 6 years ago
  59. 03bee48 adbd: add unit tests to coverage report. by Josh Gao · 6 years ago
  60. 67095b2 Merge "adb: add helper binary to do a usb reset on a device." by Josh Gao · 6 years ago
  61. c0d8686 adbd: add a script to generate coverage information. by Josh Gao · 6 years ago
  62. 98419f7 adbd: add a log message on start. by Josh Gao · 6 years ago
  63. 89fe376 [adb data server] Initialize variable by Greg Kaiser · 6 years ago
  64. ff08a51 Merge "adbconnection: silence logspam." by Josh Gao · 6 years ago
  65. 22cc277 Merge "adb: change mdns tls service names (RFC 6763)." by Treehugger Robot · 6 years ago
  66. 81f2db4 adb: change mdns tls service names (RFC 6763). by Joshua Duong · 6 years ago
  67. d81a805 adbconnection: silence logspam. by Josh Gao · 6 years ago
  68. 4a1da79 adbconnection: delete unnecessary darwin workaround. by Josh Gao · 6 years ago
  69. fb4616b adb: fix feature sets on devices that don't have them. by Josh Gao · 6 years ago
  70. 8fbb0d8 Merge "macOS build fix: no SOCK_CLOEXEC on darwin." by Treehugger Robot · 6 years ago
  71. 63f2be8 Merge "macOS build fix: no off64_t on darwin." by Treehugger Robot · 6 years ago
  72. cbe30fb macOS build fix: no SOCK_CLOEXEC on darwin. by Elliott Hughes · 6 years ago
  73. 5e32d2f Remove host_supported from libadb_pairing_server. by Joshua Duong · 6 years ago
  74. 729f58e macOS build fix: don't build libadbconnection. by Elliott Hughes · 6 years ago
  75. 7d9a7a3 macOS build fix: no off64_t on darwin. by Elliott Hughes · 6 years ago
  76. 82c1c97 [incfs] Stream the hash tree for incremental installation by Alex Buynytskyy · 6 years ago
  77. 6fc26df [adb] Don't copy features set on each get() by Yurii Zubrytskyi · 6 years ago
  78. 31242c0 Add min_sdk_version:R to updatable apexes by Jooyung Han · 6 years ago
  79. 89cce05 Merge changes from topic "adbd_lz4" by Josh Gao · 6 years ago
  80. edd7771 Merge "adb: add option to disable kill-server." by Josh Gao · 6 years ago
  81. a0c1918 Merge "Add missing `static` for macOS inline." by Elliott Hughes · 6 years ago
  82. 20f079e Merge "Revert "Reland "adb: daemon: Assign valid fd to usb_handle ep0 file descriptor""" by Josh Gao · 6 years ago
  83. 9026a44 Revert "Reland "adb: daemon: Assign valid fd to usb_handle ep0 file descriptor"" by Josh Gao · 6 years ago
  84. ba6d1da adb: add option to disable kill-server. by Josh Gao · 6 years ago
  85. 681338d Add missing `static` for macOS inline. by Elliott Hughes · 6 years ago
  86. 0aafa0f adb: add implementation of mempcpy for deficient platforms. by Josh Gao · 6 years ago
  87. 5949fcc adb: add dry-run option to push/sync. by Josh Gao · 6 years ago
  88. ec44d35 adb: implement LZ4 compression. by Josh Gao · 6 years ago
  89. 2165717 adb: fix use of wrong union variant. by Josh Gao · 6 years ago
  90. 4da40a9 adb: fix front_size, front_data. by Josh Gao · 6 years ago
  91. 49ba558 adb: add interfaces for Encoder/Decoder. by Josh Gao · 6 years ago
  92. e485bdf adbd: delete unused variable. by Josh Gao · 6 years ago
  93. 6e697f2 adb: move things around to prepare to add LZ4. by Josh Gao · 6 years ago
  94. 31d42aa adb: fix misindentation in Android.bp by Josh Gao · 6 years ago
  95. f8dc296 Merge "adb: fix apex installation." by Yurii Zubrytskyi · 6 years ago
  96. 3c1803c adb: fix apex installation. by Josh Gao · 6 years ago
  97. 3735614 Statically link libadbd into minadbd. by Josh Gao · 6 years ago
  98. c6cb89e adb: temporarily kill adb_benchmark. by Josh Gao · 6 years ago
  99. 0871824 Move adbd's legacy USB implementation to fastboot. by Josh Gao · 6 years ago
  100. 26a8ed9 Merge "[adb] use zip iteration with functor" by Songchun Fan · 6 years ago