1. ce3262f Add unittest for CleanupPreviousUpdateAction am: b4b95c2834 am: b92d11ad26 am: 4df6448026 by Kelvin Zhang · 3 years, 6 months ago
  2. b4b95c2 Add unittest for CleanupPreviousUpdateAction by Kelvin Zhang · 3 years, 7 months ago
  3. 1da6b8d Report metrics on whether verity is used am: 9a5e3683a4 am: 0cf3b32669 am: c154fdaedb by Kelvin Zhang · 3 years, 7 months ago
  4. 9a5e368 Report metrics on whether verity is used by Kelvin Zhang · 3 years, 7 months ago
  5. 331e3bd Allow /postinstall files to have custom contexts by Alex Light · 3 years, 7 months ago
  6. bdddd0d Merge "Allow /postinstall files to have custom contexts" into sc-dev by Alex Light · 3 years, 7 months ago
  7. 7361d27 Allow /postinstall files to have custom contexts by Alex Light · 3 years, 7 months ago
  8. 21a4991 Make dynamic partition control android return a writable fd by Kelvin Zhang · 3 years, 7 months ago
  9. b0ab865 Make update_engine reserve space for decompression via apexd by Mohammad Samiul Islam · 3 years, 8 months ago
  10. ebd115e Pass in source slot to ctor of dynamic control by Kelvin Zhang · 3 years, 7 months ago
  11. 59724d8 Skip merge_operations which are not SOURCE_COPY by Kelvin Zhang · 3 years, 8 months ago
  12. 8933d57 Reserve space for apex by creating a file and write 0s by Kelvin Zhang · 3 years, 9 months ago
  13. 0618835 Use UpdateUsesSnapshotCompression to determine if VABC is used by Kelvin Zhang · 3 years, 8 months ago
  14. 3a55fc2 Don't list dynamic if a slot doesn't support DAP by Tianjie · 3 years, 8 months ago
  15. deb3445 Reland: Pass apex_info.pb file to delta_generator by Kelvin Zhang · 3 years, 9 months ago
  16. c514f66 MetricsReporter gets DynamicPartitionControl. by Yifan Hong · 3 years, 9 months ago
  17. b0cbd39 Add DynamicPartitionControlInterface::UpdateUsesSnapshotCompression by Yifan Hong · 3 years, 9 months ago
  18. 195d0a9 Revert "Pass apex_info.pb file to delta_generator" by Tianjie Xu · 3 years, 9 months ago
  19. 4e5da3e Pass apex_info.pb file to delta_generator by Kelvin Zhang · 3 years, 9 months ago
  20. 838793d Calculate vbmetadigest of inactive slot by Tianjie · 3 years, 9 months ago
  21. 22b62e4 Remove two pointers of delta performer by Kelvin Zhang · 3 years, 10 months ago
  22. cf4600e Use string_view for pref interface to reduce copy by Kelvin Zhang · 4 years ago
  23. 4485897 Add unittest for filesystem verification action by Kelvin Zhang · 4 years ago
  24. ead9fd7 Add unittest for load cache manifest success path by Kelvin Zhang · 3 years, 11 months ago
  25. 5c1451f Remove cros specific bits from aosp by Kelvin Zhang · 3 years, 11 months ago
  26. eb8703b Always write SOURCE_COPY blocks in reverse order by Kelvin Zhang · 3 years, 10 months ago
  27. 4aeaa12 Merge remote-tracking branch 'aosp/upstream-master' into merge by Kelvin Zhang · 3 years, 11 months ago
  28. ddd6822 update_engine: Make SystemState pointer static only by Amin Hassani · 3 years, 11 months ago
  29. 043355b update_engine: use new base::Delete{File,PathRecursively} by hscham · 4 years ago
  30. 90e9f19 update_engine: Use PrefsInterface from SystemState by Amin Hassani · 4 years ago
  31. 0468a76 update_engine: Use clock and fake clock from SystemState by Amin Hassani · 4 years ago
  32. 91d95fa Do not map dynamic partitions on VABC devices by Kelvin Zhang · 4 years ago
  33. 9ed2cee update_engine: Don't keep pointer to SystemState available objects by Amin Hassani · 4 years ago
  34. ec205cf Use FileDescriptorPtr to implement async reads in verify stage by Kelvin Zhang · 4 years, 1 month ago
  35. eb9de16 Add IsDynamicPartition API to easily check if a partition is dynamic by Kelvin Zhang · 4 years ago
  36. c82511c Add OpenCowReader interface method to dynamic partition control by Kelvin Zhang · 4 years ago
  37. 538bd59 update_engine: Make SystemState accessible from everywhere by Amin Hassani · 4 years ago
  38. 59928f1 Revert "Handle resume of VABC updates by emitting labels" by Kelvin Zhang · 4 years ago
  39. 4c5413d update_engine: Store fingerprint value from Omaha response. by Vyshu Khota · 4 years ago
  40. c288bf6 update_engine: Move DaemonStateInterface implementation to UpdateAttempter by Amin Hassani · 4 years ago
  41. c3c0a3a Add PReadAll/PWriteAll for filedescriptor ptr by Kelvin Zhang · 4 years ago
  42. 4b28024 Rename PReadAll/PWriteAll for file descriptor ptr to ReadAll/WriteAll by Kelvin Zhang · 4 years ago
  43. 24599af Handle resume of VABC updates by emitting labels by Kelvin Zhang · 4 years ago
  44. 30b09d0 Merge "Merge remote-tracking branch 'aosp/upstream-master' into merge" by Tianjie Xu · 4 years ago
  45. 4796ea8 Avoid conflict of self-overlapping ops by Kelvin Zhang · 4 years ago
  46. 5b58987 Merge remote-tracking branch 'aosp/upstream-master' into merge by Tianjie · 4 years ago
  47. ec7bc11 update_engine: Create cros vs. aosp boundary clear by Amin Hassani · 4 years ago
  48. 8b1e0dc Mount all partitions before running postinstall by Kelvin Zhang · 4 years ago
  49. 9d87d6d Add [un]mapPartitions APIs to dynamic partition control by Kelvin Zhang · 4 years ago
  50. 42c2f98 Merge remote-tracking branch 'remotes/aosp/upstream-master' into merge-cros by Amin Hassani · 4 years ago
  51. ed03b44 update_engine: Fix leaking unit tests by Amin Hassani · 4 years ago
  52. 5d56c1e update_engine: Remove ec_version and fw_version by Amin Hassani · 4 years ago
  53. b05e4e2 Implement common library for converting InstallOps to Cow Ops by Kelvin Zhang · 4 years, 1 month ago
  54. 9b10dba Implement VABCPartitionWriter by Kelvin Zhang · 4 years, 1 month ago
  55. b0b6cc2 update_engine: remove usages of base::MessageLoop. by Qijiang Fan · 4 years ago
  56. 3461852 Add CowWriter interface methods to DynamicPartiitonControl by Kelvin Zhang · 4 years, 1 month ago
  57. a22ef55 Disable read/write to ota.warm_reset in recovery mode by Kelvin Zhang · 4 years ago
  58. 852f57d update engine: clang formatting by Vyshu · 4 years ago
  59. da1b314 Add FeatureFlag for Virtual AB Compression by Kelvin Zhang · 4 years, 1 month ago
  60. e53b39b update_engine: Merge remote-tracking branch 'cros/upstream' into cros/master by Amin Hassani · 4 years, 1 month ago
  61. 9956320 Fix remaining styling and compiling issues by Amin Hassani · 4 years, 1 month ago
  62. 4bd46b3 Fix header includes for brillo/supprocess by Amin Hassani · 4 years, 1 month ago
  63. 8702933 HardwareInterface::IsPartitionUpdateValid: fine grained error by Yifan Hong · 4 years, 2 months ago
  64. 03277de update_engine: Providing testing capability for periodic update checks by Amin Hassani · 4 years, 3 months ago
  65. d719103 Support per-partition timestamps by Kelvin Zhang · 4 years, 2 months ago
  66. 3b323cf Fetch a/b ota partitions from the build prop, instead of walking through by Kelvin Zhang · 4 years, 2 months ago
  67. f693d8d Fix broken test due to uninitialized members by Kelvin Zhang · 4 years, 2 months ago
  68. 9dd9305 Add unit test for fallback route of manifest cache by Kelvin Zhang · 4 years, 3 months ago
  69. e283ce4 Update language to comply with Android's inclusive language guidance by Tianjie · 4 years, 3 months ago
  70. 5b00207 update_engine: Fix non inclusive vocabulary by Andrew · 4 years, 4 months ago
  71. 15a6ead Reduce wait time in SubprocessTest.CancelTest by Qijiang Fan · 4 years, 3 months ago
  72. 934b847 Update UE to remove MessageLoop::current()->WatchFileDescriptor. by Tianjie · 4 years, 4 months ago
  73. cc011d3 Cache OTA manifest in update_engine by Kelvin Zhang · 4 years, 3 months ago
  74. 24f9609 Verify the extents for untouched dynamic partitions during partial update by Tianjie · 4 years, 4 months ago
  75. 55abd3c Merge remote-tracking branch 'aosp/upstream-master' into merge by Tianjie · 4 years, 4 months ago
  76. cc6ab9f update_engine: Fix non inclusive vocabulary by Andrew · 4 years, 4 months ago
  77. 91ba9be Check the enrollment in /home/chronos/Local State in addition to the VPD. by Matt Ziegelbaum · 4 years, 4 months ago
  78. 3e69b4c update_engine: Update complete event with exclusions by Jae Hoon Kim · 4 years, 4 months ago
  79. 99d570d Implement PartitionUpdateGenerator for partial updates by Tianjie · 4 years, 5 months ago
  80. 694eeb0 update_engine: Add PayloadState Exclusion Logic by Jae Hoon Kim · 4 years, 5 months ago
  81. 3562a5d update_engine: Remove dead CpuLimiter declaration by Jae Hoon Kim · 4 years, 4 months ago
  82. 51a5a39 Add an overload function in boot control by Tianjie · 4 years, 5 months ago
  83. e017627 update_engine: Update for new location for brillo processes by Simon Glass · 4 years, 5 months ago
  84. 38de3b1 update_engine: Implement Excluder Class + Tests by Jae Hoon Kim · 4 years, 6 months ago
  85. 29a80e0 update_engine: Fix [Memory|File]Storage partial inconsistency by Jae Hoon Kim · 4 years, 5 months ago
  86. c1f3692 update_engine: Multi-level |PrefsInterface::CreateSubKey()| by Jae Hoon Kim · 4 years, 5 months ago
  87. 50f2673 update_engine: Place DlcserviceInterface factory in interface header by Jae Hoon Kim · 4 years, 5 months ago
  88. 065d78d update_engine: Change DLC metadata path by Andrew · 4 years, 6 months ago
  89. 2b68e6b update_engine: Use GetDlcsToUpdate() instead of GetInstalled() by Amin Hassani · 4 years, 6 months ago
  90. 914f554 update_engine: Fix bug in MemoryPrefs::MemoryStorage::DeleteKey() by Andrew · 4 years, 6 months ago
  91. 7fdfbf1 update_engine: Call dlcservice's Install/Update Completion DBus APIs by Jae Hoon Kim · 4 years, 6 months ago
  92. 00b6aa2 update_engine: changes for libchrome r680000 uprev by hscham · 4 years, 8 months ago
  93. 9d5a61d update_engine: Fix issues reported by clang-tidy by Andrew · 4 years, 7 months ago
  94. 7b3910a Allow forward merge on powerwash. by Yifan Hong · 4 years, 7 months ago
  95. a8d7df3 update_engine: Move DLC metadata ownership to update_engine by Andrew · 4 years, 7 months ago
  96. 6a6d0f1 ResetStatus deletes snapshots for VAB. by Yifan Hong · 4 years, 7 months ago
  97. f526156 ShouldSkipOperation -> OptimizeOperation by Yifan Hong · 4 years, 7 months ago
  98. 9f7743d Delete DynamicPartitionControl::CleanupSuccessfulUpdate by Yifan Hong · 4 years, 8 months ago
  99. 40bb0d0 IUpdateEngine.cleanupSuccessfulUpdate is async by Yifan Hong · 4 years, 8 months ago
  100. c80de2d [REFACTOR] Split Android and CrOS logging. by Yifan Hong · 4 years, 8 months ago