1. 3305d48 minadbd: Export minadbd/types.h to libinstall. by Tao Bao · 4 years, 9 months ago
  2. 89cc79c Merge "minadbd sends heartbeat to rescue service for getprop command." by Tao Bao · 5 years ago
  3. 2223e6a minadbd sends heartbeat to rescue service for getprop command. by Tao Bao · 5 years ago
  4. 290322b minadbd: delete unnecessary fdevent.h include. by Josh Gao · 5 years ago
  5. 57a2789 minadbd: `adb rescue getprop` returns newline-terminated result. by Tao Bao · 5 years ago
  6. d8db81a minadbd: Support `adb rescue getprop`. by Tao Bao · 5 years ago
  7. 3b9ef34 minadbd: More allowed properties. by Tao Bao · 5 years ago
  8. 93838f6 ConsumePrefix is now in libbase. by Elliott Hughes · 5 years ago
  9. fedeef6 Support wipe command in rescue mode by xunchang · 5 years ago
  10. 10f441a minadbd: Support `adb reboot` under sideload/rescue modes. by Tao Bao · 5 years ago
  11. 9c04eb4 Add test for minadbd by xunchang · 5 years ago
  12. ed717ca minadbd: Support rescue install and getprop commands. by Tao Bao · 5 years ago
  13. c6dc325 Allow entering rescue mode via recovery UI. by Tao Bao · 5 years ago
  14. 2be9737 Remove the FD parameter from FuseDataProvider ctor. by Tao Bao · 5 years ago
  15. 34690ce Add socket communication between recovery and minadbd by xunchang · 5 years ago
  16. 5e6832a Remove the provider_vtab by xunchang · 5 years ago
  17. ea2912f Create a FuseDataProvider base class by xunchang · 5 years ago
  18. 5de19e2 minadbd: daemon_service_to_fd takes std::string_view. by Tao Bao · 5 years ago
  19. 77d6173 Allow OTA package size larger than 2GiB(2147483647 bytes) on sideload. by katao · 6 years ago
  20. 038c4a1 minadbd: avoid overrriding services_to_fd. by Josh Gao · 6 years ago
  21. 570b08b minadbd: track signature change of service_to_fd. by Josh Gao · 6 years ago
  22. 99f0d9e Drop -Wno-unused-parameter. by Tao Bao · 8 years ago
  23. 6af51a0 Minor clean up to minadbd_services.cpp by Tianjie Xu · 7 years ago
  24. 2aa0d3a minadbd: switch adb_thread_create to std::thread. by Josh Gao · 7 years ago
  25. b29f23f Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap. by Rahul Chaudhry · 8 years ago
  26. 24eb8a0 Minor minadbd cleanup. by Elliott Hughes · 8 years ago[Renamed (98%) from minadbd/services.cpp]
  27. cc07b35 minadbd: update for adb_thread_create signature change. by Josh Gao · 8 years ago
  28. c8a3c80 minadbd: use strdup() to create argument for sideload thread. by Yabin Cui · 9 years ago
  29. 7c913e5 minadbd: move from D() to VLOG(). by Yabin Cui · 9 years ago
  30. c3d4d53 minadbd: update service_to_fd() signature. by David Pursell · 9 years ago
  31. 921431f Track adb_thread_create API change. by Elliott Hughes · 9 years ago
  32. ba45ddf Stop using adb_strtok, and check argument validity. by Elliott Hughes · 9 years ago
  33. 20531ef Switch minadb over to C++. by Elliott Hughes · 9 years ago[Renamed (85%) from minadbd/services.c]
  34. 23017c5 Merge "Switch minui over to C++." by Elliott Hughes · 9 years ago