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