1. 3265b31 Unconditionally save checkpoints when force = true by Kelvin Zhang · 5 years ago
  2. 4485897 Add unittest for filesystem verification action by Kelvin Zhang · 5 years ago
  3. ead9fd7 Add unittest for load cache manifest success path by Kelvin Zhang · 5 years ago
  4. cfe694f Add unittest for set next op index by Kelvin Zhang · 5 years ago
  5. 9056021 For ext4 filesystem log if created/modified timestamp differs by Håkan Kvist · 5 years ago
  6. 47c7d7f Skip SOURCE_COPY with same src/dst extent by Kelvin Zhang · 5 years ago
  7. 2379fa9 Don't clear fs_mount_dir_ by Kelvin Zhang · 5 years ago
  8. e9def4e Mock a /postinstall dir at test time by Kelvin Zhang · 5 years ago
  9. 4aeaa12 Merge remote-tracking branch 'aosp/upstream-master' into merge by Kelvin Zhang · 5 years ago
  10. 2379503 update_engine: Make InstallPlan's dump nicer by Amin Hassani · 5 years ago
  11. e4235b0 Add unittest for resume update by Kelvin Zhang · 5 years ago
  12. 4ce0110 Check if mount directory exists before attempting mount() syscall by Kelvin Zhang · 5 years ago
  13. 043355b update_engine: use new base::Delete{File,PathRecursively} by hscham · 5 years ago
  14. e3293c7 Check for return value of ConsumeWithBuffer by Kelvin Zhang · 5 years ago
  15. 91d95fa Do not map dynamic partitions on VABC devices by Kelvin Zhang · 5 years ago
  16. 52cb1d7 Handle resume of VABC updates by emitting labels by Kelvin Zhang · 5 years ago
  17. 3f60d53 Don't use unix open() syscall on VABC partitions by Kelvin Zhang · 5 years ago
  18. ec205cf Use FileDescriptorPtr to implement async reads in verify stage by Kelvin Zhang · 5 years ago
  19. b138ab5 Add FileDescriptorPtr interface to verity writer by Kelvin Zhang · 5 years ago
  20. 59928f1 Revert "Handle resume of VABC updates by emitting labels" by Kelvin Zhang · 5 years ago
  21. 4c5413d update_engine: Store fingerprint value from Omaha response. by Vyshu Khota · 5 years ago
  22. 4b28024 Rename PReadAll/PWriteAll for file descriptor ptr to ReadAll/WriteAll by Kelvin Zhang · 5 years ago
  23. 7a26575 Estimate COW image size during OTA generation by Kelvin Zhang · 5 years ago
  24. 24599af Handle resume of VABC updates by emitting labels by Kelvin Zhang · 5 years ago
  25. 30b09d0 Merge "Merge remote-tracking branch 'aosp/upstream-master' into merge" by Tianjie Xu · 5 years ago
  26. a1e7c8f Support host simulation of partial update by Tianjie · 5 years ago
  27. 5b58987 Merge remote-tracking branch 'aosp/upstream-master' into merge by Tianjie · 5 years ago
  28. ec7bc11 update_engine: Create cros vs. aosp boundary clear by Amin Hassani · 5 years ago
  29. 24e1d72 update_engine: remove system_id and system_version by Amin Hassani · 5 years ago
  30. 8b1e0dc Mount all partitions before running postinstall by Kelvin Zhang · 5 years ago
  31. 336c212 Merge "Merge remote-tracking branch 'remotes/aosp/upstream-master' into merge-cros" by Treehugger Robot · 5 years ago
  32. 9754f17 Implement SnapshotExtentWriter by Kelvin Zhang · 5 years ago
  33. 42c2f98 Merge remote-tracking branch 'remotes/aosp/upstream-master' into merge-cros by Amin Hassani · 5 years ago
  34. 2fe8432 Revert "update_engine: Remove case conditions for deprecated operations" by Amin Hassani · 5 years ago
  35. ed03b44 update_engine: Fix leaking unit tests by Amin Hassani · 5 years ago
  36. 9b10dba Implement VABCPartitionWriter by Kelvin Zhang · 5 years ago
  37. b0b6cc2 update_engine: remove usages of base::MessageLoop. by Qijiang Fan · 5 years ago
  38. 19e5529 Don't fail downgrade check for partitions without version by Tianjie · 5 years ago
  39. 3dd8397 Call fsync() when close file descriptor by Kelvin Zhang · 5 years ago
  40. 852f57d update engine: clang formatting by Vyshu · 5 years ago
  41. 94f51cc Add a skeleton class for VABCPartitionWriter by Kelvin Zhang · 5 years ago
  42. e331f5a update_engine: Verify payload hash before its signature by Amin Hassani · 5 years ago
  43. 50bac65 Move partition writer to a separate file by Kelvin Zhang · 5 years ago
  44. 9bd519d Add partition writer class. by Kelvin Zhang · 5 years ago
  45. 7d19220 update_engine: Switch back crypto function calls to get0 version by Amin Hassani · 5 years ago
  46. fbe526c update_engine: Remove unused function by Amin Hassani · 5 years ago
  47. aff7200 update_engine: Enterprise channel downgrade by Miriam Polzer · 6 years ago
  48. ffa4c66 Merge "update_engine: Merge remote-tracking branch 'cros/upstream' into cros/master" by Commit Bot · 5 years ago
  49. a81598b payload_generator: Remove unused attributes by Vyshu · 5 years ago
  50. 5e6dfe3 Allow including file_descriptor.h in fs_mgr. by David Anderson · 5 years ago
  51. e53b39b update_engine: Merge remote-tracking branch 'cros/upstream' into cros/master by Amin Hassani · 5 years ago
  52. 7e048ed Remove syntax error by Greg Kaiser · 5 years ago
  53. 9956320 Fix remaining styling and compiling issues by Amin Hassani · 5 years ago
  54. f624e11 Check for public key before checking for signatures by Amin Hassani · 5 years ago
  55. 0d01bbd Update test comment. by Yifan Hong · 5 years ago
  56. 8702933 HardwareInterface::IsPartitionUpdateValid: fine grained error by Yifan Hong · 5 years ago
  57. e9156ec Add CowMergeOperations as a hint for snapshot write by Tianjie · 6 years ago
  58. d719103 Support per-partition timestamps by Kelvin Zhang · 6 years ago
  59. 612da76 update_engine: Remove check for deprecated values by Amin Hassani · 6 years ago
  60. 3b323cf Fetch a/b ota partitions from the build prop, instead of walking through by Kelvin Zhang · 6 years ago
  61. aba70ab Improve payload magic header handling by Kelvin Zhang · 6 years ago
  62. 88d1069 Improve error message when hitting checksum mismatch by Kelvin Zhang · 6 years ago
  63. 9dd9305 Add unit test for fallback route of manifest cache by Kelvin Zhang · 6 years ago
  64. e283ce4 Update language to comply with Android's inclusive language guidance by Tianjie · 6 years ago
  65. 0a92a62 Update language to comply with Android's inclusive language guidance by Saint Chou · 6 years ago
  66. fc24afe Update language to comply with Android's inclusive language guidance by Saint Chou · 6 years ago
  67. a9997f0 Update language to comply with Android's inclusive language guidance by Saint Chou · 6 years ago
  68. c380666 Bump the minor version by Tianjie · 6 years ago
  69. 934b847 Update UE to remove MessageLoop::current()->WatchFileDescriptor. by Tianjie · 6 years ago
  70. f5baff4 Support generation of partial updates by Tianjie · 6 years ago
  71. cc011d3 Cache OTA manifest in update_engine by Kelvin Zhang · 6 years ago
  72. 24f9609 Verify the extents for untouched dynamic partitions during partial update by Tianjie · 6 years ago
  73. d2da7b1 Report actual payload type by Kelvin Zhang · 6 years ago
  74. 242e33a Merge "Merge remote-tracking branch 'aosp/upstream-master' into merge" by Tianjie Xu · 6 years ago
  75. 55abd3c Merge remote-tracking branch 'aosp/upstream-master' into merge by Tianjie · 6 years ago
  76. f4d1196 update_engine: Remove case conditions for deprecated operations by Amin Hassani · 6 years ago
  77. 70eef23 Add progress updates to FilesystemVerificationAction by Kelvin Zhang · 6 years ago
  78. 99d570d Implement PartitionUpdateGenerator for partial updates by Tianjie · 6 years ago
  79. d3865d1 Add PartitionUpdateGenerator by Tianjie · 6 years ago
  80. 50504d6 update_engine: Dump InstallPlan with Partitions by Jae Hoon Kim · 6 years ago
  81. 00b6aa2 update_engine: changes for libchrome r680000 uprev by hscham · 6 years ago
  82. 9d5a61d update_engine: Fix issues reported by clang-tidy by Andrew · 6 years ago
  83. 7b3910a Allow forward merge on powerwash. by Yifan Hong · 6 years ago
  84. f526156 ShouldSkipOperation -> OptimizeOperation by Yifan Hong · 6 years ago
  85. 822d485 Reland "update_engine: Deprecate major version 1" by Amin Hassani · 6 years ago
  86. 955aa6e update_engine: post libchrome uprev clean-up by hscham · 6 years ago
  87. fac2022 Revert "update_engine: Deprecate major version 1" by Amin Hassani · 6 years ago
  88. 55c2bfe DeltaPerformer: Don't destroy previously allocated space by Yifan Hong · 6 years ago
  89. b9d6357 DeltaPerformer: add static PreparePartitionsForUpdate by Yifan Hong · 6 years ago
  90. f033ecb DynamicPartitionControl: Add required_size to Prepare by Yifan Hong · 6 years ago
  91. 087de9d Allow update_engine to skip post-install by Tianjie Xu · 6 years ago
  92. 8da11e2 update_engine: Fix Install Plan Dump() misleading prints by Jae Hoon Kim · 6 years ago
  93. 3a7dc26 update_engine: Check metadata and signature sizes by Andrew · 6 years ago
  94. 6eec995 Only skip operation on snapshot partitions by Yifan Hong · 6 years ago
  95. 8d38431 DeltaPerformer uses ShouldSkipOperation() by Alessio Balsini · 6 years ago
  96. d04ca0c update_engine: Fix delta_performer_fuzzer by Andrew Lassalle · 6 years ago
  97. d6aa91f Schedule a warm_reset after an OTA by Tianjie Xu · 6 years ago
  98. e858362 Don't FinishUpdate() in BootControl*::SetActiveBootSlot() by Yifan Hong · 6 years ago
  99. 02e2b6b Remove BootControlInterface::PreparePartitionsForUpdate by Yifan Hong · 6 years ago
  100. 4ad3af6 Allow skipping timestamp check in certain debug conditions by Tianjie Xu · 6 years ago