1. 30e598c Fix prerestore snapshots incorrectly taken with checkpointing enabled. by Oli Lan · 5 years ago
  2. 78d2bce apexd: Add remountPackages by Nikita Ioffe · 5 years ago
  3. dee4b6e apexd: only run full boot sequence when device is booting by Nikita Ioffe · 5 years ago
  4. 54da92a Set apexd.status to "activated" between activation and DE snapshot. by Oli Lan · 6 years ago
  5. 2993ccc Add ApexService method to delete CE snapshots. by Oli Lan · 6 years ago
  6. d357051 Remove orphaned APEXes once boot completes by Nikita Ioffe · 6 years ago
  7. 6934944 Don't activate orphaned APEXes by Nikita Ioffe · 6 years ago
  8. 042fbcf Delete DE apex data snapshots when rollback is deleted. by Oli Lan · 6 years ago
  9. 5c53448 Merge changes from topic "apexdenrollback" am: 85b5c1ae72 am: 81b469c83f am: 290794176f by Automerger Merge Worker · 6 years ago
  10. a18705f Snapshot and restore DE(user) apex data. by Oli Lan · 6 years ago
  11. 0962250 Snapshot and restore CE apex data directories. by Oli Lan · 6 years ago
  12. 2d59dfa Snapshot and restore CE apex data directories. by Oli Lan · 6 years ago
  13. 879fe9b Revert "Revert "Move apex sessions directory to /metadata"" by Gavin Corkery · 6 years ago
  14. 7645e25 Revert "Move apex sessions directory to /metadata" by Gavin Corkery · 6 years ago
  15. 36cf4bb Move apex sessions directory to /metadata by Gavin Corkery · 6 years ago
  16. 97634da Store native crashing process in APEX session state by Gavin Corkery · 6 years ago
  17. 92cd7b8 Store native crashing process in APEX session state by Gavin Corkery · 6 years ago
  18. b8b0306 Add ApexSessionParams to allow rollback details to be included when submitting a session. by Oli Lan · 6 years ago
  19. 123d9d0 Add ApexSessionParams to allow rollback details to be included when submitting a session. by Oli Lan · 6 years ago
  20. 2401ae1 Allow revertActiveSession handle multiple sessions and merge with abortActiveSession by Mohammad Samiul Islam · 6 years ago
  21. 4654f77 Add API to apexd for aborting specific staged sessions by Mohammad Samiul Islam · 6 years ago
  22. ca852e3 Rebrand the term "rollback" to "revert" in apexd by Mohammad Samiul Islam · 6 years ago
  23. 0867c79 Add apexd --unmount-all by Nikita Ioffe · 6 years ago
  24. bd6ab0f Replace StatusOr<T> with Result<T> in apexd by Mohammad Samiul Islam · 6 years ago
  25. ee79de3 apexd: clean up (remove unused) by Jooyung Han · 6 years ago
  26. 72e1b36 apexd: Unmounts dangling mounts by Jooyung Han · 6 years ago
  27. d6ef030 Increase functionality for getInstalledPackages for APEXes. by Gavin Corkery · 6 years ago
  28. 5e81023 APEX keys are embedded in the APEX by Jiyong Park · 6 years ago
  29. 6aaa2fe Apexd: Move vold interface code to its own file and library by Andreas Gampe · 6 years ago
  30. f94de55 Support APEXes on product partition by Jiyong Park · 6 years ago
  31. 44de00c Reland "Start using filesystem checkpointing on devices that support it." by Martijn Coenen · 6 years ago
  32. 24f2aef Revert "Start using filesystem checkpointing on devices that support it." by Ugo Yu · 6 years ago
  33. 4509595 Start using filesystem checkpointing on devices that support it. by Martijn Coenen · 7 years ago
  34. d12ea22 Rename data/pkg_staging to data/app-staging by Gavin Corkery · 7 years ago
  35. 496a4a4 apexd: add unstagePackages API by Nikita Ioffe · 7 years ago
  36. 715e23d Activate system APEXes early by Jiyong Park · 7 years ago
  37. 2f6936c apexd: if necessary resume rollback during boot sequence by Nikita Ioffe · 7 years ago
  38. b352705 apexd: make scanPackagesDirAndActivate return Status by Nikita Ioffe · 7 years ago
  39. a82b0a8 apexd: backup active packages when new session is staged by Nikita Ioffe · 7 years ago
  40. 7a9dc08 Revert "apexd: backup active packages when new session is staged" by Simran Basi · 7 years ago
  41. 5819881 Rename data/staging to data/pkg_staging by Gavin Corkery · 7 years ago
  42. 891bf89 apexd: backup active packages when new session is staged by Nikita Ioffe · 7 years ago
  43. 463d4e8 apexd: Implement abortActiveSession binder call. by Nikita Ioffe · 7 years ago
  44. a0c0ccb apexd: Add state SUCCESS and markStagedSessionSuccessful binder call by Nikita Ioffe · 7 years ago
  45. 936a997 apexd: make linking the only allowed option when staging packages by Nikita Ioffe · 7 years ago
  46. 4d0f832 apexd is started much earlier to create loopback devices by Jiyong Park · 7 years ago
  47. a8453da apexd: store active apex files in /data/apex/active by Nikita Ioffe · 7 years ago
  48. 9cc0be4 Listen to ro.init_updatable_crashing prop in apexd by Zimuzo · 7 years ago
  49. f36c962 Add a VERIFIED state to sessions. by Dario Freni · 7 years ago
  50. 7288cca Apexd: Some code cleanup by Andreas Gampe · 7 years ago
  51. f4c7e7c Apexd: Hook up postinstall code by Andreas Gampe · 7 years ago
  52. ab5b6c4 Refactor submitStagedSession for child sessions. by Dario Freni · 7 years ago
  53. 56231b4 Implement submitStagedSession binder call. by Dario Freni · 7 years ago
  54. 7f0da58 Revert "Revert "Inital support for staged sessions."" by Dario Freni · 7 years ago
  55. 5ea5778 apexservice: Add package path to ApexInfo. by Narayan Kamath · 7 years ago
  56. 0e43530 Apexd: Start pulling apart stagePackages by Andreas Gampe · 7 years ago
  57. a00c545 Apexd: Multi-staging by Andreas Gampe · 7 years ago
  58. 0fa59af Apexd: Implement ApexService::getActivePackages with database by Andreas Gampe · 7 years ago
  59. d02c88c Flattened APEXes are activated by Jiyong Park · 7 years ago
  60. d6c3df8 Apexd: Add deactivatePackage by Andreas Gampe · 7 years ago
  61. 16cbb56 Rename installPackage aidl method to stagePackage. by Dario Freni · 7 years ago
  62. af27504 Rename mountPackage to activatePackage. by Dario Freni · 7 years ago
  63. 8e88b68 Add getActivePackages binder method. by Dario Freni · 7 years ago
  64. 2c7c728 apexd exports its status via sysprop by Jiyong Park · 7 years ago
  65. 8eb187a Apexd: Expose mountPackage to binder/cmd by Andreas Gampe · 7 years ago
  66. c9a01e4 Apexd: Add Status by Andreas Gampe · 7 years ago
  67. b99abdd Apexd: Move installPackage to apexd by Andreas Gampe · 7 years ago
  68. 9d016d5 Apexd: Refactor apexd.cc by Andreas Gampe · 7 years ago