1. dce6026 Revert "Report errors in the framebuffer service." by Holmes Chou · 3 years, 6 months ago
  2. 2ad1562 Report errors in the framebuffer service. by Elliott Hughes · 3 years, 6 months ago
  3. ddfab04 Add script to build coverage-enabled binaries/tests. by Josh Gao · 3 years, 7 months ago
  4. f941a8a Use the right test binaries when generating coverage. by Josh Gao · 3 years, 7 months ago
  5. 85407e3 weak_ptr: add test, fix bug. by Josh Gao · 3 years, 7 months ago
  6. 1ca6bba Add more tests for IOVector. by Josh Gao · 3 years, 7 months ago
  7. e83431c Add a framebuffer test. by Josh Gao · 3 years, 7 months ago
  8. 344bb3b Deflake coverage script. by Josh Gao · 3 years, 7 months ago
  9. 6256d99 Add test for ConnectionState to_string. by Josh Gao · 3 years, 7 months ago
  10. 22f73e6 Merge "Fix required for recovery phony module" by Treehugger Robot · 3 years, 6 months ago
  11. e79769d Ignore error for fchown if sgid bit is set for parent directory by Håkan Kvist · 3 years, 6 months ago
  12. fc0410d Fix required for recovery phony module by Inseob Kim · 3 years, 6 months ago
  13. a2dbdee Merge "Mark adbd apex as compressible" by Mohammad Islam · 3 years, 6 months ago
  14. bb5b601 Mark adbd apex as compressible by Samiul Islam · 3 years, 6 months ago
  15. 861078a Merge "Synchronize the libusb and native backend's USB address." by Josh Gao · 3 years, 6 months ago
  16. bbfaaac Merge changes I93f3c3e3,I2675db1f by Josh Gao · 3 years, 6 months ago
  17. 3d88c0e Synchronize the libusb and native backend's USB address. by Josh Gao · 3 years, 6 months ago
  18. 8e7c972 Add attach/detach support to libusb backend. by Josh Gao · 3 years, 6 months ago
  19. 7852ca4 Give Connection an atransport*. by Josh Gao · 3 years, 6 months ago
  20. c6d5dfa Merge "Fix bug in checking for success code" am: 78e852b2d1 by Treehugger Robot · 3 years, 7 months ago
  21. 78e852b Merge "Fix bug in checking for success code" by Treehugger Robot · 3 years, 7 months ago
  22. 283c5db Fix bug in checking for success code by Samiul Islam · 3 years, 7 months ago
  23. 6c0ed6d Merge "Forward args to install-commit properly when using install-multi-package" am: 7997d7694c by Treehugger Robot · 3 years, 7 months ago
  24. 7997d76 Merge "Forward args to install-commit properly when using install-multi-package" by Treehugger Robot · 3 years, 7 months ago
  25. 7a58245 Forward args to install-commit properly when using install-multi-package by Samiul Islam · 3 years, 7 months ago
  26. 17fce72 adbd: Check USB disabled property after opening FFS am: e44a4e7bd6 by Jack Pham · 3 years, 7 months ago
  27. e44a4e7 adbd: Check USB disabled property after opening FFS by Jack Pham · 3 years, 7 months ago
  28. b35ac44 Add enh to OWNERS. am: 97a5bc0381 by Josh Gao · 3 years, 7 months ago
  29. 97a5bc0 Add enh to OWNERS. by Josh Gao · 3 years, 7 months ago
  30. 6db1e13 Include MODULES_OWNERS as per policy. am: b160bd6871 by Mathew Inwood · 3 years, 7 months ago
  31. b160bd6 Include MODULES_OWNERS as per policy. by Mathew Inwood · 3 years, 7 months ago
  32. 9fca313 Merge "Remove special casing bundled apex version number" am: 7cf8efb14c by Treehugger Robot · 3 years, 7 months ago
  33. 7cf8efb Merge "Remove special casing bundled apex version number" by Treehugger Robot · 3 years, 7 months ago
  34. 4e9d643 Remove special casing bundled apex version number by Liz Kammer · 3 years, 8 months ago
  35. 07849c9 Merge "Retry reads on -EPIPE, if nothing has been read yet." am: 9e5ce7b6d3 by Treehugger Robot · 3 years, 8 months ago
  36. 9e5ce7b Merge "Retry reads on -EPIPE, if nothing has been read yet." by Treehugger Robot · 3 years, 8 months ago
  37. 40c84a3 Retry reads on -EPIPE, if nothing has been read yet. by Josh Gao · 3 years, 8 months ago
  38. 4591d14 Make TCP keepalive interval configurable. am: 15d0d1af84 by Josh Gao · 3 years, 8 months ago
  39. 15d0d1a Make TCP keepalive interval configurable. by Josh Gao · 3 years, 8 months ago
  40. 7e05489 Merge "Fix 'adb mdns check' when ADB_MDNS=0." am: fb4afcce10 by Treehugger Robot · 3 years, 8 months ago
  41. fb4afcc Merge "Fix 'adb mdns check' when ADB_MDNS=0." by Treehugger Robot · 3 years, 8 months ago
  42. b5cabb5 Merge "adb disconnect by mdns instance name." am: c60fd29bb3 by Joshua Duong · 3 years, 8 months ago
  43. c60fd29 Merge "adb disconnect by mdns instance name." by Joshua Duong · 3 years, 8 months ago
  44. cdc9c6a Fix 'adb mdns check' when ADB_MDNS=0. by Joshua Duong · 3 years, 8 months ago
  45. c82a280 adb disconnect by mdns instance name. by Joshua Duong · 3 years, 8 months ago
  46. 758fe86 Reimplement libusb client in terms of the nonblocking API. am: f2d6af55e6 by Josh Gao · 3 years, 8 months ago
  47. de0f064 Add std::hash and operator== to TransferId. am: e7dd4d13fb by Josh Gao · 3 years, 8 months ago
  48. b3efb33 Extract TransferId to its own header. am: d5417bcb1f by Josh Gao · 3 years, 8 months ago
  49. f2d6af5 Reimplement libusb client in terms of the nonblocking API. by Josh Gao · 3 years, 8 months ago
  50. e7dd4d1 Add std::hash and operator== to TransferId. by Josh Gao · 3 years, 8 months ago
  51. d5417bc Extract TransferId to its own header. by Josh Gao · 3 years, 8 months ago
  52. da314c8 Merge "Add adbd_test to mainline test mapping for Adbd." am: 1b4aab556d by Treehugger Robot · 3 years, 8 months ago
  53. 1b4aab5 Merge "Add adbd_test to mainline test mapping for Adbd." by Treehugger Robot · 3 years, 8 months ago
  54. fcfdcff Check sizes before trying to allocate memory. am: 69c0680b38 by Alex Buynytskyy · 3 years, 8 months ago
  55. 69c0680 Check sizes before trying to allocate memory. by Alex Buynytskyy · 3 years, 8 months ago
  56. 4cedaf1 adbd(_test): statically link libcrypto.so on host. am: 7e3f8119d7 by Josh Gao · 3 years, 9 months ago
  57. 83d1c9d Add adbd_test to mainline test mapping for Adbd. by easoncylee · 3 years, 9 months ago
  58. 7e3f811 adbd(_test): statically link libcrypto.so on host. by Josh Gao · 3 years, 9 months ago
  59. 8246794 Merge "adbconnection: don't spin if adbd isn't running." am: 0d944e369e by Josh Gao · 3 years, 9 months ago
  60. 0d944e3 Merge "adbconnection: don't spin if adbd isn't running." by Josh Gao · 3 years, 9 months ago
  61. db31378 adbconnection: don't spin if adbd isn't running. by Josh Gao · 4 years, 2 months ago
  62. 9162a65 Merge "Add a property to disable USB initialization." am: 056e69aa4a by Treehugger Robot · 3 years, 9 months ago
  63. 056e69a Merge "Add a property to disable USB initialization." by Treehugger Robot · 3 years, 9 months ago
  64. cc7f8f1 Mark adb integration tests as not unit tests am: b099b53b18 by Julien Desprez · 3 years, 9 months ago
  65. b099b53 Mark adb integration tests as not unit tests by Julien Desprez · 3 years, 9 months ago
  66. a42a56d Add a property to disable USB initialization. by Josh Gao · 3 years, 9 months ago
  67. 0a2681a Move duplicate mdns services check prior to adding new service. am: 84c957bd1a by Joshua Duong · 3 years, 9 months ago
  68. f30136e Use __APPLE_USE_RFC_3542 for darwin. am: 28fd4e5700 by Joshua Duong · 3 years, 9 months ago
  69. 84c957b Move duplicate mdns services check prior to adding new service. by Joshua Duong · 3 years, 9 months ago
  70. 28fd4e5 Use __APPLE_USE_RFC_3542 for darwin. by Joshua Duong · 3 years, 9 months ago
  71. cece6ee Merge "Stop spamming yabinc with OWNERS review requests." am: 531757e2d7 by Josh Gao · 3 years, 9 months ago
  72. 531757e Merge "Stop spamming yabinc with OWNERS review requests." by Josh Gao · 3 years, 9 months ago
  73. 0a843e3 Merge "Openscreen discovery integration for adb client." am: e392e167b4 by Joshua Duong · 3 years, 9 months ago
  74. e392e16 Merge "Openscreen discovery integration for adb client." by Joshua Duong · 3 years, 9 months ago
  75. 4c8b19f Merge "Update min_sdk_version for dcla adbd" am: 2e81f55cf3 by Treehugger Robot · 3 years, 10 months ago
  76. 2e81f55 Merge "Update min_sdk_version for dcla adbd" by Treehugger Robot · 3 years, 10 months ago
  77. 09e8aa4 Stop spamming yabinc with OWNERS review requests. by Josh Gao · 3 years, 10 months ago
  78. f4ba8d7 Openscreen discovery integration for adb client. by Joshua Duong · 4 years ago
  79. bedc180 Merge changes I6fdb0185,Ia32790cd am: 3adc773b8a by Josh Gao · 3 years, 10 months ago
  80. 3adc773 Merge changes I6fdb0185,Ia32790cd by Josh Gao · 3 years, 10 months ago
  81. 939c34c Merge "Enable adbd test to be included in android-mts-adbd as well as android-mts." am: 9cc91c097f by Kimberly Kreider · 3 years, 10 months ago
  82. 9cc91c0 Merge "Enable adbd test to be included in android-mts-adbd as well as android-mts." by Kimberly Kreider · 3 years, 10 months ago
  83. 2dc6196 adb: add watchdog. by Josh Gao · 3 years, 11 months ago
  84. 822f674 adb: add a class to monitor for property changes. by Josh Gao · 3 years, 11 months ago
  85. d3e4b71 Enable adbd test to be included in android-mts-adbd as well as android-mts. by Kimberly Kreider · 4 years ago
  86. 02923f9 Update min_sdk_version for dcla adbd by Liz Kammer · 3 years, 10 months ago
  87. 562a17a Merge "Retire the qemu pipe from adbd" am: bb424aa9ac by Roman Kiryanov · 3 years, 10 months ago
  88. bb424aa Merge "Retire the qemu pipe from adbd" by Roman Kiryanov · 3 years, 10 months ago
  89. eb5863c Merge "Update track-device listeners when transport state is updated." am: 3684290955 by Joshua Duong · 3 years, 10 months ago
  90. 3684290 Merge "Update track-device listeners when transport state is updated." by Joshua Duong · 3 years, 10 months ago
  91. 24db172 Retire the qemu pipe from adbd by Roman Kiryanov · 3 years, 10 months ago
  92. ccde520 Update track-device listeners when transport state is updated. by Joshua Duong · 3 years, 10 months ago
  93. 040fac0 Merge "Support forwarding to vsock." am: 0d8ef58d43 by Jiyong Park · 3 years, 10 months ago
  94. 0d8ef58 Merge "Support forwarding to vsock." by Jiyong Park · 3 years, 10 months ago
  95. ebf09dd Support forwarding to vsock. by Andrew Walbran · 3 years, 10 months ago
  96. d0da722 [automerger skipped] Merge "Merge RQ2A.210305.007" am: 3c57e38a86 -s ours by Xin Li · 3 years, 10 months ago
  97. 3c57e38 Merge "Merge RQ2A.210305.007" by Xin Li · 3 years, 10 months ago
  98. fa37a83 Merge "Revert "Disable test broken by infra changes."" am: 37052c9649 by Treehugger Robot · 3 years, 10 months ago
  99. 37052c9 Merge "Revert "Disable test broken by infra changes."" by Treehugger Robot · 3 years, 10 months ago
  100. e6485c9 Merge RQ2A.210305.007 by Xin Li · 3 years, 10 months ago