1. 15f650e Merge "fix apexd: finding builtin APEXes" by Treehugger Robot · 6 years ago
  2. 37f0e28 Merge "apexd: clean up (remove unused)" by Treehugger Robot · 6 years ago
  3. 1289b55 Merge "Ensure APEXes have minSdkVersion specified" by Treehugger Robot · 6 years ago
  4. bd19216 Ensure APEXes have minSdkVersion specified by Jiyong Park · 6 years ago
  5. de2cada fix apexd: finding builtin APEXes by Jooyung Han · 6 years ago
  6. 388ff80 Merge "Add v3 version for apex shim" by Treehugger Robot · 6 years ago
  7. 6e54286 Revert "Ignore activating non-flattened apexes if device doesn't support them" by Ian Kasprzak · 6 years ago
  8. cdc88ff Add v3 version for apex shim by Nikita Ioffe · 6 years ago
  9. e8379c1 Ignore activating non-flattened apexes if device doesn't support them by Nikita Ioffe · 6 years ago
  10. ee79de3 apexd: clean up (remove unused) by Jooyung Han · 6 years ago
  11. 72e1b36 apexd: Unmounts dangling mounts by Jooyung Han · 6 years ago
  12. f86e5bc Merge "Add --target_sdk_version to apexer" by Treehugger Robot · 6 years ago
  13. e3bd66f apexd: collect keys from /system in onBootstrap() by Jooyung Han · 6 years ago
  14. 67d661f Scan APEXes under /vendor/apex by Jiyong Park · 6 years ago
  15. ea0208f Add --target_sdk_version to apexer by Jiyong Park · 6 years ago
  16. 69b569e Merge "apexd: fail submitStagedSession if device doesn't support updating apex" by Treehugger Robot · 6 years ago
  17. 4024f44 apexd: fail submitStagedSession if device doesn't support updating apex by Nikita Ioffe · 6 years ago
  18. 0fe1fa1 Remove shim apex from apexd required modules dependency by Nikita Ioffe · 6 years ago
  19. bab90be Add a trivial test to make apex_targetprep_tests a real test by Chen Zhu · 6 years ago
  20. 298f542 Disable tests on flattened devices. by Chen Zhu · 6 years ago
  21. 7dca50c Apexd: populate database on startup by Jooyung Han · 6 years ago
  22. dcb9669 Store all valid SHA512 hashes in the system version of shim apex by Nikita Ioffe · 6 years ago
  23. 54f1844 Don't bootloop in case apexd-issued rollback fails. by Nikita Ioffe · 6 years ago
  24. de2c40a Add shim_v1_prebuilt to apexd required modules by Nikita Ioffe · 6 years ago
  25. b20b334 apexd: Use util function to avoid code duplication by Luca Stefani · 6 years ago
  26. 375d51d apexd: Skip re-activating bootstrap packages by Luca Stefani · 7 years ago
  27. 1fe9624 apexd: Wait for dm-verity device to be deleted by Nikita Ioffe · 6 years ago
  28. d6ef030 Increase functionality for getInstalledPackages for APEXes. by Gavin Corkery · 6 years ago
  29. cd23b64 apexd: split verifyPackages into boot and install versions. by Nikita Ioffe · 6 years ago
  30. 65a2508 Apexd: fix pre-allocation of loop devices by Jooyung Han · 6 years ago
  31. b5ea18b Merge "Add prebuilt shim apexes" by Nikita Ioffe · 6 years ago
  32. 8934a4c Add prebuilt shim apexes by Nikita Ioffe · 6 years ago
  33. 62517ae apexd: set MountedApexData's device_name correctly by Jooyung Han · 6 years ago
  34. 73928ce Temporarily disable tearing down dm-verity devices during unmount by Nikita Ioffe · 6 years ago
  35. 0b9648d Merge "Make it possible to store multiple hashes in hash.txt" by Nikita Ioffe · 6 years ago
  36. 37e9042 Merge "Use PStringLog in readVerityDevice when failed to open device" by Treehugger Robot · 6 years ago
  37. 16243a1 Merge "apex: fix memory leak" by Treehugger Robot · 6 years ago
  38. dcf8deb Use PStringLog in readVerityDevice when failed to open device by Nikita Ioffe · 6 years ago
  39. 98054d7 Make it possible to store multiple hashes in hash.txt by Nikita Ioffe · 6 years ago
  40. df858e8 apex: fix memory leak by Jooyung Han · 6 years ago
  41. 9690954 Restart on dm-verity corruption. by Martijn Coenen · 6 years ago
  42. 2caabb4 Verify filesystem image on stage. by Martijn Coenen · 6 years ago
  43. 7134c6d Merge "Apexd: Remove dependencies on apexd.h" by Treehugger Robot · 6 years ago
  44. bc73bda Merge "Apexd: Expose rollback functions for apexservice_test" by Treehugger Robot · 6 years ago
  45. 9e028ee Merge "Add initial README.md for shim apexes" by Treehugger Robot · 6 years ago
  46. f35e179 Apexd: Remove dependencies on apexd.h by Andreas Gampe · 6 years ago
  47. bd39203 Add initial README.md for shim apexes by Nikita Ioffe · 6 years ago
  48. 6e13ff8 Apexd: Expose rollback functions for apexservice_test by Andreas Gampe · 6 years ago
  49. 5e81023 APEX keys are embedded in the APEX by Jiyong Park · 6 years ago
  50. f74a6a8 Merge "Apexd: Move vold interface code to its own file and library" by Treehugger Robot · 6 years ago
  51. e50da56 Use generated keys to sign shim apexes by Nikita Ioffe · 6 years ago
  52. ca73c1d Merge "Move shim/Android.bp to shim/build/Android.bp" by Treehugger Robot · 6 years ago
  53. 6aaa2fe Apexd: Move vold interface code to its own file and library by Andreas Gampe · 6 years ago
  54. 20e761c Move shim/Android.bp to shim/build/Android.bp by Nikita Ioffe · 6 years ago
  55. 2acb212 Merge "apexd: :%s/toString8/exceptionMessage/gc" by Nikita Ioffe · 6 years ago
  56. 8c04ded Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  57. c553626 apexd: :%s/toString8/exceptionMessage/gc by Nikita Ioffe · 6 years ago
  58. b1cfb0e Merge "Revert "Revert "apexer: Build filesystem images with inode size 256.""" by Treehugger Robot · 6 years ago
  59. 6abe3bc Merge "Update root digest for ApexFileTest#VerifyApexVerity" by Treehugger Robot · 6 years ago
  60. 603f1fc Merge "apexd: reject shim apexes with pre or post install hooks" by Treehugger Robot · 6 years ago
  61. 78e4d3a Revert "Revert "apexer: Build filesystem images with inode size 256."" by Jiyong Park · 6 years ago
  62. 51bec9c Merge "Revert "apexer: Build filesystem images with inode size 256."" by Martijn Coenen · 6 years ago
  63. 066a2e0 Revert "apexer: Build filesystem images with inode size 256." by Xiangyu/Malcolm Chen · 6 years ago
  64. 69a1bc5 apexd: reject shim apexes with pre or post install hooks by Nikita Ioffe · 6 years ago
  65. 8b29252 Correct a buganizer reference. by Martin Stjernholm · 6 years ago
  66. 25a818b Update root digest for ApexFileTest#VerifyApexVerity by Jiyong Park · 6 years ago
  67. d9bfaa8 Merge "apexd: Add logic to validate content of a shim apex" by Treehugger Robot · 6 years ago
  68. 646d200 Merge "apexer: Build filesystem images with inode size 256." by Martijn Coenen · 6 years ago
  69. 2cbca0e apexd: Add logic to validate content of a shim apex by Nikita Ioffe · 6 years ago
  70. 3768715 Merge "apexd: don't mount a package if its higher version is already mounted" by Nikita Ioffe · 6 years ago
  71. fb317d1 Merge "Don't retart apexd-bootstrap during shutdown" by Treehugger Robot · 6 years ago
  72. 4d16341 apexer: Build filesystem images with inode size 256. by Martijn Coenen · 6 years ago
  73. a4dad0a apexd: don't mount a package if its higher version is already mounted by Nikita Ioffe · 6 years ago
  74. 2d56f37 Use std::filesystem for reading directory in apexd by Mohammad Samiul Islam · 6 years ago
  75. de76b9d Don't retart apexd-bootstrap during shutdown by Jiyong Park · 6 years ago
  76. 51bb99d Apexd: Add database duplicates check by Andreas Gampe · 6 years ago
  77. 02e149d Merge "apexd: promote some performance* clang-tidy checks to errors" by Nikita Ioffe · 6 years ago
  78. b55ed9b apexd: promote some performance* clang-tidy checks to errors by Nikita Ioffe · 6 years ago
  79. 891723c apexd: temp mount packages during staging. by Nikita Ioffe · 6 years ago
  80. d9a25d4 Actually test shim-related logic by Nikita Ioffe · 6 years ago
  81. da5f506 Apexd: Tear down dm device on unmount by Andreas Gampe · 6 years ago
  82. c7c2784 apexd: add mount_point and device_name to MountedApexData by Nikita Ioffe · 6 years ago
  83. 7064945 Apexd: Rewrite deactivatePackage by Andreas Gampe · 6 years ago
  84. 15456f1 Simplify ApexE2EBaseHostTest by Nikita Ioffe · 6 years ago
  85. 88e86e5 Revert "Be more correct on the pre-allocated loopback devices" by Jiyong Park · 6 years ago
  86. f7b79bd Merge "Delete the broadcast receiving app." by Treehugger Robot · 6 years ago
  87. f71e02f Fix clang-tidy warnings in apexservice_test by Nikita Ioffe · 6 years ago
  88. 298735d Delete the broadcast receiving app. by Dario Freni · 6 years ago
  89. d428a18 Use std::filesystem for reading directory in apexd by Mohammad Samiul Islam · 6 years ago
  90. b594e9c apexd: fix log message by Jooyung Han · 6 years ago
  91. f94de55 Support APEXes on product partition by Jiyong Park · 6 years ago
  92. 3155733 apexd: Refactor code around mounting/unmounting apexes by Nikita Ioffe · 6 years ago
  93. 44de00c Reland "Start using filesystem checkpointing on devices that support it." by Martijn Coenen · 6 years ago
  94. 24f2aef Revert "Start using filesystem checkpointing on devices that support it." by Ugo Yu · 6 years ago
  95. 4509595 Start using filesystem checkpointing on devices that support it. by Martijn Coenen · 7 years ago
  96. eeafec4 apexd: fix pre-allocation of loop devices by Jooyung Han · 6 years ago
  97. 6faa925 Merge "apexd: Refactor logic to pick paths to stage into a separate function" by Treehugger Robot · 6 years ago
  98. 2d2f8ea apexd: Refactor logic to pick paths to stage into a separate function by Nikita Ioffe · 6 years ago
  99. 5a4b7a3 Merge "Add initial version of shim apexes" by Nikita Ioffe · 6 years ago
  100. df07441 Add initial version of shim apexes by Nikita Ioffe · 6 years ago