1. 8e0090d Add skeleton for zucchini patch by Tianjie · 4 years ago
  2. e52b6cd Refactor both PartitionWriter and VABCPartitionWriter by Kelvin Zhang · 4 years, 6 months ago
  3. ab3ce60 Refactor ECC related code to a separate class by Kelvin Zhang · 4 years, 6 months ago
  4. ebd115e Pass in source slot to ctor of dynamic control by Kelvin Zhang · 4 years, 5 months ago
  5. 3a55fc2 Don't list dynamic if a slot doesn't support DAP by Tianjie · 4 years, 6 months ago
  6. cfe694f Add unittest for set next op index by Kelvin Zhang · 4 years, 9 months ago
  7. e4235b0 Add unittest for resume update by Kelvin Zhang · 4 years, 9 months ago
  8. 52cb1d7 Handle resume of VABC updates by emitting labels by Kelvin Zhang · 4 years, 10 months ago
  9. 42c2f98 Merge remote-tracking branch 'remotes/aosp/upstream-master' into merge-cros by Amin Hassani · 4 years, 9 months ago
  10. 94f51cc Add a skeleton class for VABCPartitionWriter by Kelvin Zhang · 4 years, 11 months ago
  11. 50bac65 Move partition writer to a separate file by Kelvin Zhang · 4 years, 10 months ago
  12. 9bd519d Add partition writer class. by Kelvin Zhang · 4 years, 11 months ago
  13. fbe526c update_engine: Remove unused function by Amin Hassani · 4 years, 10 months ago
  14. 8702933 HardwareInterface::IsPartitionUpdateValid: fine grained error by Yifan Hong · 5 years ago
  15. d719103 Support per-partition timestamps by Kelvin Zhang · 5 years ago
  16. cc011d3 Cache OTA manifest in update_engine by Kelvin Zhang · 5 years ago
  17. 55abd3c Merge remote-tracking branch 'aosp/upstream-master' into merge by Tianjie · 5 years ago
  18. 822d485 Reland "update_engine: Deprecate major version 1" by Amin Hassani · 5 years ago
  19. fac2022 Revert "update_engine: Deprecate major version 1" by Amin Hassani · 6 years ago
  20. 55c2bfe DeltaPerformer: Don't destroy previously allocated space by Yifan Hong · 6 years ago
  21. b9d6357 DeltaPerformer: add static PreparePartitionsForUpdate by Yifan Hong · 6 years ago
  22. 55c7541 update_engine: Deprecate major version 1 by Amin Hassani · 6 years ago
  23. 7a78d63 Allow update engine read public keys from otacerts.zip by Tianjie Xu · 6 years ago
  24. 0f59a9a update_engine: Deprecate minor version 1 by Amin Hassani · 6 years ago
  25. 13d41cb [REFACTOR] Pass DeltaArchiveManifest to DynamicPartitionControl by Yifan Hong · 6 years ago
  26. 9b2f178 Use string for Signatures protobuf. by Sen Jiang · 7 years ago
  27. 008c458 update_engine: Run clang-format on payload_consumer by Amin Hassani · 7 years ago
  28. 53c2ec5 Use base::TimeTicks. by Sen Jiang · 7 years ago
  29. 3a25dc2 Force the last checkpoint to be saved. by Sen Jiang · 7 years ago
  30. 08c6da1 Don't use temp file for public key. by Sen Jiang · 7 years ago
  31. 3ce4e52 Merge aosp/upstream-master into aosp/master. by Sen Jiang · 7 years ago
  32. 0e452c9 update_engine: Reduce prefs writes during update by Colin Howes · 7 years ago
  33. 9acd9cb Fix false negative NeedResize by Yifan Hong · 7 years ago
  34. 77ab7bd Recover source hash failures on other source operations. by Sen Jiang · 7 years ago
  35. dcaf797 Support a range of major and minor version. by Sen Jiang · 7 years ago
  36. 28d8ed9 Implement VerifyPayloadApplicable. by Sen Jiang · 8 years ago
  37. b5f601d Split payload metadata logic from DeltaPerformer into its own class. by Sen Jiang · 8 years ago
  38. 51c264e Recover source hash failures on SOURCE_COPY operations. by Alex Deymo · 9 years ago
  39. ed37d68 Replace is_interactive with interactive for consistency in the code. by Amin Hassani · 7 years ago
  40. b379d19 Restructure hash calculation in delta_performer by Amin Hassani · 8 years ago
  41. 1841408 Merge remote-tracking branch 'goog/upstream-master'. by Sen Jiang · 8 years ago
  42. 02855c2 update_engine: Apply PUFFDIFF operation by Amin Hassani · 8 years ago
  43. db56be9 update_engine: Use ExtentReader by Amin Hassani · 8 years ago
  44. 7ecda26 Open partitions with O_DSYNC flag only if the update is periodic. by Amin Hassani · 8 years ago
  45. 0affc2c Parse multiple packages from Omaha response. by Sen Jiang · 8 years ago
  46. 2703ef4 Store raw payload hash blob in install plan. by Sen Jiang · 8 years ago
  47. eecb0a5 Remove IMGDIFF operation application support. by Alex Deymo · 8 years ago
  48. 5c6bb1d Fix clang-tidy performance warnings in update_engine. by Chih-Hung Hsieh · 9 years ago
  49. be2c47b Return correct error code when source operation hash mismatch. by Sen Jiang · 9 years ago
  50. fef85fd Remove ComputeSourceHash mode in FileSystemVerification action. by Sen Jiang · 9 years ago
  51. bc3e6b0 Implement IMGDIFF operation in the client. by Sen Jiang · 10 years ago
  52. 0103c36 update_engine: Update libchrome APIs to r369476 by Alex Vakulenko · 10 years ago
  53. 542c19b Remove SystemState references from DeltaPerformer. by Alex Deymo · 10 years ago
  54. 39910dc Split payload application code into a subdirectory. by Alex Deymo · 10 years ago[Renamed (96%) from delta_performer.h]
  55. f681380 Fix verifying payload signature in major version 2. by Sen Jiang · 10 years ago
  56. 76bfa74 Verify metadata signature in major version 2. by Sen Jiang · 10 years ago
  57. 3f39d5c update_engine: Rename "chromeos" -> "brillo" in include paths and namespaces by Alex Vakulenko · 10 years ago
  58. e5e5fe9 Move InstallPlan partitions to a list of partitions. by Alex Deymo · 10 years ago
  59. 79715ad Implement ZERO and DISCARD operations in update_engine. by Alex Deymo · 10 years ago
  60. b8060e4 Parse metadata signature size in payload version 2. by Sen Jiang · 10 years ago
  61. e6fc8e1 Update the payload public key location in Android. by Alex Deymo · 10 years ago
  62. cbf0989 Include the major version in update_engine.conf by Alex Deymo · 10 years ago
  63. a4365d6 Split delta performer integration test to separate file. by Sen Jiang · 10 years ago
  64. af9a863 Remove obsolete Installer.* metrics. by Alex Deymo · 10 years ago
  65. 46e9b17 Add major_version flag in delta_generator. by Sen Jiang · 10 years ago
  66. aea4c1c Re-license update_engine to Apache2 by Alex Deymo · 10 years ago
  67. a12ee11 update_engine: Move InstallOperation to the top level. by Alex Deymo · 10 years ago
  68. 2d3b2d6 update_engine: Implement soft/hard chunk size limits. by Alex Deymo · 10 years ago
  69. 1beda78 update_engine: Remove unused IsIdempotentOperation(). by Alex Deymo · 10 years ago
  70. 41e3474 update_engine: Merge contiguous operations (reprise). by Gilad Arnold · 10 years ago
  71. 542032d Revert "update_engine: Merge contiguous operations." by Gilad Arnold · 10 years ago
  72. 58455ae update_engine: Merge contiguous operations. by Allie Wood · 10 years ago
  73. 9f6f0a5 update_engine: Implement SOURCE_COPY/SOURCE_BSDIFF operations. by Allie Wood · 10 years ago
  74. fdf0051 update_engine: Add fds for the source partitions. by Allie Wood · 10 years ago
  75. f68bbbc update_engine: replace std::vector<char> with chromeos::Blob by Alex Vakulenko · 10 years ago
  76. f1d582e update_engine: Add MtdFileDescriptor and UbiFileDescriptor by Nam T. Nguyen · 11 years ago
  77. 610277e update_engine: Add override when possible. by Alex Deymo · 11 years ago
  78. 072359c update_engine: fixed remaining linter and some spelling errors by Alex Vakulenko · 11 years ago
  79. cf175a0 Fix cpplint errors. by Gilad Arnold · 11 years ago
  80. d2779df update_engine: fixed warnings from cpplint by Alex Vakulenko · 11 years ago
  81. d1c4d2d Change ErrorCode into an enum class. by Gilad Arnold · 11 years ago
  82. 75039d7 update_engine: update to libbase 242728 by Alex Vakulenko · 11 years ago
  83. 759c275 Fix header guards to comply with Google Coding Style. by Alex Deymo · 11 years ago
  84. daa2740 AU: improve abstraction of DeltaPerformer.ParsePayloadMetadata() by Gilad Arnold · 12 years ago
  85. fe13393 AU: eliminate redundancy with buffering of operation data by Gilad Arnold · 12 years ago
  86. b8dd1d9 Add and enforce MinorVersion in Payload Manifest. by Don Garrett · 12 years ago
  87. e7f8917 Add support for using public key sent by Omaha. by David Zeuthen · 12 years ago
  88. 4d03944 Enforce handling of expected payload versions only. by Don Garrett · 12 years ago
  89. 8f191b2 p2p: Use p2p for updates by David Zeuthen · 12 years ago
  90. 21504f0 Revert "Revert "AU: do not copy filesystem during full updates"" by Gilad Arnold · 12 years ago
  91. d1cd325 Revert "AU: do not copy filesystem during full updates" by Don Garrett · 12 years ago
  92. 81c9062 AU: do not copy filesystem during full updates by Gilad Arnold · 13 years ago
  93. a99981f Rename ActionExitCode to ErrorCode by David Zeuthen · 12 years ago
  94. 8a86fa5 AU: improve progress logging during updates by Gilad Arnold · 13 years ago
  95. edce283 Addressing review comments that came after merging previous CL. by Jay Srinivasan · 13 years ago
  96. f057205 Send UMA Stats for update engine error codes. by Jay Srinivasan · 13 years ago
  97. f431870 Support needed for generating metadata signature in paygen by Jay Srinivasan · 13 years ago
  98. 00f76b6 Generate and validate per-operation hashes by Jay Srinivasan · 13 years ago
  99. 51dcf26 Verify AU payload manifest signature if present. by Jay Srinivasan · 13 years ago
  100. e410e0f Switch FileWriter::Write to boolean result code. by Don Garrett · 14 years ago