1. f94de55 Support APEXes on product partition by Jiyong Park · 6 years ago
  2. 3155733 apexd: Refactor code around mounting/unmounting apexes by Nikita Ioffe · 6 years ago
  3. 44de00c Reland "Start using filesystem checkpointing on devices that support it." by Martijn Coenen · 6 years ago
  4. 24f2aef Revert "Start using filesystem checkpointing on devices that support it." by Ugo Yu · 6 years ago
  5. 4509595 Start using filesystem checkpointing on devices that support it. by Martijn Coenen · 7 years ago
  6. eeafec4 apexd: fix pre-allocation of loop devices by Jooyung Han · 6 years ago
  7. 6faa925 Merge "apexd: Refactor logic to pick paths to stage into a separate function" by Treehugger Robot · 6 years ago
  8. 2d2f8ea apexd: Refactor logic to pick paths to stage into a separate function by Nikita Ioffe · 6 years ago
  9. 5a4b7a3 Merge "Add initial version of shim apexes" by Nikita Ioffe · 6 years ago
  10. df07441 Add initial version of shim apexes by Nikita Ioffe · 6 years ago
  11. e5e2325 Be more correct on the pre-allocated loopback devices by Jiyong Park · 6 years ago
  12. a836576 apexd: make samegrading of already active apex a no-op by Nikita Ioffe · 6 years ago
  13. 6d6c74f apexd: fail update of a shim apex if SHA512 doesn't match by Nikita Ioffe · 6 years ago
  14. 1ae83c5 Set sdk_version 28 in aidl_interface by Jeongik Cha · 6 years ago
  15. 4db13a5 apexd: Add a stub code to deal with shim apexes by Nikita Ioffe · 6 years ago
  16. 82f3da4 Merge "Add /system/product search path for avbpubkeys" by Jiyong Park · 6 years ago
  17. ae896cf Remove TEST_MAPPING on system/apex. by Dario Freni · 7 years ago
  18. d12ea22 Rename data/pkg_staging to data/app-staging by Gavin Corkery · 7 years ago
  19. c7a7812 Fix performance-unnecessary-value-param warning by Yi Kong · 7 years ago
  20. 3879db3 Add /system/product search path for avbpubkeys by Anders Fridlund · 7 years ago
  21. 72ec4e5 Merge "Define apex properties as APIs" by Treehugger Robot · 7 years ago
  22. d26236c Merge "Add ioffe@ to owners of apex" by Nikita Ioffe · 7 years ago
  23. 4680e88 Add ioffe@ to owners of apex by Nikita Ioffe · 7 years ago
  24. afe6ff0 Merge "Revert "Test abandoning staged session before reboot"" by Nikita Ioffe · 7 years ago
  25. 1e01714 Revert "Test abandoning staged session before reboot" by Simran Basi · 7 years ago
  26. 683c364 Merge "apexd: add unstagePackages API" by Treehugger Robot · 7 years ago
  27. 4f0ed38 Merge "Allow APEXER_TOOL_PATH to be set by a flag." by Alex Light · 7 years ago
  28. 496a4a4 apexd: add unstagePackages API by Nikita Ioffe · 7 years ago
  29. f0dda47 Merge "Test abandoning staged session before reboot" by Shafik Nassar · 7 years ago
  30. b52b734 Define apex properties as APIs by Jiyong Park · 7 years ago
  31. 9bd28b9 apexd: delete all previous sessions when new session is submitted by Nikita Ioffe · 7 years ago
  32. 18a1b19 Allow APEXER_TOOL_PATH to be set by a flag. by Alex Light · 7 years ago
  33. bafafec Test abandoning staged session before reboot by shafik · 7 years ago
  34. d8a82ce Bootstrap apexd waits for /dev/loop-control by Jiyong Park · 7 years ago
  35. ef34c14 Only runtime and tzdata APEXes are activated during bootstrap by Jiyong Park · 7 years ago
  36. 715e23d Activate system APEXes early by Jiyong Park · 7 years ago
  37. 772d63e Merge "Refactoring: Extract helper methods in apex test to utils class" by Shafik Nassar · 7 years ago
  38. cf41262 Refactoring: Extract helper methods in apex test to utils class by shafik · 7 years ago
  39. 0094ff7 Merge "Reject APEXes with manifest mismatches." by Martijn Coenen · 7 years ago
  40. a1e566c Merge "Create a com.android.support.apexer host zipapex" by Treehugger Robot · 7 years ago
  41. 9ef44c3 Merge "simplify /dev/null / /dev/zero handling" by Nick Kralevich · 7 years ago
  42. 3501c7b simplify /dev/null / /dev/zero handling by Nick Kralevich · 7 years ago
  43. 329f112 Reject APEXes with manifest mismatches. by Martijn Coenen · 7 years ago
  44. a816f1e Create a com.android.support.apexer host zipapex by Alex Light · 7 years ago
  45. 9e6a2e6 Add support for specifying the android.jar to link against by Alex Light · 7 years ago
  46. 2f6936c apexd: if necessary resume rollback during boot sequence by Nikita Ioffe · 7 years ago
  47. 6994eff apexd: skip staging package if it is already in /data/apex/active by Nikita Ioffe · 7 years ago
  48. 31dc34d apexd: reboot device after successful rollback by Nikita Ioffe · 7 years ago
  49. 66f4fb9 Apexd: Simplify or remove unnecessary test configurations by Andreas Gampe · 7 years ago
  50. d7ad7f0 Merge "Add "Staged" to API related to staged sessions." by Treehugger Robot · 7 years ago
  51. 47723b7 Add "Staged" to API related to staged sessions. by Dario Freni · 7 years ago
  52. a4dc3e8 apexd: cleanup backup folder on markStagedSessionSuccessful by Nikita Ioffe · 7 years ago
  53. 9ae986a apexd: implement session rollback by Nikita Ioffe · 7 years ago
  54. b352705 apexd: make scanPackagesDirAndActivate return Status by Nikita Ioffe · 7 years ago
  55. 7ad21ce Actually teach gtest how to print ApexSessionInfo by Nikita Ioffe · 7 years ago
  56. edbc001 Teach gtest how to print ApexSessionInfo by Nikita Ioffe · 7 years ago
  57. 539615a Merge "apexd: slightly improve logging in mountNonFlattened" by Treehugger Robot · 7 years ago
  58. 02005ec Merge "Apexd: Format test hooks to avoid long lines" by Treehugger Robot · 7 years ago
  59. 44c9a9a Merge "Apexd: Add env test to pre- & post-install" by Treehugger Robot · 7 years ago
  60. 45c4b2c apexd: slightly improve logging in mountNonFlattened by Nikita Ioffe · 7 years ago
  61. 904e2d3 Add gmock matcher for ApexSessionInfo.aidl by Nikita Ioffe · 7 years ago
  62. a82b0a8 apexd: backup active packages when new session is staged by Nikita Ioffe · 7 years ago
  63. 2c70ad1 Removed unused state isActivationPendingRetry. by Dario Freni · 7 years ago
  64. 7a9dc08 Revert "apexd: backup active packages when new session is staged" by Simran Basi · 7 years ago
  65. 9a3f767 Apexd: Format test hooks to avoid long lines by Andreas Gampe · 7 years ago
  66. eaf60a7 Apexd: Add env test to pre- & post-install by Andreas Gampe · 7 years ago
  67. 5819881 Rename data/staging to data/pkg_staging by Gavin Corkery · 7 years ago
  68. 8673f2a Merge "Add version checks to the TimezoneDataHostTest" by Treehugger Robot · 7 years ago
  69. 891bf89 apexd: backup active packages when new session is staged by Nikita Ioffe · 7 years ago
  70. 6425511 Clang-tidy fixes. by Dario Freni · 7 years ago
  71. 2d56343 Merge "apexservice_test: wipe everything in /data/apex/* during SetUp" by Nikita Ioffe · 7 years ago
  72. 816a02b apexservice_test: wipe everything in /data/apex/* during SetUp by Nikita Ioffe · 7 years ago
  73. 3f5bedf Only log aborted sessions if there are any. by Dario Freni · 7 years ago
  74. 463d4e8 apexd: Implement abortActiveSession binder call. by Nikita Ioffe · 7 years ago
  75. 61a9b53 Add helper methods for asserting on Status/android::binder::Status by Nikita Ioffe · 7 years ago
  76. 28ada57 Merge "Apexd: Fix apexservice_test xml" by Andreas Gampe · 7 years ago
  77. e3863b3 Apexd: Fix apexservice_test xml by Andreas Gampe · 7 years ago
  78. 07084b1 Merge "Register binder before marking packages ready." by Dario Freni · 7 years ago
  79. d877de0 Merge "Store session id in the proto." by Martijn Coenen · 7 years ago
  80. f9a2a04 Register binder before marking packages ready. by Dario Freni · 7 years ago
  81. d32d1cb Store session id in the proto. by Martijn Coenen · 7 years ago
  82. 8be420a apexd: Don't fail staging of already activated package by Nikita Ioffe · 7 years ago
  83. a0c0ccb apexd: Add state SUCCESS and markStagedSessionSuccessful binder call by Nikita Ioffe · 7 years ago
  84. 95da273 Register binder service before waiting for boot completed. by Martijn Coenen · 7 years ago
  85. 401d032 Add version checks to the TimezoneDataHostTest by Neil Fuller · 7 years ago
  86. 936a997 apexd: make linking the only allowed option when staging packages by Nikita Ioffe · 7 years ago
  87. 378daf8 Merge "apexd: abort sessions in the pre-reboot state when new session is staged" by Treehugger Robot · 7 years ago
  88. 82be979 Merge "apexd: lock stagePackages API to only debug builds" by Nikita Ioffe · 7 years ago
  89. 0855e91 Merge "Allow each APEX to provide its own AndroidManifest" by Jiyong Park · 7 years ago
  90. 6930988 apexd: lock stagePackages API to only debug builds by Nikita Ioffe · 7 years ago
  91. 53c3dcd apexd: abort sessions in the pre-reboot state when new session is staged by Nikita Ioffe · 7 years ago
  92. 4b23470 Merge "apexd: enable clang-tidy and fix revealed warnings" by Treehugger Robot · 7 years ago
  93. 3468064 Merge "Uninstall Broadcast receiver app in teardown" by Treehugger Robot · 7 years ago
  94. 6bea4e5 apexd: enable clang-tidy and fix revealed warnings by Nikita Ioffe · 7 years ago
  95. c12ca35 Merge "apexd is started much earlier to create loopback devices" by Treehugger Robot · 7 years ago
  96. 1c4605a Allow each APEX to provide its own AndroidManifest by Jiyong Park · 7 years ago
  97. 4d0f832 apexd is started much earlier to create loopback devices by Jiyong Park · 7 years ago
  98. 9fcb25b Merge "Apexd: Make complete tree private in pre- & postinstall" by Treehugger Robot · 7 years ago
  99. fcecff7 APEX: Add timezone test apex as data by Andreas Gampe · 7 years ago
  100. 4ead949 Apexd: Make complete tree private in pre- & postinstall by Andreas Gampe · 7 years ago