1. f2a0a82 Convert gsid to use the dynamic AIDL service infrastructure by Howard Chen · 4 years, 4 months ago
  2. 0e18806 Provide oneway method for methods required by system_server by Howard Chen · 4 years, 3 months ago
  3. 9e040fc Merge "Fix the gsi_tool cmd line progress" by Howard Chen · 4 years, 4 months ago
  4. 9f40baf Fix the gsi_tool cmd line progress by Howard Chen · 4 years, 6 months ago
  5. 8b6a9bc Merge "Make gsi_tool able to wipe an interrupted installation" by Howard Chen · 4 years, 4 months ago
  6. 0679b29 Merge "Add getAvbPublicKey to IGsiService and IImageService" by Yo Chiang · 4 years, 4 months ago
  7. dee5d30 Make gsi_tool able to wipe an interrupted installation by Howard Chen · 4 years, 4 months ago
  8. 53bed1c Add getAvbPublicKey to IGsiService and IImageService by Yo Chiang · 4 years, 5 months ago
  9. 4a3bcc6 Log pre-realpath path in openImageService by Alessio Balsini · 4 years, 4 months ago
  10. bb774d0 Use default path if DSU install dir file does not exit by Alessio Balsini · 4 years, 4 months ago
  11. 32af409 Merge "Support multiple DSU installations" by Howard Chen · 4 years, 5 months ago
  12. ee5c2b1 Support multiple DSU installations by Howard Chen · 4 years, 7 months ago
  13. 24e5af4 Merge "ImageManager returns FiemapStatus." by Yifan Hong · 4 years, 5 months ago
  14. d66695b ImageManager returns FiemapStatus. by Yifan Hong · 4 years, 5 months ago
  15. af1a6ad Merge "Fix the issue that makes GsiService::Cancel to block" by Howard Chen · 4 years, 5 months ago
  16. 5e2d47e Fix the issue that makes GsiService::Cancel to block by Howard Chen · 4 years, 6 months ago
  17. 14aa72a Add getMappedImageDevice to IImageService. by David Anderson · 4 years, 6 months ago
  18. 7016a0d Add removeDisabledImages to IImageService. by David Anderson · 4 years, 6 months ago
  19. 9d52e88 Merge "Expose ImageManager::RemoveAllImages via binder." by David Anderson · 4 years, 6 months ago
  20. 86846bd Expose ImageManager::RemoveAllImages via binder. by David Anderson · 4 years, 6 months ago
  21. 4663de6 Refactoring by Howard Chen · 4 years, 7 months ago
  22. ce8e74c Merge "Enhance the fault tolerance of GSID installation" by Howard Chen · 4 years, 7 months ago
  23. 48fff5c Merge "Make DSU to support multiple partitions" by Howard Chen · 4 years, 7 months ago
  24. 3f6d5a6 Enhance the fault tolerance of GSID installation by Howard Chen · 4 years, 9 months ago
  25. 18109b1 Make DSU to support multiple partitions by Howard Chen · 4 years, 10 months ago
  26. d614eca Add a binder call to retrieve device-mapper tables for diagnostics. by David Anderson · 4 years, 9 months ago
  27. 5676d96 Use Ashmem to reduce buffer copies. by Howard Chen · 4 years, 10 months ago
  28. 25b18cc Clean up legacy methods and naming by Howard Chen · 4 years, 10 months ago
  29. 0829fb2 image_manager: set custom number of bytes to zero-fill by Alessio Balsini · 4 years, 9 months ago
  30. 96c31fd Add getAllBackingImages to ImageService by Howard Chen · 4 years, 9 months ago
  31. bee55a0 Export IsImageMapped to IImageService and IImageManager. by David Anderson · 4 years, 10 months ago
  32. 551ae3a Add a library to wrap libfiemap differences between recovery and normal AOSP. by David Anderson · 4 years, 10 months ago
  33. 6ad45ba Fix Realpath() misuse in IGsiService::openImageManager. by David Anderson · 4 years, 10 months ago
  34. 394f1f2 Add BackingImageExists to IImageManager. by David Anderson · 4 years, 10 months ago
  35. 4c75673 Only shut down gsid when it has no more consumers. by David Anderson · 5 years ago
  36. 1fdec26 Add a zero-fill flag to ImageManager::CreateBackingImage. by David Anderson · 4 years, 10 months ago
  37. 64b53fb Refactor GsiService/GsiInstaller to use ImageManager. by David Anderson · 5 years ago
  38. 9bdf863 Rename internal constants from kGsi* to kDsu*. by David Anderson · 5 years ago
  39. 6f373b7 Introduce a library to contain gsid's image creation logic. by David Anderson · 5 years ago
  40. 9ca7728 Revert "Revert "Move libfiemap_writer from fs_mgr to gsid."" by David Anderson · 4 years, 11 months ago
  41. 4372901 Revert "Move libfiemap_writer from fs_mgr to gsid." by David Anderson · 4 years, 11 months ago
  42. b60553b Move libfiemap_writer from fs_mgr to gsid. by David Anderson · 5 years ago
  43. 8bdf625 Add a wipe-data command to gsi_tool and IGsiService. by David Anderson · 5 years ago
  44. 49eea5f Place GSI files into subfolders. by David Anderson · 5 years ago
  45. b2988ab Refactor gsid to separate the installer code. by David Anderson · 5 years ago
  46. 068409e gsid: Explicitly calculate free space in 64 bits by Paul Trautrim · 5 years ago
  47. 2994ece Support ReenableGsi when IsGsiRunning is true by Howard Chen · 5 years ago
  48. 0b78863 Fix getGsiBootStatus according to framework's usage by Howard Chen · 5 years ago
  49. 968f68f gsid: fix incorrect free space calculation by Paul Trautrim · 5 years ago
  50. 5cc440c Enable clang-format on preupload. by David Anderson · 5 years ago
  51. 74aad55 Don't call HasPinnedExtents when wrapping with device-mapper. by David Anderson · 5 years ago
  52. 6501de5 Fix some outstanding issues in preparation for image verification. by David Anderson · 5 years ago
  53. 9a9a797 Fix the ValidateInstallParams for re-installation by Howard Chen · 5 years ago
  54. e7a8ade Allow installing GSIs to external storage. by David Anderson · 5 years ago
  55. 670b306 Add isGsiEnabled to GsiService by Howard Chen · 5 years ago
  56. ecbc019 Make the StartInstall abort-able by Howard Chen · 5 years ago
  57. eb30ac2 Allow specifying the GSI install path. by David Anderson · 5 years ago
  58. 5f80591 Do not hardcode /data/gsi in GsiService. by David Anderson · 5 years ago
  59. 563e29a Switch GsiService to Splitfiemap. by David Anderson · 5 years ago
  60. 564a04c Allow gsi_tool to set whether GSI installs are single-boot or not. by David Anderson · 5 years ago
  61. d81e125 Track image sizes separately from image files. by David Anderson · 5 years ago
  62. 646b4b2 Start gsid on-demand. by David Anderson · 5 years ago
  63. c86531e Fix broken image writing on some userdata configurations. by David Anderson · 5 years ago
  64. b5f44b3 Allow enabling or disabling a previously installed GSI as non-root. by David Anderson · 5 years ago
  65. 3c819cb Only allow AID_SYSTEM and AID_ROOT to access IGsiService. by David Anderson · 5 years ago
  66. 68fc053 Gsid should behave more like a normal service. by David Anderson · 5 years ago
  67. a64e392 Refactor partition and image handling. by David Anderson · 5 years ago
  68. 84fb504 gsid: Remove calls to FiemapWriter::Flush. by David Anderson · 5 years ago
  69. b3c1b09 Create a wiped ext4 image rather than a formatted one. by David Anderson · 5 years ago
  70. b9b0274 Create /metadata/gsi via an init script. by David Anderson · 5 years ago
  71. b33f2b1 Check f2fs pin status before writes and before rebooting. by David Anderson · 5 years ago
  72. 963d7cc Quell libdm warnings during cleanup. by David Anderson · 5 years ago
  73. 868dea5 Add GSI installation error codes. by David Anderson · 5 years ago
  74. a78f811 Forbid installing GSIs within live GSIs. by David Anderson · 5 years ago
  75. 6a5b8a7 Add a progress bar API to gsid and use it in gsi_tool. by David Anderson · 5 years ago
  76. a141ba8 Allow disabling and re-enabling GSI. by David Anderson · 5 years ago
  77. b3aff18 Implement a boot attempt counter. by David Anderson · 5 years ago
  78. deb2e96 Use PLOG instead of strerror. by David Anderson · 5 years ago
  79. 1d94d26 Fix platform-java build. by David Anderson · 5 years ago
  80. c053b3b Introduce a daemon (gsid) for managing GSI installs. by David Anderson · 5 years ago