1. 8b83b2e aosp: cleanup for compiling errors by bigbiff · 2 years, 7 months ago
  2. 204e36e update dependencies paths/names by nebrassy · 2 years, 7 months ago
  3. 75b9423 Merge tag 'android-12.0.0_r7' into android-11 by bigbiff · 2 years, 7 months ago
  4. 29be3f6 [LSC] Add LOCAL_LICENSE_KINDS to bootable/recovery by Bob Badour · 3 years, 4 months ago
  5. 673c7ae Merge tag 'android-11.0.0_r16' into android-10.0 by bigbiff · 3 years, 6 months ago
  6. e32c9f7 Do not call exit() immediately after serving sideload by Kelvin Zhang · 3 years, 6 months ago
  7. 0e313c1 Migrate system/core/adb to packages/modules/adb by Baligh Uddin · 3 years, 8 months ago
  8. d7ae5a0 Fix flaky tests by require root for minadbd_tests by Kelvin Zhang · 3 years, 10 months ago
  9. 4473e16 Track rename of adbd_system_binaries. by Josh Gao · 4 years ago
  10. d4a964f Track rename of adbd_system_binaries. by Josh Gao · 4 years ago
  11. 22beef1 minadbd: statically link libadbd. by Josh Gao · 4 years, 3 months ago
  12. 5ee3eba minadbd: statically link libadbd. by Josh Gao · 4 years, 3 months ago
  13. d58ba18 AOSP10 TWRP Merge: fix conflicts and update libraries needed by bigbiff · 4 years, 3 months ago
  14. 26d5d5f Merge tag 'android-10.0.0_r25' into aosp10-4 by bigbiff · 4 years, 3 months ago
  15. a91e456 Use adbd_system_binaries to track adbd's dependencies. by Josh Gao · 4 years, 8 months ago
  16. b548bea minadbd: Return battery level via getprop. by Tao Bao · 4 years, 9 months ago
  17. 0cc2c5b minadbd: Update README.md. by Tao Bao · 4 years, 9 months ago
  18. 3305d48 minadbd: Export minadbd/types.h to libinstall. by Tao Bao · 4 years, 9 months ago
  19. 189d424 Link libcrypto dynamically for recovery unit tests. by Pete Bentley · 4 years, 9 months ago
  20. 0bbb2ed minadbd sends heartbeat to rescue service for getprop command. by Tao Bao · 5 years ago
  21. 89cc79c Merge "minadbd sends heartbeat to rescue service for getprop command." by Tao Bao · 5 years ago
  22. 2223e6a minadbd sends heartbeat to rescue service for getprop command. by Tao Bao · 5 years ago
  23. 290322b minadbd: delete unnecessary fdevent.h include. by Josh Gao · 5 years ago
  24. f6158eb Support starting fuse from a block map by Tianjie Xu · 5 years ago
  25. e3cc180 minadbd: `adb rescue getprop` returns newline-terminated result. by Tao Bao · 5 years ago
  26. 57a2789 minadbd: `adb rescue getprop` returns newline-terminated result. by Tao Bao · 5 years ago
  27. 5359d77 minadbd: Support `adb rescue getprop`. by Tao Bao · 5 years ago
  28. 7a31ab6 minadbd: More allowed properties. by Tao Bao · 5 years ago
  29. d8db81a minadbd: Support `adb rescue getprop`. by Tao Bao · 5 years ago
  30. 3b9ef34 minadbd: More allowed properties. by Tao Bao · 5 years ago
  31. b699b4b Merge "ConsumePrefix is now in libbase." by Elliott Hughes · 5 years ago
  32. 93838f6 ConsumePrefix is now in libbase. by Elliott Hughes · 5 years ago
  33. 311e6ca Implement FuseBlockDataProvider by xunchang · 5 years ago
  34. 5a1916b Support wipe command in rescue mode by xunchang · 5 years ago
  35. 7b9b7db minadbd: Support `adb reboot` under sideload/rescue modes. by Tao Bao · 5 years ago
  36. 23f15fc Add test for minadbd by xunchang · 5 years ago
  37. e5c6446 minadbd: Support rescue install and getprop commands. by Tao Bao · 5 years ago
  38. 178cdd4 Remove the FD parameter from FuseDataProvider ctor. by Tao Bao · 5 years ago
  39. 378bfbf Allow entering rescue mode via recovery UI. by Tao Bao · 5 years ago
  40. fedeef6 Support wipe command in rescue mode by xunchang · 5 years ago
  41. 10f441a minadbd: Support `adb reboot` under sideload/rescue modes. by Tao Bao · 5 years ago
  42. 9c04eb4 Add test for minadbd by xunchang · 5 years ago
  43. ed717ca minadbd: Support rescue install and getprop commands. by Tao Bao · 5 years ago
  44. c6dc325 Allow entering rescue mode via recovery UI. by Tao Bao · 5 years ago
  45. 95d6732 DO NOT MERGE: Add socket communication between recovery and minadbd by xunchang · 5 years ago
  46. 2be9737 Remove the FD parameter from FuseDataProvider ctor. by Tao Bao · 5 years ago
  47. 34690ce Add socket communication between recovery and minadbd by xunchang · 5 years ago
  48. 5e6832a Remove the provider_vtab by xunchang · 5 years ago
  49. ea2912f Create a FuseDataProvider base class by xunchang · 5 years ago
  50. 5de19e2 minadbd: daemon_service_to_fd takes std::string_view. by Tao Bao · 5 years ago
  51. 31b92a5 C++17 is the default now. by Elliott Hughes · 6 years ago
  52. 9828dc1 minadbd: track adb C++ version change. by Josh Gao · 6 years ago
  53. 272467d Move to new isolation test runner. by Christopher Ferris · 6 years ago
  54. 77d6173 Allow OTA package size larger than 2GiB(2147483647 bytes) on sideload. by katao · 6 years ago
  55. 58f2132 Merge AOSP android-9.0.0_r3 by Ethan Yonker · 6 years ago
  56. 7d2a63a Reland "Build and use minadbd as a shared library." by Tao Bao · 6 years ago
  57. 5fc72a1 Build `recovery` with Soong. by Tao Bao · 6 years ago
  58. c70446c Revert "Build and use minadbd as a shared library." by Tao Bao · 6 years ago
  59. 4fd4f89 Build and use minadbd as a shared library. by Tao Bao · 6 years ago
  60. 038c4a1 minadbd: avoid overrriding services_to_fd. by Josh Gao · 6 years ago
  61. 84c82a8 minadbd: track signature change of service_to_fd. by Josh Gao · 6 years ago
  62. 570b08b minadbd: track signature change of service_to_fd. by Josh Gao · 6 years ago
  63. 4b51c3a Export fuse_sideload.h for libfusesideload. by Tao Bao · 6 years ago
  64. 8c7761e minadbd: Move to Soong. by Tao Bao · 7 years ago
  65. ecbd3e8 Merge up to android-8.1.0_r1 and fix conflicts by Ethan Yonker · 7 years ago
  66. ea4efc6 Fix build error in AOSP 8.1.0 r1 tree by Ethan Yonker · 7 years ago
  67. fefe591 FBE for Pixel 2 by Ethan Yonker · 7 years ago
  68. f87d204 minadbd: Remove two warning options. by Tao Bao · 7 years ago
  69. bf41f2a Merge "Switch to bionic gtest in bootable/recovery" by Tianjie Xu · 7 years ago
  70. 91a7aa4 Clean up fuse_sideload and add a testcase. by Tao Bao · 7 years ago
  71. a88cc54 Switch to bionic gtest in bootable/recovery by Tianjie Xu · 7 years ago
  72. 99f0d9e Drop -Wno-unused-parameter. by Tao Bao · 8 years ago
  73. 8373cfe Update to AOSP 8.0 base by Ethan Yonker · 7 years ago
  74. 5e5e334 Remove LOCAL_CLANG by Lennart Wieboldt · 7 years ago
  75. 79a0e98 minadbd: Fix a failing test due to SIGPIPE. by Tao Bao · 7 years ago
  76. 6af51a0 Minor clean up to minadbd_services.cpp by Tianjie Xu · 7 years ago
  77. 2aa0d3a minadbd: switch adb_thread_create to std::thread. by Josh Gao · 7 years ago
  78. 7368316 Add test config to minadbd_test by Dan Shi · 7 years ago
  79. b29a5e2 build: Consolidate the crypto_utils presence tests by D. Andrei Măceș · 7 years ago
  80. ff8fdc9 Address review comment. by Elliott Hughes · 7 years ago
  81. 7a890e5 Move to .md files for even trivial documentation. by Elliott Hughes · 7 years ago
  82. b29f23f Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap. by Rahul Chaudhry · 8 years ago
  83. 99af766 Fix libcrypto dependency in 6.0 trees by Ethan Yonker · 8 years ago
  84. acb2a2f minadbd: rename adb_server_main to minadbd_main. by Josh Gao · 8 years ago
  85. 534d4e0 Fix compatibility across the board by Ethan Yonker · 8 years ago
  86. 34ae483 Update to 7.0 by Ethan Yonker · 8 years ago
  87. 1675848 adb headers now refer to openssl headers. by Elliott Hughes · 8 years ago
  88. 24eb8a0 Minor minadbd cleanup. by Elliott Hughes · 8 years ago
  89. cd32476 minadbd: update for adb_thread_create signature change. by Josh Gao · 8 years ago
  90. cc07b35 minadbd: update for adb_thread_create signature change. by Josh Gao · 8 years ago
  91. 9f4fdb3 Track name change from adb_main to adb_server_main. by Elliott Hughes · 9 years ago
  92. c798c9c Merge up to AOSP marshmallow-release by Ethan Yonker · 9 years ago
  93. c8a3c80 minadbd: use strdup() to create argument for sideload thread. by Yabin Cui · 9 years ago
  94. 7c913e5 minadbd: move from D() to VLOG(). by Yabin Cui · 9 years ago
  95. c3d4d53 minadbd: update service_to_fd() signature. by David Pursell · 9 years ago
  96. faa7500 Fix recovery image build. by Elliott Hughes · 9 years ago
  97. c35f3ce Allow sideloading without authentication. by Elliott Hughes · 9 years ago
  98. 9813f5b Allow sideloading without authentication. by Elliott Hughes · 9 years ago
  99. 80e46e0 recovery: Switch to clang by Tao Bao · 9 years ago
  100. cc08a90 Fix build following adb change. by Dan Albert · 9 years ago